Backup and Restore WordPress – WPBackItUp Backup Plugin - Version 1.6.6

Version Description

  • Wordpress 3.9 support
Download this release

Release Info

Developer cssimmon
Plugin Icon 128x128 Backup and Restore WordPress – WPBackItUp Backup Plugin
Version 1.6.6
Comparing to
See all releases

Code changes from version 1.6.5 to 1.6.6

Files changed (4) hide show
  1. index.php +2 -2
  2. lib/constants.php +1 -1
  3. logs/status.log +1 -0
  4. readme.txt +6 -3
index.php CHANGED
@@ -7,13 +7,13 @@
7
  * @global object $wpdb
8
  *
9
  * @author cssimmon
10
- * @version 1.6.5
11
  */
12
  /*
13
  Plugin Name: WP Backitup
14
  Plugin URI: http://www.wpbackitup.com
15
  Description: Backup your content, settings, themes, plugins and media in just a few simple clicks.
16
- Version: 1.6.5
17
  Author: Chris Simmons
18
  Author URI: http://www.wpbackitup.com
19
  License: GPL3
7
  * @global object $wpdb
8
  *
9
  * @author cssimmon
10
+ * @version 1.6.6
11
  */
12
  /*
13
  Plugin Name: WP Backitup
14
  Plugin URI: http://www.wpbackitup.com
15
  Description: Backup your content, settings, themes, plugins and media in just a few simple clicks.
16
+ Version: 1.6.6
17
  Author: Chris Simmons
18
  Author URI: http://www.wpbackitup.com
19
  License: GPL3
lib/constants.php CHANGED
@@ -9,7 +9,7 @@
9
  * @since 1.0.1
10
  */
11
 
12
- if( !defined( 'WPBACKITUP_VERSION' ) ) define( 'WPBACKITUP_VERSION', '1.6.5' );
13
 
14
  if( !defined( 'WPBACKITUP_DIRNAME' ) ) define( 'WPBACKITUP_DIRNAME', dirname( dirname( __FILE__ ) ) );
15
 
9
  * @since 1.0.1
10
  */
11
 
12
+ if( !defined( 'WPBACKITUP_VERSION' ) ) define( 'WPBACKITUP_VERSION', '1.6.6' );
13
 
14
  if( !defined( 'WPBACKITUP_DIRNAME' ) ) define( 'WPBACKITUP_DIRNAME', dirname( dirname( __FILE__ ) ) );
15
 
logs/status.log ADDED
@@ -0,0 +1 @@
 
1
+ INSTALL PLACEHOLDER
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: cssimmon,jcpeden
3
  Donate link: http://www.wpbackitup.com
4
  Tags: backup wordpress, database backup, backup database, download database, backup and restore, restoring wordpress, restore wordpress, restore wordpress backup
5
  Requires at least: 3.4.2
6
- Tested up to: 3.8
7
- Stable tag: 1.6.4
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -87,10 +87,13 @@ Yes.
87
 
88
  == Screenshots ==
89
  1. Once activated, the plugin loads a new menu into your toolbar.
90
- 2. Simply click 'Backup' to generate a backup of your site. The plugin will update you on itsgress.
91
  3. When the backup has been created, click the download link to access a zipped backup of your site.
92
 
93
  == Changelog ==
 
 
 
94
  = 1.6.5 =
95
  * Correct issue with subversion tags
96
 
3
  Donate link: http://www.wpbackitup.com
4
  Tags: backup wordpress, database backup, backup database, download database, backup and restore, restoring wordpress, restore wordpress, restore wordpress backup
5
  Requires at least: 3.4.2
6
+ Tested up to: 3.9
7
+ Stable tag: 1.6.5
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
87
 
88
  == Screenshots ==
89
  1. Once activated, the plugin loads a new menu into your toolbar.
90
+ 2. Simply click 'Backup' to generate a backup of your site. The plugin will update you on its progress.
91
  3. When the backup has been created, click the download link to access a zipped backup of your site.
92
 
93
  == Changelog ==
94
+ = 1.6.6 =
95
+ * Wordpress 3.9 support
96
+
97
  = 1.6.5 =
98
  * Correct issue with subversion tags
99