All-in-One WP Migration - Version 4.17

Version Description

  • Set "Tested up to" WordPress 4.4
Download this release

Release Info

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

Code changes from version 4.16 to 4.17

Files changed (3) hide show
  1. all-in-one-wp-migration.php +1 -1
  2. constants.php +1 -1
  3. readme.txt +10 -4
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: 4.16
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: 4.17
9
  * Text Domain: all-in-one-wp-migration
10
  * Domain Path: /languages
11
  * Network: True
constants.php CHANGED
@@ -38,7 +38,7 @@ if ( function_exists( 'gethostname' ) && in_array( gethostname(), $local ) ) {
38
  // ==================
39
  // = Plugin Version =
40
  // ==================
41
- define( 'AI1WM_VERSION', '4.16' );
42
 
43
  // ===============
44
  // = Plugin Name =
38
  // ==================
39
  // = Plugin Version =
40
  // ==================
41
+ define( 'AI1WM_VERSION', '4.17' );
42
 
43
  // ===============
44
  // = Plugin Name =
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: yani.iliev, bangelov, pimjitsawang
3
  Tags: db migration, migration, wordpress migration, db backup, db restore, website backup, website restore, website migration, website deploy, wordpress deploy, db backup, database export, database serialization, database find replace
4
  Requires at least: 3.3
5
- Tested up to: 4.3
6
- Stable tag: 4.16
7
  License: GPLv2 or later
8
 
9
  All-in-One WP Migration is the only tool that you will ever need to migrate a WordPress site.
@@ -28,8 +28,8 @@ All in One WP Plugin is the first plugin to offer true mobile experience on Word
28
  = Support for MySQL, PDO, MySQLi =
29
  * No matter what php mysql driver your webserver ships with, we support it.
30
 
31
- = Support WordPress v3.3 up to v4.3 =
32
- * We tested every WordPress version from `3.3` up to `4.3`.
33
 
34
  = Migrate WordPress to most popular cloud services using our completely new extensions =
35
  * [Unlimited](https://servmask.com/products/unlimited-extension)
@@ -60,6 +60,12 @@ All in One WP Plugin is the first plugin to offer true mobile experience on Word
60
  3. Plugin Menu
61
 
62
  == Changelog ==
 
 
 
 
 
 
63
  = 4.15 =
64
  * Fix an issue with resovling mechanism on export/import
65
 
2
  Contributors: yani.iliev, bangelov, pimjitsawang
3
  Tags: db migration, migration, wordpress migration, db backup, db restore, website backup, website restore, website migration, website deploy, wordpress deploy, db backup, database export, database serialization, database find replace
4
  Requires at least: 3.3
5
+ Tested up to: 4.4
6
+ Stable tag: 4.17
7
  License: GPLv2 or later
8
 
9
  All-in-One WP Migration is the only tool that you will ever need to migrate a WordPress site.
28
  = Support for MySQL, PDO, MySQLi =
29
  * No matter what php mysql driver your webserver ships with, we support it.
30
 
31
+ = Support WordPress v3.3 up to v4.4 =
32
+ * We tested every WordPress version from `3.3` up to `4.4`.
33
 
34
  = Migrate WordPress to most popular cloud services using our completely new extensions =
35
  * [Unlimited](https://servmask.com/products/unlimited-extension)
60
  3. Plugin Menu
61
 
62
  == Changelog ==
63
+ = 4.17 =
64
+ * Set "Tested up to" WordPress 4.4
65
+
66
+ = 4.16 =
67
+ * Fix an issue with the transport layer on export/import
68
+
69
  = 4.15 =
70
  * Fix an issue with resovling mechanism on export/import
71