BackWPup – WordPress Backup Plugin - Version 3.3.3

Version Description

Download this release

Release Info

Developer danielhuesken
Plugin Icon 128x128 BackWPup – WordPress Backup Plugin
Version 3.3.3
Comparing to
See all releases

Code changes from version 3.3.2 to 3.3.3

assets/images/banner-de.jpg DELETED
Binary file
assets/images/banner-en.jpg DELETED
Binary file
backwpup.php CHANGED
@@ -5,7 +5,7 @@
5
  * Description: WordPress Backup Plugin
6
  * Author: Inpsyde GmbH
7
  * Author URI: http://inpsyde.com
8
- * Version: 3.3.2
9
  * Text Domain: backwpup
10
  * Domain Path: /languages/
11
  * Network: true
5
  * Description: WordPress Backup Plugin
6
  * Author: Inpsyde GmbH
7
  * Author URI: http://inpsyde.com
8
+ * Version: 3.3.3
9
  * Text Domain: backwpup
10
  * Domain Path: /languages/
11
  * Network: true
inc/class-admin.php CHANGED
@@ -49,26 +49,6 @@ final class BackWPup_Admin {
49
  add_action( 'profile_update', array( $this, 'save_profile_update' ) );
50
 
51
  new BackWPup_EasyCron();
52
-
53
- if ( ! class_exists( 'backwpup_pro' ) ) {
54
- $lang = substr( get_locale(), 0 ,2 );
55
- if ( $lang !== 'de' ) {
56
- $lang = 'en';
57
- }
58
- $message_box = new BackWPup_Message_Box( 'campaign_2016_06' );
59
- $message_box->set_campaign_to_date( '2016-06-20' );
60
- $message_box->set_box_html(
61
- '<a href="' . __( 'http://backwpup.com', 'backwpup' ) . '" style="display:block;height:60px;"><img src="' . BackWPup::get_plugin_data( 'url' ) . '/assets/images/banner-' . $lang . '.jpg" /></a>'
62
- );
63
- $message_box->init_hooks();
64
- }
65
-
66
- $message_box = new BackWPup_Message_Box( 'restore_beta_survey' );
67
- $message_box->set_campaign_to_date( '2016-06-30' );
68
- $message_box->set_box_html(
69
- '<a href="' . __( 'https://www.surveymonkey.com/r/BQJZSG2', 'backwpup' ) . '" style="padding:10px;display: block;"><strong>' . __( 'BackWPup Restore function is coming! Participate in our survey and with a little bit of luck you win a BackWPup Pro licence!', 'backwpup' ) . '</strong></a>'
70
- );
71
- $message_box->init_hooks();
72
  }
73
 
74
  /**
49
  add_action( 'profile_update', array( $this, 'save_profile_update' ) );
50
 
51
  new BackWPup_EasyCron();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
52
  }
53
 
54
  /**
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: inpsyde, danielhuesken, Bueltge, nullbyte
3
  Tags: Amazon, Amazon S3, back up, backup, chinese, cloud, cloud files, database, db backup, dropbox, dump, file, french, ftp, ftps, german, migrate, multisite, russian, schedule, sftp, storage, S3, time, upload, xml
4
  Requires at least: 3.8
5
  Tested up to: 4.5.2
6
- Stable tag: 3.3.2
7
  License: GPLv3
8
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
9
 
@@ -157,6 +157,9 @@ Yes. You need to have writing access to the wp-config.php file (usually residing
157
  [You can find a detailed tutorial in the BackWPup documentation.](http://docs.backwpup.com/article/118-install-backwpup)
158
 
159
  == Changelog ==
 
 
 
160
  = Version 3.3.2 =
161
  * Notice: For MSAzure requires PHP 5.5 in next BackWPup Version
162
  * Changed: Colors of Warning and Error messages
3
  Tags: Amazon, Amazon S3, back up, backup, chinese, cloud, cloud files, database, db backup, dropbox, dump, file, french, ftp, ftps, german, migrate, multisite, russian, schedule, sftp, storage, S3, time, upload, xml
4
  Requires at least: 3.8
5
  Tested up to: 4.5.2
6
+ Stable tag: 3.3.3
7
  License: GPLv3
8
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
9
 
157
  [You can find a detailed tutorial in the BackWPup documentation.](http://docs.backwpup.com/article/118-install-backwpup)
158
 
159
  == Changelog ==
160
+ = Version 3.3.3 =
161
+ * Removed admin notices
162
+
163
  = Version 3.3.2 =
164
  * Notice: For MSAzure requires PHP 5.5 in next BackWPup Version
165
  * Changed: Colors of Warning and Error messages