WP Clone by WP Academy - Version 2.1.7

Version Description

  • 2014-07-30 =
  • Changed: Admin page links.
Download this release

Release Info

Developer wpacademy
Plugin Icon 128x128 WP Clone by WP Academy
Version 2.1.7
Comparing to
See all releases

Code changes from version 2.1.6 to 2.1.7

Files changed (3) hide show
  1. lib/view.php +3 -2
  2. readme.txt +4 -2
  3. wpclone.php +1 -1
lib/view.php CHANGED
@@ -143,9 +143,10 @@ $result = $wpdb->get_results("SELECT * FROM {$wpdb->prefix}wpclone ORDER BY id D
143
 
144
  <ul>
145
  <h2>WP Academy Resources</h2>
146
- <li><a href="http://members.wpacademy.com/ww3.htm" target="_blank" title="WP Encyclopedia">Free WP Encyclopedia</a></li>
 
147
  <li><a href="http://www.wpacademy.com/wordpress-training" target="_blank" title="WP Live">WP Live</a></li>
148
- <li><a href="http://wpacademy.com/software#rtmp" target="_blank" title="RTMP Player Plugin">RTMP Player</a></li>
149
  <li><a href="http://www.wpacademy.com/hosting" target="_blank" title="Managed WordPress Hosting">Managed WordPress Hosting</a></li>
150
  </ul>
151
 
143
 
144
  <ul>
145
  <h2>WP Academy Resources</h2>
146
+ <iframe src="//player.vimeo.com/video/98912458?title=0&amp;byline=0&amp;portrait=0" width="300" height="225" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
147
+ <li><a href="http://wpencyclopedia.com" target="_blank" title="WP Encyclopedia">WordPress Business Encyclopedia</a></li>
148
  <li><a href="http://www.wpacademy.com/wordpress-training" target="_blank" title="WP Live">WP Live</a></li>
149
+ <li><a href="http://wpacademy.com/websites" target="_blank" title="WP Academy Websites">Websites</a></li>
150
  <li><a href="http://www.wpacademy.com/hosting" target="_blank" title="Managed WordPress Hosting">Managed WordPress Hosting</a></li>
151
  </ul>
152
 
readme.txt CHANGED
@@ -5,8 +5,8 @@ Tags: wp academy, wpacademy, move wordpress, copy wordpress, clone wordpress, in
5
  Author URI: http://wpacademy.com
6
  Plugin URI: http://wpacademy.com/software
7
  Requires at least: 3.0
8
- Tested up to: 3.8
9
- Stable tag: 2.1.6
10
  License: GPLv2 or later
11
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
 
@@ -56,6 +56,8 @@ released under the WTFPL http://sam.zoy.org/wtfpl/. Partial script with full cha
56
  Review FAQ's and Help Video at the [WP Clone FAQ Page](http://members.wpacademy.com/wpclone-faq "WP Clone FAQ")
57
 
58
  == Changelog ==
 
 
59
  = 2.1.6 - 2013-07-07 =
60
  * Added: An option to exclude specific directories during backup.
61
  * Added: An option to only backup the database.
5
  Author URI: http://wpacademy.com
6
  Plugin URI: http://wpacademy.com/software
7
  Requires at least: 3.0
8
+ Tested up to: 3.9
9
+ Stable tag: 2.1.7
10
  License: GPLv2 or later
11
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
 
56
  Review FAQ's and Help Video at the [WP Clone FAQ Page](http://members.wpacademy.com/wpclone-faq "WP Clone FAQ")
57
 
58
  == Changelog ==
59
+ = 2.1.7 - 2014-07-30 =
60
+ * Changed: Admin page links.
61
  = 2.1.6 - 2013-07-07 =
62
  * Added: An option to exclude specific directories during backup.
63
  * Added: An option to only backup the database.
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.1.6
8
  Author URI: http://wpacademy.com/
9
  */
10
 
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.1.7
8
  Author URI: http://wpacademy.com/
9
  */
10