Skip to content

Commit

Permalink
Version 3.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
paul de wouters committed Apr 29, 2015
1 parent 32e4f00 commit a707105
Show file tree
Hide file tree
Showing 8 changed files with 95 additions and 9 deletions.
2 changes: 1 addition & 1 deletion assets/hmbkp.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion backupwordpress.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: BackUpWordPress Backup Plugin
Plugin URI: http://bwp.hmn.md/
Description: Simple automated backups of your WordPress powered website. Once activated you'll find me under <strong>Tools &rarr; Backups</strong>. On multisite, you'll find me under the Network Settings menu.
Version: 3.2.4
Version: 3.2.5
Author: Human Made Limited
Author URI: http://hmn.md/
License: GPL-2.0+
Expand Down
2 changes: 1 addition & 1 deletion classes/class-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Class Plugin
*/
final class Plugin {
const PLUGIN_VERSION = '3.2.4';
const PLUGIN_VERSION = '3.2.5';

/**
* @var Plugin The singleton instance.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "BackUpWordPress",
"version": "3.2.4",
"version": "3.2.5",
"description": "Simple automated backups of your WordPress powered website.",
"main": "backupwordpress.php",
"directories": {
Expand Down
42 changes: 40 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
**Contributors:** humanmade, willmot, pauldewouters, joehoyle, mattheu, tcrsavage, cuvelier
**Tags:** back up, backup, backups, database, zip, db, files, archive, wp-cli, humanmade
**Requires at least:** 3.9
**Tested up to:** 4.2-beta
**Stable tag:** 3.2.1
**Tested up to:** 4.2
**Stable tag:** 3.2.5

Simple automated backups of your WordPress powered website.

Expand Down Expand Up @@ -124,6 +124,10 @@ You can also tweet <a href="http://twitter.com/humanmadeltd">@humanmadeltd</a> o

## Upgrade Notice ##

### 3.2.5 ###

* Security fixes related to add_query_arg

### 3.2.1 ###

* Important bug fixes. Please upgrade to this version to avoid incomplete or broken backups.
Expand All @@ -146,6 +150,40 @@ You can also tweet <a href="http://twitter.com/humanmadeltd">@humanmadeltd</a> o

## Changelog ##

## 3.2.5 / 2015-04-29

* Fixes an issue when evaluating expression with empty
* Fixes a fatal error on PHP 5.3
* Displays other notices
* Updates stable tag
* Adds some escaping and sanitizing
* Defines plugins dir for different environments
* Adds tests for activation and deactivation hooks
* Adds a debugging function for tests
* Symlinks plugin into tests dir
* Splits out deactivation code into separate functions
* Fixes activation and deactivation hooks not being fired
* Exclude backups folder from size calculation
* Fixes a misplaced parenthesis
* Fixes how error messages are bubbled up
* get home path should return defined value
* Removes redundant exclude statement as CVS folders are excluded by default
* Adds a flag parameter to allow get_files to return all files including default excludes

### 3.2.4 / 2015-04-01

* Fixes default exclude pattern that was too greedy.

### 3.2.3 / 2015-04-01

* Fixes issue where files where 'cache' files were excluded by default.
* Updates brazilian portuguese translations.
* Fixes the issue with the 'no thanks' button in the Support modal and misc JS improvements. props SiamKreative.

### 3.2.2 / 2015-03-25

* Fixes error in manual backups, caused by incorrect plugin version number in class, which is used for the JS script version.

### 3.2.1 / 2015-03-25

* Check if shell_exec is available before running command
Expand Down
28 changes: 26 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Contributors: humanmade, willmot, pauldewouters, joehoyle, mattheu, tcrsavage, cuvelier
Tags: back up, backup, backups, database, zip, db, files, archive, wp-cli, humanmade
Requires at least: 3.9
Tested up to: 4.2-beta
Stable tag: 3.2.4
Tested up to: 4.2
Stable tag: 3.2.5

Simple automated backups of your WordPress powered website.

Expand Down Expand Up @@ -118,6 +118,10 @@ You can also tweet <a href="http://twitter.com/humanmadeltd">@humanmadeltd</a> o

== Upgrade Notice ==

= 3.2.5 =

* Security fixes related to add_query_arg

= 3.2.1 =

* Important bug fixes. Please upgrade to this version to avoid incomplete or broken backups.
Expand All @@ -140,6 +144,26 @@ You can also tweet <a href="http://twitter.com/humanmadeltd">@humanmadeltd</a> o

== Changelog ==

## 3.2.5 / 2015-04-29

* Fixes an issue when evaluating expression with empty
* Fixes a fatal error on PHP 5.3
* Displays other notices
* Updates stable tag
* Adds some escaping and sanitizing
* Defines plugins dir for different environments
* Adds tests for activation and deactivation hooks
* Adds a debugging function for tests
* Symlinks plugin into tests dir
* Splits out deactivation code into separate functions
* Fixes activation and deactivation hooks not being fired
* Exclude backups folder from size calculation
* Fixes a misplaced parenthesis
* Fixes how error messages are bubbled up
* get home path should return defined value
* Removes redundant exclude statement as CVS folders are excluded by default
* Adds a flag parameter to allow get_files to return all files including default excludes

### 3.2.4 / 2015-04-01

* Fixes default exclude pattern that was too greedy.
Expand Down
24 changes: 24 additions & 0 deletions readme/readme-footer.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ You can also tweet <a href="http://twitter.com/humanmadeltd">@humanmadeltd</a> o

== Upgrade Notice ==

= 3.2.5 =

* Security fixes related to add_query_arg

= 3.2.1 =

* Important bug fixes. Please upgrade to this version to avoid incomplete or broken backups.
Expand All @@ -36,6 +40,26 @@ You can also tweet <a href="http://twitter.com/humanmadeltd">@humanmadeltd</a> o

== Changelog ==

## 3.2.5 / 2015-04-29

* Fixes an issue when evaluating expression with empty
* Fixes a fatal error on PHP 5.3
* Displays other notices
* Updates stable tag
* Adds some escaping and sanitizing
* Defines plugins dir for different environments
* Adds tests for activation and deactivation hooks
* Adds a debugging function for tests
* Symlinks plugin into tests dir
* Splits out deactivation code into separate functions
* Fixes activation and deactivation hooks not being fired
* Exclude backups folder from size calculation
* Fixes a misplaced parenthesis
* Fixes how error messages are bubbled up
* get home path should return defined value
* Removes redundant exclude statement as CVS folders are excluded by default
* Adds a flag parameter to allow get_files to return all files including default excludes

### 3.2.4 / 2015-04-01

* Fixes default exclude pattern that was too greedy.
Expand Down
2 changes: 1 addition & 1 deletion readme/readme-header.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: humanmade, willmot, pauldewouters, joehoyle, mattheu, tcrsavage, c
Tags: back up, backup, backups, database, zip, db, files, archive, wp-cli, humanmade
Requires at least: 3.9
Tested up to: 4.2
Stable tag: 3.2.4
Stable tag: 3.2.5

Simple automated backups of your WordPress powered website.

Expand Down

0 comments on commit a707105

Please sign in to comment.