WP Reset – Fastest WordPress Reset Plugin - Version 1.84

Version Description

Download this release

Release Info

Developer WebFactory
Plugin Icon 128x128 WP Reset – Fastest WordPress Reset Plugin
Version 1.84
Comparing to
See all releases

Code changes from version 1.83 to 1.84

Files changed (3) hide show
  1. readme.txt +2 -2
  2. wf-flyout/config.php +1 -1
  3. wp-reset.php +3 -1
readme.txt CHANGED
@@ -4,7 +4,7 @@ Contributors: WebFactory
4
  Requires at least: 4.0
5
  Requires PHP: 5.2
6
  Tested up to: 5.6
7
- Stable tag: 1.83
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -117,7 +117,7 @@ Or if needed, upload manually;
117
 
118
  == Changelog ==
119
 
120
- = v1.83 =
121
  * 2021/01/21
122
  * added quick links button
123
  * fixed some tooltips
4
  Requires at least: 4.0
5
  Requires PHP: 5.2
6
  Tested up to: 5.6
7
+ Stable tag: 1.84
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
117
 
118
  == Changelog ==
119
 
120
+ = v1.84 =
121
  * 2021/01/21
122
  * added quick links button
123
  * fixed some tooltips
wf-flyout/config.php CHANGED
@@ -13,7 +13,7 @@ $config['custom_css'] = '#wf-flyout .wff-menu-item .dashicons.dashicons-universa
13
 
14
  $config['menu_items'] = array(
15
  array('href' => 'https://wpreset.com/?ref=wff-wp-reset', 'target' => '_blank', 'label' => 'Get WP Reset PRO with 50% off', 'icon' => 'wp-reset.png'),
16
- array('href' => 'https://wpsaas.wt/app/wp-admin/plugin-install.php?s=accessibe&tab=search&type=author', 'target' => '_blank', 'label' => 'Make your site accessible to people with disabilities', 'icon' => 'dashicons-universal-access'),
17
  array('href' => 'https://underconstructionpage.com/?ref=wff-wp-reset&coupon=welcome', 'target' => '_blank', 'label' => 'Create the perfect Under Construction Page', 'icon' => 'ucp.png', 'class' => 'ucp-icon'),
18
  array('href' => 'https://wpsticky.com/?ref=wff-wp-reset', 'target' => '_blank', 'label' => 'Make a menu sticky with WP Sticky', 'icon' => 'dashicons-admin-post'),
19
  array('href' => 'https://wordpress.org/support/plugin/wp-reset/reviews/?filter=5#new-post', 'target' => '_blank', 'label' => 'Rate the Plugin', 'icon' => 'dashicons-thumbs-up'),
13
 
14
  $config['menu_items'] = array(
15
  array('href' => 'https://wpreset.com/?ref=wff-wp-reset', 'target' => '_blank', 'label' => 'Get WP Reset PRO with 50% off', 'icon' => 'wp-reset.png'),
16
+ array('href' => admin_url('plugin-install.php?s=accessibe&tab=search&type=author'), 'target' => '_blank', 'label' => 'Make your site accessible to people with disabilities', 'icon' => 'dashicons-universal-access'),
17
  array('href' => 'https://underconstructionpage.com/?ref=wff-wp-reset&coupon=welcome', 'target' => '_blank', 'label' => 'Create the perfect Under Construction Page', 'icon' => 'ucp.png', 'class' => 'ucp-icon'),
18
  array('href' => 'https://wpsticky.com/?ref=wff-wp-reset', 'target' => '_blank', 'label' => 'Make a menu sticky with WP Sticky', 'icon' => 'dashicons-admin-post'),
19
  array('href' => 'https://wordpress.org/support/plugin/wp-reset/reviews/?filter=5#new-post', 'target' => '_blank', 'label' => 'Rate the Plugin', 'icon' => 'dashicons-thumbs-up'),
wp-reset.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: WP Reset
4
  Plugin URI: https://wpreset.com/
5
  Description: Reset the entire site or just selected parts while reserving the option to undo by using snapshots.
6
- Version: 1.83
7
  Requires at least: 4.0
8
  Requires PHP: 5.2
9
  Tested up to: 5.6
@@ -415,12 +415,14 @@ class WP_Reset
415
  }
416
 
417
  wp_enqueue_style('plugin-install');
 
418
  wp_enqueue_style('wp-jquery-ui-dialog');
419
  wp_enqueue_style('wp-reset', $this->plugin_url . 'css/wp-reset.css', array(), $this->version);
420
  wp_enqueue_style('wp-reset-sweetalert2', $this->plugin_url . 'css/sweetalert2.min.css', array(), $this->version);
421
  wp_enqueue_style('wp-reset-tooltipster', $this->plugin_url . 'css/tooltipster.bundle.min.css', array(), $this->version);
422
 
423
  wp_enqueue_script('plugin-install');
 
424
  wp_enqueue_script('jquery-ui-dialog');
425
  wp_enqueue_script('jquery-ui-tabs');
426
  wp_enqueue_script('wp-reset-sweetalert2', $this->plugin_url . 'js/wp-reset-libs.min.js', array('jquery'), $this->version, true);
3
  Plugin Name: WP Reset
4
  Plugin URI: https://wpreset.com/
5
  Description: Reset the entire site or just selected parts while reserving the option to undo by using snapshots.
6
+ Version: 1.84
7
  Requires at least: 4.0
8
  Requires PHP: 5.2
9
  Tested up to: 5.6
415
  }
416
 
417
  wp_enqueue_style('plugin-install');
418
+ // todo: test & remove
419
  wp_enqueue_style('wp-jquery-ui-dialog');
420
  wp_enqueue_style('wp-reset', $this->plugin_url . 'css/wp-reset.css', array(), $this->version);
421
  wp_enqueue_style('wp-reset-sweetalert2', $this->plugin_url . 'css/sweetalert2.min.css', array(), $this->version);
422
  wp_enqueue_style('wp-reset-tooltipster', $this->plugin_url . 'css/tooltipster.bundle.min.css', array(), $this->version);
423
 
424
  wp_enqueue_script('plugin-install');
425
+ // todo: test & remove
426
  wp_enqueue_script('jquery-ui-dialog');
427
  wp_enqueue_script('jquery-ui-tabs');
428
  wp_enqueue_script('wp-reset-sweetalert2', $this->plugin_url . 'js/wp-reset-libs.min.js', array('jquery'), $this->version, true);