All-in-One WP Migration - Version 6.67

Version Description

Changed

  • Rename DigitalOcean to DigitalOcean Spaces Extension
Download this release

Release Info

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

Code changes from version 6.66 to 6.67

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.66
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.67
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.66' );
35
 
36
  // ===============
37
  // = Plugin Name =
@@ -362,7 +362,7 @@ if ( defined( 'AI1WMIE_PLUGIN_BASENAME' ) ) {
362
  // = DigitalOcean Extension About =
363
  // ================================
364
  if ( ! defined( 'AI1WMIE_PLUGIN_ABOUT' ) ) {
365
- define( 'AI1WMIE_PLUGIN_ABOUT', 'https://servmask.com/products/digitalocean-extension/about' );
366
  }
367
 
368
  // ==============================
31
  // ==================
32
  // = Plugin Version =
33
  // ==================
34
+ define( 'AI1WM_VERSION', '6.67' );
35
 
36
  // ===============
37
  // = Plugin Name =
362
  // = DigitalOcean Extension About =
363
  // ================================
364
  if ( ! defined( 'AI1WMIE_PLUGIN_ABOUT' ) ) {
365
+ define( 'AI1WMIE_PLUGIN_ABOUT', 'https://servmask.com/products/digitalocean-spaces-extension/about' );
366
  }
367
 
368
  // ==============================
lib/view/export/button-digitalocean.php CHANGED
@@ -1 +1 @@
1
- <a href="https://servmask.com/products/digitalocean-extension" target="_blank"><?php _e( 'DigitalOcean', AI1WM_PLUGIN_NAME ); ?></a>
1
+ <a href="https://servmask.com/products/digitalocean-spaces-extension" target="_blank"><?php _e( 'DigitalOcean', AI1WM_PLUGIN_NAME ); ?></a>
lib/view/import/button-digitalocean.php CHANGED
@@ -1 +1 @@
1
- <a href="https://servmask.com/products/digitalocean-extеnsion" target="_blank"><?php _e( 'DigitalOcean', AI1WM_PLUGIN_NAME ); ?></a>
1
+ <a href="https://servmask.com/products/digitalocean-spaces-extеnsion" target="_blank"><?php _e( 'DigitalOcean', AI1WM_PLUGIN_NAME ); ?></a>
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.66
7
  License: GPLv2 or later
8
 
9
  Move, transfer, copy, migrate, and backup a site with 1-click. Quick, easy, and reliable.
@@ -53,11 +53,12 @@ Mobile device compatible: All in One WP Plugin is the first plugin to offer true
53
  * [OneDrive](https://servmask.com/products/onedrive-extension)
54
  * [Box](https://servmask.com/products/box-extension)
55
  * [Mega](https://servmask.com/products/mega-extension)
56
- * [DigitalOcean](https://servmask.com/products/digitalocean-extension)
57
 
58
  = Supported hosting providers =
59
  **The plugin does not have any dependancies, making it compatible with all PHP hosting providers. We support a vast range of hosting providers. Some of the most popular include:**
60
 
 
61
  * Bluehost
62
  * InMotion
63
  * Web Hosting Hub
@@ -95,6 +96,11 @@ Alternatively you can download the plugin using the download button on this page
95
  3. Plugin Menu
96
 
97
  == Changelog ==
 
 
 
 
 
98
  = 6.66 =
99
  **Added**
100
 
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.67
7
  License: GPLv2 or later
8
 
9
  Move, transfer, copy, migrate, and backup a site with 1-click. Quick, easy, and reliable.
53
  * [OneDrive](https://servmask.com/products/onedrive-extension)
54
  * [Box](https://servmask.com/products/box-extension)
55
  * [Mega](https://servmask.com/products/mega-extension)
56
+ * [DigitalOcean Spaces](https://servmask.com/products/digitalocean-spaces-extension)
57
 
58
  = Supported hosting providers =
59
  **The plugin does not have any dependancies, making it compatible with all PHP hosting providers. We support a vast range of hosting providers. Some of the most popular include:**
60
 
61
+ * DigitalOcean
62
  * Bluehost
63
  * InMotion
64
  * Web Hosting Hub
96
  3. Plugin Menu
97
 
98
  == Changelog ==
99
+ = 6.67 =
100
+ **Changed**
101
+
102
+ * Rename DigitalOcean to DigitalOcean Spaces Extension
103
+
104
  = 6.66 =
105
  **Added**
106