BackUpWordPress - Version 2.4.3

Version Description

Download this release

Release Info

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

Code changes from version 2.4.2 to 2.4.3

Files changed (3) hide show
  1. assets/hmbkp.js +6 -0
  2. backupwordpress.php +1 -1
  3. readme.txt +6 -1
assets/hmbkp.js CHANGED
@@ -319,6 +319,12 @@ jQuery( document ).ready( function( $ ) {
319
 
320
  function catchResponseAndOfferToEmail( data ) {
321
 
 
 
 
 
 
 
322
  // Backup Succeeded
323
  if ( ! data || data == 0 )
324
  location.reload( true );
319
 
320
  function catchResponseAndOfferToEmail( data ) {
321
 
322
+ // Carries the same resize options we want
323
+ // to use to all other .resize()
324
+ var resize_options = {
325
+ height: '85%'
326
+ };
327
+
328
  // Backup Succeeded
329
  if ( ! data || data == 0 )
330
  location.reload( true );
backupwordpress.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: 2.4.2
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: 2.4.3
9
  Author URI: http://hmn.md/
10
  */
11
 
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: humanmade, willmot, pauldewouters, joehoyle, mattheu, tcrsavage, c
3
  Tags: back up, backup, backups, database, zip, db, files, archive, wp-cli, humanmade
4
  Requires at least: 3.3.3
5
  Tested up to: 3.8
6
- Stable tag: 2.4.2
7
 
8
  Simple automated back ups of your WordPress powered website.
9
 
@@ -103,6 +103,10 @@ You can also tweet <a href="http://twitter.com/humanmadeltd">@humanmadeltd</a> o
103
 
104
  == Changelog ==
105
 
 
 
 
 
106
  #### 2.4.2
107
 
108
  * In WordPress Multisite the backups admin page is now located in Network admin instead of the wp-admin of the main site.
@@ -111,6 +115,7 @@ You can also tweet <a href="http://twitter.com/humanmadeltd">@humanmadeltd</a> o
111
  * BackUpWordPress will now always be loaded before any BackUpWordPress Extensions.
112
  * Fixed an issue that could cause a long modal (excludes) to show underneath the WP admin bar.
113
 
 
114
  #### 2.4.1
115
 
116
  * Add missing colorbox images
3
  Tags: back up, backup, backups, database, zip, db, files, archive, wp-cli, humanmade
4
  Requires at least: 3.3.3
5
  Tested up to: 3.8
6
+ Stable tag: 2.4.3
7
 
8
  Simple automated back ups of your WordPress powered website.
9
 
103
 
104
  == Changelog ==
105
 
106
+ #### 2.4.3
107
+
108
+ * Fix a JS error that prevented errors during the backup process from displaying.
109
+
110
  #### 2.4.2
111
 
112
  * In WordPress Multisite the backups admin page is now located in Network admin instead of the wp-admin of the main site.
115
  * BackUpWordPress will now always be loaded before any BackUpWordPress Extensions.
116
  * Fixed an issue that could cause a long modal (excludes) to show underneath the WP admin bar.
117
 
118
+
119
  #### 2.4.1
120
 
121
  * Add missing colorbox images