Version Description
Changed
- Reverted monkey-patched fix for some GoDaddy hosting plans. The issue was fixed by GoDaddy yesterday
Download this release
Release Info
| Developer | bangelov |
| Plugin | |
| Version | 6.91 |
| Comparing to | |
| See all releases | |
Code changes from version 6.90 to 6.91
- all-in-one-wp-migration.php +1 -1
- constants.php +1 -1
- lib/model/import/class-ai1wm-import-database.php +0 -6
- readme.txt +6 -1
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: 6.
|
| 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: 6.91
|
| 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', '6.
|
| 39 |
|
| 40 |
// ===============
|
| 41 |
// = Plugin Name =
|
| 35 |
// ==================
|
| 36 |
// = Plugin Version =
|
| 37 |
// ==================
|
| 38 |
+
define( 'AI1WM_VERSION', '6.91' );
|
| 39 |
|
| 40 |
// ===============
|
| 41 |
// = Plugin Name =
|
lib/model/import/class-ai1wm-import-database.php
CHANGED
|
@@ -688,9 +688,6 @@ class Ai1wm_Import_Database {
|
|
| 688 |
// Get HTTP password
|
| 689 |
$auth_password = get_option( AI1WM_AUTH_PASSWORD );
|
| 690 |
|
| 691 |
-
// Get active plugins
|
| 692 |
-
$active_plugins = get_option( AI1WM_ACTIVE_PLUGINS, array() );
|
| 693 |
-
|
| 694 |
// Get backups labels
|
| 695 |
$backups_labels = get_option( AI1WM_BACKUPS_LABELS, array() );
|
| 696 |
|
|
@@ -821,9 +818,6 @@ class Ai1wm_Import_Database {
|
|
| 821 |
// Set the new HTTP password
|
| 822 |
update_option( AI1WM_AUTH_PASSWORD, $auth_password );
|
| 823 |
|
| 824 |
-
// Set the new active plugins
|
| 825 |
-
update_option( AI1WM_ACTIVE_PLUGINS, $active_plugins );
|
| 826 |
-
|
| 827 |
// Set the new backups labels
|
| 828 |
update_option( AI1WM_BACKUPS_LABELS, $backups_labels );
|
| 829 |
|
| 688 |
// Get HTTP password
|
| 689 |
$auth_password = get_option( AI1WM_AUTH_PASSWORD );
|
| 690 |
|
|
|
|
|
|
|
|
|
|
| 691 |
// Get backups labels
|
| 692 |
$backups_labels = get_option( AI1WM_BACKUPS_LABELS, array() );
|
| 693 |
|
| 818 |
// Set the new HTTP password
|
| 819 |
update_option( AI1WM_AUTH_PASSWORD, $auth_password );
|
| 820 |
|
|
|
|
|
|
|
|
|
|
| 821 |
// Set the new backups labels
|
| 822 |
update_option( AI1WM_BACKUPS_LABELS, $backups_labels );
|
| 823 |
|
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.1
|
| 6 |
Requires PHP: 5.2.17
|
| 7 |
-
Stable tag: 6.
|
| 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 |
= 6.90 =
|
| 112 |
**Changed**
|
| 113 |
|
| 4 |
Requires at least: 3.3
|
| 5 |
Tested up to: 5.1
|
| 6 |
Requires PHP: 5.2.17
|
| 7 |
+
Stable tag: 6.91
|
| 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 |
+
= 6.91 =
|
| 112 |
+
**Changed**
|
| 113 |
+
|
| 114 |
+
* Reverted monkey-patched fix for some GoDaddy hosting plans. The issue was fixed by GoDaddy yesterday
|
| 115 |
+
|
| 116 |
= 6.90 =
|
| 117 |
**Changed**
|
| 118 |
|
