Version Description
- Fix: Gravity forms update support
Download this release
Release Info
Developer | infinitewp |
Plugin | InfiniteWP Client |
Version | 1.2.3 |
Comparing to | |
See all releases |
Code changes from version 1.2.2 to 1.2.3
- init.php +2 -2
- installer.class.php +1 -1
- readme.txt +3 -0
init.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: InfiniteWP - Client
|
|
4 |
Plugin URI: http://infinitewp.com/
|
5 |
Description: This is the client plugin of InfiniteWP that communicates with the InfiniteWP Admin panel.
|
6 |
Author: Revmakx
|
7 |
-
Version: 1.2.
|
8 |
Author URI: http://www.revmakx.com
|
9 |
*/
|
10 |
/************************************************************
|
@@ -26,7 +26,7 @@ Author URI: http://www.revmakx.com
|
|
26 |
**************************************************************/
|
27 |
|
28 |
if(!defined('IWP_MMB_CLIENT_VERSION'))
|
29 |
-
define('IWP_MMB_CLIENT_VERSION', '1.2.
|
30 |
|
31 |
|
32 |
if ( !defined('IWP_MMB_XFRAME_COOKIE')){
|
4 |
Plugin URI: http://infinitewp.com/
|
5 |
Description: This is the client plugin of InfiniteWP that communicates with the InfiniteWP Admin panel.
|
6 |
Author: Revmakx
|
7 |
+
Version: 1.2.3
|
8 |
Author URI: http://www.revmakx.com
|
9 |
*/
|
10 |
/************************************************************
|
26 |
**************************************************************/
|
27 |
|
28 |
if(!defined('IWP_MMB_CLIENT_VERSION'))
|
29 |
+
define('IWP_MMB_CLIENT_VERSION', '1.2.3');
|
30 |
|
31 |
|
32 |
if ( !defined('IWP_MMB_XFRAME_COOKIE')){
|
installer.class.php
CHANGED
@@ -534,7 +534,7 @@ class IWP_MMB_Installer extends IWP_MMB_Core
|
|
534 |
|
535 |
// try default wordpress upgrader
|
536 |
if(!empty($plugins)){
|
537 |
-
$updateplugins = $this->upgrade_plugins(
|
538 |
if(!empty($updateplugins) && isset($updateplugins['upgraded'])){
|
539 |
foreach ($premium_update as $key => $update) {
|
540 |
$update = array_change_key_case($update, CASE_LOWER);
|
534 |
|
535 |
// try default wordpress upgrader
|
536 |
if(!empty($plugins)){
|
537 |
+
$updateplugins = $this->upgrade_plugins($plugins);
|
538 |
if(!empty($updateplugins) && isset($updateplugins['upgraded'])){
|
539 |
foreach ($premium_update as $key => $update) {
|
540 |
$update = array_change_key_case($update, CASE_LOWER);
|
readme.txt
CHANGED
@@ -48,6 +48,9 @@ Credits: [Vladimir Prelovac](http://prelovac.com/vladimir) for his worker plugin
|
|
48 |
|
49 |
== Changelog ==
|
50 |
|
|
|
|
|
|
|
51 |
= 1.2.2 =
|
52 |
* Improvement: Minor improvements for restore/clone
|
53 |
* Fix: Warning errors and bug fixes for restore/clone
|
48 |
|
49 |
== Changelog ==
|
50 |
|
51 |
+
= 1.2.3 =
|
52 |
+
* Fix: Gravity forms update support
|
53 |
+
|
54 |
= 1.2.2 =
|
55 |
* Improvement: Minor improvements for restore/clone
|
56 |
* Fix: Warning errors and bug fixes for restore/clone
|