Version Description
Added
- Privacy policy section and link to GDPR Compliant Privacy Policy
Download this release
Release Info
Developer | bangelov |
Plugin | All-in-One WP Migration |
Version | 6.68 |
Comparing to | |
See all releases |
Code changes from version 6.67 to 6.68
- all-in-one-wp-migration.php +1 -1
- changelog.txt +1 -1
- constants.php +1 -1
- readme.txt +9 -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.68
|
9 |
* Text Domain: all-in-one-wp-migration
|
10 |
* Domain Path: /languages
|
11 |
* Network: True
|
changelog.txt
CHANGED
@@ -299,7 +299,7 @@
|
|
299 |
|
300 |
= 1.2.0 =
|
301 |
* Increased upload limit of files from 128MB to 512MB
|
302 |
-
* Used ZipArchive with fallback to PclZip (a few users notified us that they don
|
303 |
* Used PDO with fallback to mysql (a few users notified us that they dont have PDO enabled on their servers, mysql is deprecated as of PHP v5.5 but we are supporting PHP v5.2.17)
|
304 |
* Supported PHP v5.2.17 and WordPress v3.3 and above
|
305 |
* Fixed a bug during export that causes plugins to not be exported on some hosts (the problem that you are experiencing)
|
299 |
|
300 |
= 1.2.0 =
|
301 |
* Increased upload limit of files from 128MB to 512MB
|
302 |
+
* Used ZipArchive with fallback to PclZip (a few users notified us that they don't have ZipArchive enabled on their servers)
|
303 |
* Used PDO with fallback to mysql (a few users notified us that they dont have PDO enabled on their servers, mysql is deprecated as of PHP v5.5 but we are supporting PHP v5.2.17)
|
304 |
* Supported PHP v5.2.17 and WordPress v3.3 and above
|
305 |
* Fixed a bug during export that causes plugins to not be exported on some hosts (the problem that you are experiencing)
|
constants.php
CHANGED
@@ -31,7 +31,7 @@ define( 'AI1WM_DEBUG', false );
|
|
31 |
// ==================
|
32 |
// = Plugin Version =
|
33 |
// ==================
|
34 |
-
define( 'AI1WM_VERSION', '6.
|
35 |
|
36 |
// ===============
|
37 |
// = Plugin Name =
|
31 |
// ==================
|
32 |
// = Plugin Version =
|
33 |
// ==================
|
34 |
+
define( 'AI1WM_VERSION', '6.68' );
|
35 |
|
36 |
// ===============
|
37 |
// = Plugin Name =
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: yani.iliev, bangelov, pimjitsawang
|
|
3 |
Tags: move, transfer, copy, migrate, backup, clone, restore, db migration, wordpress migration, website migration, database export, database import, apoyo, sauvegarde, di riserva, バックアップ
|
4 |
Requires at least: 3.3
|
5 |
Tested up to: 4.9
|
6 |
-
Stable tag: 6.
|
7 |
License: GPLv2 or later
|
8 |
|
9 |
Move, transfer, copy, migrate, and backup a site with 1-click. Quick, easy, and reliable.
|
@@ -95,7 +95,15 @@ Alternatively you can download the plugin using the download button on this page
|
|
95 |
2. Mobile Import page
|
96 |
3. Plugin Menu
|
97 |
|
|
|
|
|
|
|
98 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
99 |
= 6.67 =
|
100 |
**Changed**
|
101 |
|
3 |
Tags: move, transfer, copy, migrate, backup, clone, restore, db migration, wordpress migration, website migration, database export, database import, apoyo, sauvegarde, di riserva, バックアップ
|
4 |
Requires at least: 3.3
|
5 |
Tested up to: 4.9
|
6 |
+
Stable tag: 6.68
|
7 |
License: GPLv2 or later
|
8 |
|
9 |
Move, transfer, copy, migrate, and backup a site with 1-click. Quick, easy, and reliable.
|
95 |
2. Mobile Import page
|
96 |
3. Plugin Menu
|
97 |
|
98 |
+
== Privacy Policy ==
|
99 |
+
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)
|
100 |
+
|
101 |
== Changelog ==
|
102 |
+
= 6.68 =
|
103 |
+
**Added**
|
104 |
+
|
105 |
+
* Privacy policy section and link to GDPR Compliant Privacy Policy
|
106 |
+
|
107 |
= 6.67 =
|
108 |
**Changed**
|
109 |
|