BackUpWordPress - Version 1.4.1

Version Description

Download this release

Release Info

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

Code changes from version 1.4 to 1.4.1

Files changed (2) hide show
  1. plugin.php +1 -1
  2. readme.txt +5 -1
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.4 beta
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.4.1
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, humanmade
4
  Requires at least: 3.1
5
  Tested up to: 3.2.1
6
- Stable tag: 1.4
7
 
8
  Simple automated back ups of your WordPress powered website.
9
 
@@ -71,6 +71,10 @@ You can also tweet <a href="http://twitter.com/humanmadeltd">@humanmadeltd</a> o
71
 
72
  == Changelog ==
73
 
 
 
 
 
74
  #### 1.4
75
 
76
  * Most options can now be set on the backups page, all options can still be set by defining them as `Constants`.
3
  Tags: back up, backup, backups, database, zip, db, files, archive, humanmade
4
  Requires at least: 3.1
5
  Tested up to: 3.2.1
6
+ Stable tag: 1.4.1
7
 
8
  Simple automated back ups of your WordPress powered website.
9
 
71
 
72
  == Changelog ==
73
 
74
+ #### 1.4.1
75
+
76
+ * 1.4 was incorrectly marked as beta.
77
+
78
  #### 1.4
79
 
80
  * Most options can now be set on the backups page, all options can still be set by defining them as `Constants`.