Backup and Restore WordPress – WPBackItUp Backup Plugin - Version 1.6.4

Version Description

  • Correct issue with subversion tags
Download this release

Release Info

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

Code changes from version 1.6.3 to 1.6.4

Files changed (3) hide show
  1. index.php +1 -1
  2. lib/constants.php +1 -1
  3. readme.txt +7 -3
index.php CHANGED
@@ -7,7 +7,7 @@
7
  * @global object $wpdb
8
  *
9
  * @author cssimmon
10
- * @version 1.6.3
11
  */
12
  /*
13
  Plugin Name: WP Backitup
7
  * @global object $wpdb
8
  *
9
  * @author cssimmon
10
+ * @version 1.6.4
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.3' );
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.4' );
13
 
14
  if( !defined( 'WPBACKITUP_DIRNAME' ) ) define( 'WPBACKITUP_DIRNAME', dirname( dirname( __FILE__ ) ) );
15
 
readme.txt CHANGED
@@ -1,10 +1,10 @@
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
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -91,8 +91,12 @@ 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.3 =
95
- * Fixed trunk on svn
96
 
97
  = 1.6.2 =
98
  * Fixed issue with version 1.6.1 update.
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.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
91
  3. When the backup has been created, click the download link to access a zipped backup of your site.
92
 
93
  == Changelog ==
94
+
95
+ = 1.6.4 =
96
+ * Correct issue with subversion tags
97
+
98
  = 1.6.3 =
99
+ * Fixed issue with svn
100
 
101
  = 1.6.2 =
102
  * Fixed issue with version 1.6.1 update.