Backup and Restore WordPress – WPBackItUp Backup Plugin - Version 1.6.3

Version Description

  • Fixed trunk on svn
Download this release

Release Info

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

Code changes from version 1.6.2 to 1.6.3

Files changed (3) hide show
  1. index.php +2 -2
  2. lib/constants.php +1 -1
  3. readme.txt +5 -2
index.php CHANGED
@@ -2,12 +2,12 @@
2
  /**
3
  * WP Backitup
4
  *
5
- * @package WP Backitup
6
  *
7
  * @global object $wpdb
8
  *
9
  * @author cssimmon
10
- * @version 1.6.2
11
  */
12
  /*
13
  Plugin Name: WP Backitup
2
  /**
3
  * WP Backitup
4
  *
5
+ * @package WP Backitup
6
  *
7
  * @global object $wpdb
8
  *
9
  * @author cssimmon
10
+ * @version 1.6.3
11
  */
12
  /*
13
  Plugin Name: WP Backitup
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.2' );
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.3' );
13
 
14
  if( !defined( 'WPBACKITUP_DIRNAME' ) ) define( 'WPBACKITUP_DIRNAME', dirname( dirname( __FILE__ ) ) );
15
 
readme.txt CHANGED
@@ -1,7 +1,7 @@
1
  === WP Backitup ===
2
  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.2
@@ -91,8 +91,11 @@ Yes.
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.2 =
95
- * Fixed issue with version 1.6.1 update
96
 
97
  = 1.6.1 =
98
  * This release is mostly cosmetic changes and minor fixes to v1.6.0
1
  === WP Backitup ===
2
  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.2
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.3 =
95
+ * Fixed trunk on svn
96
+
97
  = 1.6.2 =
98
+ * Fixed issue with version 1.6.1 update.
99
 
100
  = 1.6.1 =
101
  * This release is mostly cosmetic changes and minor fixes to v1.6.0