reGenerate Thumbnails Advanced - Version 1.1.8

Version Description

Download this release

Release Info

Developer turcuciprian
Plugin Icon 128x128 reGenerate Thumbnails Advanced
Version 1.1.8
Comparing to
See all releases

Code changes from version 1.1.7 to 1.1.8

abExport.php CHANGED
@@ -2,7 +2,6 @@
2
 
3
  global $abNoticesCalled;
4
  $abNoticesCalled = (isset($abNoticesCalled)?$abNoticesCalled:false);
5
- $abError = false;
6
  include_once ABSPATH.'wp-admin/includes/plugin.php';
7
  if (!function_exists('ab_admin_notices')) {
8
  function ab_admin_notices()
@@ -29,8 +28,7 @@
29
  echo 'To get the full functionality , install Admin Builder.';
30
  echo '</p>';
31
  echo '<p>';
32
- $plugin_name = 'admin-builder';
33
- $install_link = '<a href="'.esc_url(network_admin_url('plugin-install.php?tab=plugin-information&amp;plugin='.$plugin_name.'&amp;TB_iframe=true&amp;width=600&amp;height=550')).'" class="thickbox" title="More info about '.$plugin_name.'"><span class="button-primary">Install '.$plugin_name.'</span></a>';
34
  echo $install_link;
35
  echo '</p>';
36
  echo '</div>';
@@ -41,7 +39,7 @@
41
  echo '<div class="notice notice-error is-dismissible">';
42
  echo '<h3>Step 3(final): Activate Admin Builder!</h3>';
43
  echo '<p>';
44
- echo 'To get the full functionality , activate Admin Builder from the <a href="'.$url.'/plugins.php"><span class="button-primary">plugins directory</span></a>.';
45
  echo '</p>';
46
  echo '</div>';
47
  }
@@ -52,13 +50,9 @@
52
  $abNoticesCalled = true;
53
  }
54
  }
55
- if (!$abError) {
56
- if (!$abError) {
57
  if (class_exists('loadFromPlugin')) {
58
 
59
  $theJson = '{"menus":[{"label":"Posts","type":"post","name":"posts","unique":true,"children":[],"$$hashKey":"object:66"},{"label":"Pages","type":"page","name":"pages","unique":true,"children":[],"$$hashKey":"object:67"},{"label":"Reg. Thumbnails","type":"cPage","name":"regenerateThumbnailsAdvanced","unique":false,"children":[{"label":"General Settings","name":"tab1","context":"normal","priority":"default","fields":[{"name":"rtaOTF","type":"checkbox","label":"Auto Regenerate","description":"Check this if you want missing thumbnails to be created on the fly, when needed.","extraText":"Activate","$$hashKey":"object:293"}],"$$hashKey":"object:92"}],"capability":"manage_options","handler":"ab_regenerateThumbnailsAdvanced","pageTitle":"regenerate Thumbnails Settings","$$hashKey":"object:89","pageDescription":"Configure if you want to regenerate thumbnails on the fly or not. Just make sure to check the checkbox if you do want everything to be taken care of regarding unexisting plugins."}]}';
60
  $lfp = new loadFromPlugin();
61
  $lfp->load($theJson);
62
  }
63
- }
64
- }
2
 
3
  global $abNoticesCalled;
4
  $abNoticesCalled = (isset($abNoticesCalled)?$abNoticesCalled:false);
 
5
  include_once ABSPATH.'wp-admin/includes/plugin.php';
6
  if (!function_exists('ab_admin_notices')) {
7
  function ab_admin_notices()
28
  echo 'To get the full functionality , install Admin Builder.';
29
  echo '</p>';
30
  echo '<p>';
31
+ $install_link = '<a href="'.esc_url(network_admin_url('plugin-install.php?tab=plugin-information&amp;plugin=admin-builder&amp;TB_iframe=true&amp;width=600&amp;height=550')).'" class="thickbox" title="More info about Admin Builder"><span class="button-primary">Install Admin Builder</span></a>';
 
32
  echo $install_link;
33
  echo '</p>';
34
  echo '</div>';
39
  echo '<div class="notice notice-error is-dismissible">';
40
  echo '<h3>Step 3(final): Activate Admin Builder!</h3>';
41
  echo '<p>';
42
+ echo 'To get the full functionality , activate Admin Builder <br> <a href="'.$url.'plugins.php?action=activate&amp;plugin=admin-builder/admin_builder.php&amp;plugin_status=all&amp;paged=1&amp;s&amp;_wpnonce=53e25f1ea0"><span class="button-primary">Activate Plugin</span></a> ';
43
  echo '</p>';
44
  echo '</div>';
45
  }
50
  $abNoticesCalled = true;
51
  }
52
  }
 
 
53
  if (class_exists('loadFromPlugin')) {
54
 
55
  $theJson = '{"menus":[{"label":"Posts","type":"post","name":"posts","unique":true,"children":[],"$$hashKey":"object:66"},{"label":"Pages","type":"page","name":"pages","unique":true,"children":[],"$$hashKey":"object:67"},{"label":"Reg. Thumbnails","type":"cPage","name":"regenerateThumbnailsAdvanced","unique":false,"children":[{"label":"General Settings","name":"tab1","context":"normal","priority":"default","fields":[{"name":"rtaOTF","type":"checkbox","label":"Auto Regenerate","description":"Check this if you want missing thumbnails to be created on the fly, when needed.","extraText":"Activate","$$hashKey":"object:293"}],"$$hashKey":"object:92"}],"capability":"manage_options","handler":"ab_regenerateThumbnailsAdvanced","pageTitle":"regenerate Thumbnails Settings","$$hashKey":"object:89","pageDescription":"Configure if you want to regenerate thumbnails on the fly or not. Just make sure to check the checkbox if you do want everything to be taken care of regarding unexisting plugins."}]}';
56
  $lfp = new loadFromPlugin();
57
  $lfp->load($theJson);
58
  }
 
 
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
4
  Tags: regenerate, thumbnails, advanced, easy, day, weeek, month
5
  Requires at least: 3.1
6
  Tested up to: 4.4.1
7
- Stable tag: 1.1.7
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -122,7 +122,11 @@ admin-builder.php turned to admin_builder.php on admin builder verification chec
122
  Admin builder export functionality update
123
 
124
  =1.1.7=
125
- Admin builder export functionality update (again) Fixed a issue in the notice admin message
 
 
 
 
126
 
127
  == Upgrade Notice ==
128
 
@@ -188,3 +192,6 @@ nothing effected in db
188
 
189
  =1.1.7=
190
  nothing effected in db
 
 
 
4
  Tags: regenerate, thumbnails, advanced, easy, day, weeek, month
5
  Requires at least: 3.1
6
  Tested up to: 4.4.1
7
+ Stable tag: 1.1.8
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
122
  Admin builder export functionality update
123
 
124
  =1.1.7=
125
+ Admin builder export functionality update (again) Fixed a issue in the notice admin message
126
+
127
+ =1.1.8=
128
+ Admin builder export file update
129
+
130
 
131
  == Upgrade Notice ==
132
 
192
 
193
  =1.1.7=
194
  nothing effected in db
195
+
196
+ =1.1.8=
197
+ nothing effected in db
regenerate-thumbnails-advanced.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: reGenerate Thumbnails - advanced
4
  Plugin URI: http://turcuciprian.com
5
  Description: A plugin that makes regenerating thumbnails even easier than before and more flexible.
6
- Version: 1.1.7
7
  Author: turcuciprian
8
  Author URI: http://admin-builder.com
9
  License: GPLv2 or later
3
  Plugin Name: reGenerate Thumbnails - advanced
4
  Plugin URI: http://turcuciprian.com
5
  Description: A plugin that makes regenerating thumbnails even easier than before and more flexible.
6
+ Version: 1.1.8
7
  Author: turcuciprian
8
  Author URI: http://admin-builder.com
9
  License: GPLv2 or later