All-in-One WP Migration - Version 2.0.4

Version Description

  • Update readme to reflect that the plugin is not multisite compatible
Download this release

Release Info

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

Code changes from version 2.0.3 to 2.0.4

Files changed (3) hide show
  1. all-in-one-wp-migration.php +1 -1
  2. constants.php +1 -1
  3. readme.txt +9 -6
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: 2.0.3
9
  *
10
  * Copyright (C) 2014 ServMask Inc.
11
  *
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: 2.0.4
9
  *
10
  * Copyright (C) 2014 ServMask Inc.
11
  *
constants.php CHANGED
@@ -26,7 +26,7 @@
26
  // ==================
27
  // = Plugin Version =
28
  // ==================
29
- define( 'AI1WM_VERSION', '2.0.3' );
30
 
31
  // ===============
32
  // = Plugin Name =
26
  // ==================
27
  // = Plugin Version =
28
  // ==================
29
+ define( 'AI1WM_VERSION', '2.0.4' );
30
 
31
  // ===============
32
  // = Plugin Name =
readme.txt CHANGED
@@ -1,9 +1,9 @@
1
  === All-in-One WP Migration ===
2
- Contributors: yani.iliev, bangelov, mirkov
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.0
6
- Stable tag: 2.0.3
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.
@@ -15,8 +15,8 @@ You can apply unlimited find and replace operations on your database and the plu
15
 
16
  All in One WP Plugin is the first plugin to offer true mobile experience on WordPress versions 3.3 and up.
17
 
18
- = Multisite compatible =
19
- * The plugin menu is available for the network administrator only `wp-admin/network/admin.php?page=site-migration-export`
20
 
21
  = Works on Windows OS and IIS =
22
  * Tested the plugin on Windows 7 and Windows Server 2012 with the default available IIS
@@ -40,7 +40,7 @@ All in One WP Plugin is the first plugin to offer true mobile experience on Word
40
  * Your export files are archived using the fast ZipArchive pecl extension. If your server doesn't have it, we fall back to PclZIP which is included in WordPress
41
 
42
  = WordPress v3.3 Support =
43
- * We tested every WordPress version from `3.3` up to `3.9.2`
44
 
45
  * [Get free help from us here](https://servmask.com/#contactModal)
46
  * [Report a bug or request a feature](https://servmask.com/#contactModal)
@@ -61,6 +61,9 @@ All in One WP Plugin is the first plugin to offer true mobile experience on Word
61
  3. Plugin Menu
62
 
63
  == Changelog ==
 
 
 
64
  = 2.0.3 =
65
  * Fixed a security issue when importing site using regular users
66
 
1
  === All-in-One WP Migration ===
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.1
6
+ Stable tag: 2.0.4
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.
15
 
16
  All in One WP Plugin is the first plugin to offer true mobile experience on WordPress versions 3.3 and up.
17
 
18
+ = Not yet Multisite compatible =
19
+ * Support for multisites is comming soon
20
 
21
  = Works on Windows OS and IIS =
22
  * Tested the plugin on Windows 7 and Windows Server 2012 with the default available IIS
40
  * Your export files are archived using the fast ZipArchive pecl extension. If your server doesn't have it, we fall back to PclZIP which is included in WordPress
41
 
42
  = WordPress v3.3 Support =
43
+ * We tested every WordPress version from `3.3` up to `4.1`
44
 
45
  * [Get free help from us here](https://servmask.com/#contactModal)
46
  * [Report a bug or request a feature](https://servmask.com/#contactModal)
61
  3. Plugin Menu
62
 
63
  == Changelog ==
64
+ = 2.0.4 =
65
+ * Update readme to reflect that the plugin is not multisite compatible
66
+
67
  = 2.0.3 =
68
  * Fixed a security issue when importing site using regular users
69