Skip to content

Commit 80f54c1

Browse files
committed
removed banner
1 parent 7994776 commit 80f54c1

File tree

3 files changed

+6
-23
lines changed

3 files changed

+6
-23
lines changed

backwpup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Description: WordPress Backup Plugin
66
* Author: Inpsyde GmbH
77
* Author URI: http://inpsyde.com
8-
* Version: 3.3.2
8+
* Version: 3.3.3
99
* Text Domain: backwpup
1010
* Domain Path: /languages/
1111
* Network: true

inc/class-admin.php

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -49,26 +49,6 @@ public function __construct() {
4949
add_action( 'profile_update', array( $this, 'save_profile_update' ) );
5050

5151
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();
7252
}
7353

7454
/**

readme.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Contributors: inpsyde, danielhuesken, Bueltge, nullbyte
33
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
44
Requires at least: 3.8
5-
Tested up to: 4.5.1
6-
Stable tag: 3.3.2
5+
Tested up to: 4.5.3
6+
Stable tag: 3.3.3
77
License: GPLv3
88
License URI: http://www.gnu.org/licenses/gpl-3.0.html
99

@@ -157,6 +157,9 @@ Yes. You need to have writing access to the wp-config.php file (usually residing
157157
[You can find a detailed tutorial in the BackWPup documentation.](http://docs.backwpup.com/article/118-install-backwpup)
158158

159159
== Changelog ==
160+
= Version 3.3.3 =
161+
* Removed admin notices
162+
160163
= Version 3.3.2 =
161164
* Notice: For MSAzure requires PHP 5.5 in next BackWPup Version
162165
* Changed: Colors of Warning and Error messages

0 commit comments

Comments
 (0)