Version Description
- Update plugin tags and description
Download this release
Release Info
Developer | yani.iliev |
Plugin | All-in-One WP Migration |
Version | 6.43 |
Comparing to | |
See all releases |
Code changes from version 6.42 to 6.43
- 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: 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.43
|
9 |
* Text Domain: all-in-one-wp-migration
|
10 |
* Domain Path: /languages
|
11 |
* Network: True
|
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.43' );
|
35 |
|
36 |
// ===============
|
37 |
// = Plugin Name =
|
readme.txt
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
=== All-in-One WP Migration ===
|
2 |
Contributors: yani.iliev, bangelov, pimjitsawang
|
3 |
-
Tags:
|
4 |
Requires at least: 3.3
|
5 |
Tested up to: 4.7
|
6 |
-
Stable tag: 6.
|
7 |
License: GPLv2 or later
|
8 |
|
9 |
-
|
10 |
|
11 |
== Description ==
|
12 |
The plugin allows you to export your database, media files, plugins, and themes.
|
@@ -78,6 +78,9 @@ All in One WP Plugin is the first plugin to offer true mobile experience on Word
|
|
78 |
3. Plugin Menu
|
79 |
|
80 |
== Changelog ==
|
|
|
|
|
|
|
81 |
= 6.42 =
|
82 |
* Improve the performance when exporting database
|
83 |
|
1 |
=== All-in-One WP Migration ===
|
2 |
Contributors: yani.iliev, bangelov, pimjitsawang
|
3 |
+
Tags: move, transfer, copy, migrate, backup, clone, restore, db migration, migration, wordpress migration, website migration, database export, database import
|
4 |
Requires at least: 3.3
|
5 |
Tested up to: 4.7
|
6 |
+
Stable tag: 6.43
|
7 |
License: GPLv2 or later
|
8 |
|
9 |
+
Move, transfer, copy, migrate, and backup a site with 1-click. Quick, easy, and reliable.
|
10 |
|
11 |
== Description ==
|
12 |
The plugin allows you to export your database, media files, plugins, and themes.
|
78 |
3. Plugin Menu
|
79 |
|
80 |
== Changelog ==
|
81 |
+
= 6.43 =
|
82 |
+
* Update plugin tags and description
|
83 |
+
|
84 |
= 6.42 =
|
85 |
* Improve the performance when exporting database
|
86 |
|