BackUpWordPress - Version 1.6.6

Version Description

Download this release

Release Info

Developer willmot
Plugin Icon 128x128 BackUpWordPress
Version 1.6.6
Comparing to
See all releases

Code changes from version 1.6.5 to 1.6.6

Files changed (3) hide show
  1. hm-backup/hm-backup.php +2 -2
  2. plugin.php +1 -1
  3. readme.txt +5 -1
hm-backup/hm-backup.php CHANGED
@@ -3,7 +3,7 @@
3
  /**
4
  * Generic file and database backup class
5
  *
6
- * @version 1.5
7
  */
8
  class HM_Backup {
9
 
@@ -884,7 +884,7 @@ class HM_Backup {
884
 
885
  // Remove the trailing slash
886
  if ( $dir !== '/' )
887
- $dir = untrailingslashit( strtolower( $dir ) );
888
 
889
  // Carry on until completely normalized
890
  if ( ! $recursive && $this->conform_dir( $dir, true ) != $dir )
3
  /**
4
  * Generic file and database backup class
5
  *
6
+ * @version 1.5.1
7
  */
8
  class HM_Backup {
9
 
884
 
885
  // Remove the trailing slash
886
  if ( $dir !== '/' )
887
+ $dir = untrailingslashit( $dir );
888
 
889
  // Carry on until completely normalized
890
  if ( ! $recursive && $this->conform_dir( $dir, true ) != $dir )
plugin.php CHANGED
@@ -5,7 +5,7 @@ Plugin Name: BackUpWordPress
5
  Plugin URI: http://hmn.md/backupwordpress/
6
  Description: Simple automated backups of your WordPress powered website. Once activated you'll find me under <strong>Tools &rarr; Backups</strong>.
7
  Author: Human Made Limited
8
- Version: 1.6.5
9
  Author URI: http://hmn.md/
10
  */
11
 
5
  Plugin URI: http://hmn.md/backupwordpress/
6
  Description: Simple automated backups of your WordPress powered website. Once activated you'll find me under <strong>Tools &rarr; Backups</strong>.
7
  Author: Human Made Limited
8
+ Version: 1.6.6
9
  Author URI: http://hmn.md/
10
  */
11
 
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: humanmade, joehoyle, mattheu, tcrsavage, willmot
3
  Tags: back up, backup, backups, database, zip, db, files, archive, wp-cli, humanmade
4
  Requires at least: 3.1
5
  Tested up to: 3.3
6
- Stable tag: 1.6.5
7
 
8
  Simple automated back ups of your WordPress powered website.
9
 
@@ -95,6 +95,10 @@ You can also tweet <a href="http://twitter.com/humanmadeltd">@humanmadeltd</a> o
95
 
96
  == Changelog ==
97
 
 
 
 
 
98
  #### 1.6.5
99
 
100
  * Fix an issue with emailing backups that could cause the backup file to not be attached.
3
  Tags: back up, backup, backups, database, zip, db, files, archive, wp-cli, humanmade
4
  Requires at least: 3.1
5
  Tested up to: 3.3
6
+ Stable tag: 1.6.6
7
 
8
  Simple automated back ups of your WordPress powered website.
9
 
95
 
96
  == Changelog ==
97
 
98
+ #### 1.6.6
99
+
100
+ * Fix backup path issue with case sensitive filesystems.
101
+
102
  #### 1.6.5
103
 
104
  * Fix an issue with emailing backups that could cause the backup file to not be attached.