Skip to content

Commit

Permalink
Version bumped 1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mebishalnapit committed Jun 4, 2020
1 parent e0e0178 commit 3ccbe59
Show file tree
Hide file tree
Showing 7 changed files with 211 additions and 142 deletions.
2 changes: 1 addition & 1 deletion assets/js/admin/demo-importer.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion includes/class-demo-importer.php
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ public function reset_wizard_actions() {

if ( isset( $_GET['themegrill_demo_importer_reset_nonce'], $_GET['do_reset_wordpress'] ) ) {
if ( ! wp_verify_nonce( wp_unslash( $_GET['themegrill_demo_importer_reset_nonce'] ), 'themegrill_demo_importer_reset' ) ) { // WPCS: input var ok, sanitization ok.
wp_die( esc_html__( 'Action failed. Please refresh the page and retry.', 'everest-forms' ) );
wp_die( esc_html__( 'Action failed. Please refresh the page and retry.', 'themegrill-demo-importer' ) );
}

if ( ! current_user_can( 'manage_options' ) ) {
Expand Down
2 changes: 1 addition & 1 deletion includes/class-themegrill-demo-importer.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ final class ThemeGrill_Demo_Importer {
*
* @var string
*/
public $version = '1.6.3';
public $version = '1.6.4';

/**
* Theme single instance of this class.
Expand Down
Loading

0 comments on commit 3ccbe59

Please sign in to comment.