Version Description
Download this release
Release Info
| Developer | turcuciprian |
| Plugin | |
| Version | 1.1.4 |
| Comparing to | |
| See all releases | |
Code changes from version 1.1.3 to 1.1.4
- abExport.php +1 -1
- readme.txt +7 -1
- regenerate-thumbnails-advanced.php +1 -1
abExport.php
CHANGED
|
@@ -4,9 +4,9 @@
|
|
| 4 |
$abError = false;
|
| 5 |
include_once ABSPATH.'wp-admin/includes/plugin.php';
|
| 6 |
if (!function_exists('ab_admin_notice_success')) {
|
| 7 |
-
if (!is_plugin_active('admin-builder/admin-builder.php')) {
|
| 8 |
function ab_admin_notice_success()
|
| 9 |
{
|
|
|
|
| 10 |
$pluginInstalled = false;
|
| 11 |
if (!function_exists('get_plugins')) {
|
| 12 |
require_once ABSPATH.'wp-admin/includes/plugin.php';
|
| 4 |
$abError = false;
|
| 5 |
include_once ABSPATH.'wp-admin/includes/plugin.php';
|
| 6 |
if (!function_exists('ab_admin_notice_success')) {
|
|
|
|
| 7 |
function ab_admin_notice_success()
|
| 8 |
{
|
| 9 |
+
if (!is_plugin_active('admin-builder/admin-builder.php')) {
|
| 10 |
$pluginInstalled = false;
|
| 11 |
if (!function_exists('get_plugins')) {
|
| 12 |
require_once ABSPATH.'wp-admin/includes/plugin.php';
|
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.
|
| 8 |
License: GPLv2 or later
|
| 9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
| 10 |
|
|
@@ -112,6 +112,9 @@ Important bugfixes
|
|
| 112 |
=1.1.3=
|
| 113 |
Important bugfixes
|
| 114 |
|
|
|
|
|
|
|
|
|
|
| 115 |
|
| 116 |
== Upgrade Notice ==
|
| 117 |
|
|
@@ -165,3 +168,6 @@ Important bugfixes
|
|
| 165 |
|
| 166 |
=1.1.3=
|
| 167 |
Important bugfixes
|
|
|
|
|
|
|
|
|
| 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.4
|
| 8 |
License: GPLv2 or later
|
| 9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
| 10 |
|
| 112 |
=1.1.3=
|
| 113 |
Important bugfixes
|
| 114 |
|
| 115 |
+
=1.1.4=
|
| 116 |
+
Extra bugfixes
|
| 117 |
+
|
| 118 |
|
| 119 |
== Upgrade Notice ==
|
| 120 |
|
| 168 |
|
| 169 |
=1.1.3=
|
| 170 |
Important bugfixes
|
| 171 |
+
|
| 172 |
+
=1.1.4=
|
| 173 |
+
Extra bugfixes
|
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 |
Author: turcuciprian
|
| 8 |
Author URI: http://turcuciprian.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.4
|
| 7 |
Author: turcuciprian
|
| 8 |
Author URI: http://turcuciprian.com
|
| 9 |
License: GPLv2 or later
|
