reGenerate Thumbnails Advanced - Version 1.1.7

Version Description

Download this release

Release Info

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

Code changes from version 1.1.6 to 1.1.7

abExport.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
 
3
  global $abNoticesCalled;
4
- $abNoticesCalled = (isset($abNoticesCalled)?$abNoticesCalled:true);
5
  $abError = false;
6
  include_once ABSPATH.'wp-admin/includes/plugin.php';
7
  if (!function_exists('ab_admin_notices')) {
@@ -30,6 +30,8 @@
30
  echo '</p>';
31
  echo '<p>';
32
  $plugin_name = 'admin-builder';
 
 
33
  echo '</p>';
34
  echo '</div>';
35
  } else {
1
  <?php
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')) {
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>';
37
  } else {
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.6
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -121,6 +121,9 @@ admin-builder.php turned to admin_builder.php on admin builder verification chec
121
  =1.1.6=
122
  Admin builder export functionality update
123
 
 
 
 
124
  == Upgrade Notice ==
125
 
126
  = 0.7 =
@@ -182,3 +185,6 @@ nothing effected in db
182
 
183
  =1.1.6=
184
  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.7
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
121
  =1.1.6=
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
 
129
  = 0.7 =
185
 
186
  =1.1.6=
187
  nothing effected in db
188
+
189
+ =1.1.7=
190
+ 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.6
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.7
7
  Author: turcuciprian
8
  Author URI: http://admin-builder.com
9
  License: GPLv2 or later