WP Clone by WP Academy - Version 2.2.8

Version Description

  • Updated migration texts
Download this release

Release Info

Developer nick843
Plugin Icon 128x128 WP Clone by WP Academy
Version 2.2.8
Comparing to
See all releases

Code changes from version 2.2.7 to 2.2.8

Files changed (3) hide show
  1. lib/functions.php +6 -7
  2. readme.txt +8 -5
  3. wpclone.php +1 -1
lib/functions.php CHANGED
@@ -474,16 +474,15 @@ function processRestoringBackup($url, $zipmode) {
474
  <div class="banner-2-after-restore" style="background-image: url('<?php echo plugins_url( 'lib/img/banner_success_rating_bg.jpg', WPCLONE_ROOT_FILE_PATH )?>')">
475
  <div style="float: right;" id="banner-2-restore-close-icon"><img src='<?php echo plugins_url( 'lib/img/banner_close_icon.png', WPCLONE_ROOT_FILE_PATH )?>'> </div>
476
  <p>
477
- Could you please do us a <strong>BIG favor</strong> and give us a 5-star rating <a href="https://wordpress.org/support/plugin/wp-clone-by-wp-academy/reviews/?rate=5#new-post" target="_blank">here</a>? <br> <br>
478
 
479
- <span style="text-decoration: underline">Background:</span> This plugin didn’t get maintained for a long time,
480
- and therefore got negative reviews. <br> Now we aim to revive it,
481
- and we’re putting <span style="text-decoration: underline;">a lot</span> of effort into making it <br>
482
- a great plugin again. If your experience was positive,
483
- could you please give <br> us a good review? That would motivate us a lot to keep investing into it. Thank you!
484
  <br><br>
485
 
486
- <a href="http://bit.ly/33tUEC7" target="_blank">=> Give positive rating</a>
487
  <br><br>
488
  If something doesn’t work as it should, please <a href="https://wordpress.org/support/plugin/wp-clone-by-wp-academy/" target="_blank">ask us in the forum</a> . We’ll try to respond quickly!
489
  </p>
474
  <div class="banner-2-after-restore" style="background-image: url('<?php echo plugins_url( 'lib/img/banner_success_rating_bg.jpg', WPCLONE_ROOT_FILE_PATH )?>')">
475
  <div style="float: right;" id="banner-2-restore-close-icon"><img src='<?php echo plugins_url( 'lib/img/banner_close_icon.png', WPCLONE_ROOT_FILE_PATH )?>'> </div>
476
  <p>
477
+ Could you please do us a <strong>BIG favor</strong> and consider contributing to our crowdfunding effort <a target="_blank" href="https://sellcodes.com/q1OGuSox">here</a>? <br> <br>
478
 
479
+ <span style="text-decoration: underline">Background:</span> This is a great plugin, but it has been neglected for a long time, <br>
480
+ and we would like to change that, i.e. completely re-work the entire plugin, <br> make it 100% bug-free, and
481
+ add many more features (while still keeping it super-simple to use!) <br>. We're short on cash,
482
+ and need your help for that. Thank you!
 
483
  <br><br>
484
 
485
+ <a href="https://sellcodes.com/q1OGuSox" target="_blank">=&gt; Visit the crowdfunding page</a>
486
  <br><br>
487
  If something doesn’t work as it should, please <a href="https://wordpress.org/support/plugin/wp-clone-by-wp-academy/" target="_blank">ask us in the forum</a> . We’ll try to respond quickly!
488
  </p>
readme.txt CHANGED
@@ -1,17 +1,17 @@
1
- === Clone Backup Migrate ===
2
  Contributors: wpacademy, migrate, nick843
3
  Donate link: https://sellcodes.com/q1OGuSox
4
- Tags: migrate, clone, backup, migration, backups, copy, restore, recover, restoration, recovery
5
  Author URI: http://wpacademy.com
6
  Requires PHP: 5.5
7
  Requires at least: 3.3
8
  Tested up to: 5.2.4
9
- Stable tag: 2.2.7
10
  License: GPLv3
11
  License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
12
 
13
 
14
- 100% FREE backup creation and migration to restore from backup
15
 
16
  == Description ==
17
 
@@ -108,6 +108,9 @@ Backup and migration FAQ are under construction
108
 
109
  == Changelog ==
110
 
 
 
 
111
  = 2.2.7 =
112
  * Updated backup plugin pic
113
  * Updated backup texts
@@ -172,5 +175,5 @@ Backup and migration FAQ are under construction
172
  1. Configuration Page
173
 
174
  == Upgrade Notice ==
175
- = 2.2.7 =
176
  * Please upgrade!
1
+ === Clone Migration ===
2
  Contributors: wpacademy, migrate, nick843
3
  Donate link: https://sellcodes.com/q1OGuSox
4
+ Tags: migrate, clone, backup, migration, backups, copy, restore, recover, restoration, duplicate
5
  Author URI: http://wpacademy.com
6
  Requires PHP: 5.5
7
  Requires at least: 3.3
8
  Tested up to: 5.2.4
9
+ Stable tag: 2.2.8
10
  License: GPLv3
11
  License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
12
 
13
 
14
+ 100% FREE clone and migration
15
 
16
  == Description ==
17
 
108
 
109
  == Changelog ==
110
 
111
+ = 2.2.8 =
112
+ * Updated migration texts
113
+
114
  = 2.2.7 =
115
  * Updated backup plugin pic
116
  * Updated backup texts
175
  1. Configuration Page
176
 
177
  == Upgrade Notice ==
178
+ = 2.2.8 =
179
  * Please upgrade!
wpclone.php CHANGED
@@ -4,7 +4,7 @@ Plugin name: WP Clone by WP Academy
4
  Plugin URI: http://wpacademy.com/software/
5
  Description: Move or copy a WordPress site to another server or to another domain name, move to/from local server hosting, and backup sites.
6
  Author: WP Academy
7
- Version: 2.2.7
8
  Author URI: http://wpacademy.com/
9
  */
10
  require_once 'analyst/main.php';
4
  Plugin URI: http://wpacademy.com/software/
5
  Description: Move or copy a WordPress site to another server or to another domain name, move to/from local server hosting, and backup sites.
6
  Author: WP Academy
7
+ Version: 2.2.8
8
  Author URI: http://wpacademy.com/
9
  */
10
  require_once 'analyst/main.php';