All-in-One WP Migration - Version 7.28

Version Description

Added

  • Improved support for WPML plugin
Download this release

Release Info

Developer bangelov
Plugin Icon 128x128 All-in-One WP Migration
Version 7.28
Comparing to
See all releases

Code changes from version 7.27 to 7.28

all-in-one-wp-migration.php CHANGED
@@ -5,7 +5,7 @@
5
  * Description: Migration tool for all your blog data. Import or Export your blog content with a single click.
6
  * Author: ServMask
7
  * Author URI: https://servmask.com/
8
- * Version: 7.27
9
  * Text Domain: all-in-one-wp-migration
10
  * Domain Path: /languages
11
  * Network: True
5
  * Description: Migration tool for all your blog data. Import or Export your blog content with a single click.
6
  * Author: ServMask
7
  * Author URI: https://servmask.com/
8
+ * Version: 7.28
9
  * Text Domain: all-in-one-wp-migration
10
  * Domain Path: /languages
11
  * Network: True
constants.php CHANGED
@@ -35,7 +35,7 @@ define( 'AI1WM_DEBUG', false );
35
  // ==================
36
  // = Plugin Version =
37
  // ==================
38
- define( 'AI1WM_VERSION', '7.27' );
39
 
40
  // ===============
41
  // = Plugin Name =
35
  // ==================
36
  // = Plugin Version =
37
  // ==================
38
+ define( 'AI1WM_VERSION', '7.28' );
39
 
40
  // ===============
41
  // = Plugin Name =
lib/model/import/class-ai1wm-import-database.php CHANGED
@@ -993,6 +993,9 @@ class Ai1wm_Import_Database {
993
  $params['completed'] = false;
994
  }
995
 
 
 
 
996
  // Flush WP cache
997
  ai1wm_cache_flush();
998
 
993
  $params['completed'] = false;
994
  }
995
 
996
+ // Delete active plugins
997
+ delete_option( AI1WM_ACTIVE_PLUGINS );
998
+
999
  // Flush WP cache
1000
  ai1wm_cache_flush();
1001
 
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: move, transfer, copy, migrate, backup, clone, restore, db migration, wordp
4
  Requires at least: 3.3
5
  Tested up to: 5.5
6
  Requires PHP: 5.2.17
7
- Stable tag: 7.27
8
  License: GPLv2 or later
9
 
10
  Move, transfer, copy, migrate, and backup a site with 1-click. Quick, easy, and reliable.
@@ -108,6 +108,11 @@ Alternatively you can download the plugin using the download button on this page
108
  All-in-One WP Migration **asks for your consent** to collect **requester's email address** when filling plugin's contact form. [GDPR Compliant Privacy Policy](https://www.iubenda.com/privacy-policy/946881)
109
 
110
  == Changelog ==
 
 
 
 
 
111
  = 7.27 =
112
  **Added**
113
 
@@ -135,7 +140,7 @@ All-in-One WP Migration **asks for your consent** to collect **requester's email
135
  = 7.23 =
136
  **Added**
137
 
138
- * Improved support for revslider plugin
139
  * Improved support for WordPress.com migrations
140
 
141
  = 7.22 =
4
  Requires at least: 3.3
5
  Tested up to: 5.5
6
  Requires PHP: 5.2.17
7
+ Stable tag: 7.28
8
  License: GPLv2 or later
9
 
10
  Move, transfer, copy, migrate, and backup a site with 1-click. Quick, easy, and reliable.
108
  All-in-One WP Migration **asks for your consent** to collect **requester's email address** when filling plugin's contact form. [GDPR Compliant Privacy Policy](https://www.iubenda.com/privacy-policy/946881)
109
 
110
  == Changelog ==
111
+ = 7.28 =
112
+ **Added**
113
+
114
+ * Improved support for WPML plugin
115
+
116
  = 7.27 =
117
  **Added**
118
 
140
  = 7.23 =
141
  **Added**
142
 
143
+ * Improved support for RevSlider plugin
144
  * Improved support for WordPress.com migrations
145
 
146
  = 7.22 =