Version Description
Download this release
Release Info
Developer | bangelov |
Plugin | All-in-One WP Migration |
Version | 4.8 |
Comparing to | |
See all releases |
Code changes from version 4.7 to 4.8
- all-in-one-wp-migration.php +1 -1
- constants.php +1 -1
- readme.txt +6 -3
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.
|
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.8
|
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.
|
42 |
|
43 |
// ===============
|
44 |
// = Plugin Name =
|
38 |
// ==================
|
39 |
// = Plugin Version =
|
40 |
// ==================
|
41 |
+
define( 'AI1WM_VERSION', '4.8' );
|
42 |
|
43 |
// ===============
|
44 |
// = Plugin Name =
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ 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.
|
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.
|
@@ -32,11 +32,14 @@ All in One WP Plugin is the first plugin to offer true mobile experience on Word
|
|
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 |
* [Dropbox](https://servmask.com/products/dropbox-extension)
|
|
|
|
|
36 |
* [Google Drive](https://servmask.com/products/google-drive-extension)
|
37 |
* [Amazon S3](https://servmask.com/products/amazon-s3-extension)
|
38 |
-
* [
|
39 |
-
|
40 |
* And many more to come
|
41 |
|
42 |
= Contact us =
|
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.8
|
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.
|
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)
|
36 |
* [Dropbox](https://servmask.com/products/dropbox-extension)
|
37 |
+
* [Multisite](https://servmask.com/products/multisite-extension)
|
38 |
+
* [FTP](https://servmask.com/products/ftp-extension)
|
39 |
* [Google Drive](https://servmask.com/products/google-drive-extension)
|
40 |
* [Amazon S3](https://servmask.com/products/amazon-s3-extension)
|
41 |
+
* [URL](https://servmask.com/products/url-extension)
|
42 |
+
|
43 |
* And many more to come
|
44 |
|
45 |
= Contact us =
|