Backup and Restore WordPress – WPBackItUp Backup Plugin - Version 1.5.3

Version Description

Enabled plugin to work with version 3.7.1

Download this release

Release Info

Developer jcpeden
Plugin Icon 128x128 Backup and Restore WordPress – WPBackItUp Backup Plugin
Version 1.5.3
Comparing to
See all releases

Code changes from version 1.5.2 to 1.5.3

Files changed (3) hide show
  1. lib/constants.php +2 -2
  2. readme.txt +12 -8
  3. views/options.php +4 -24
lib/constants.php CHANGED
@@ -5,11 +5,11 @@
5
  * @package WP Backitup
6
  *
7
  * @author jcpeden
8
- * @version 1.5.2
9
  * @since 1.0.1
10
  */
11
 
12
- if( !defined( 'WPBACKITUP_VERSION' ) ) define( 'WPBACKITUP_VERSION', '1.5.2' );
13
 
14
  if( !defined( 'WPBACKITUP_DIRNAME' ) ) define( 'WPBACKITUP_DIRNAME', dirname( dirname( __FILE__ ) ) );
15
 
5
  * @package WP Backitup
6
  *
7
  * @author jcpeden
8
+ * @version 1.5.3
9
  * @since 1.0.1
10
  */
11
 
12
+ if( !defined( 'WPBACKITUP_VERSION' ) ) define( 'WPBACKITUP_VERSION', '1.5.3' );
13
 
14
  if( !defined( 'WPBACKITUP_DIRNAME' ) ) define( 'WPBACKITUP_DIRNAME', dirname( dirname( __FILE__ ) ) );
15
 
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: jcpeden, tarunk
3
  Donate link: http://www.wpbackitup.com
4
  Tags: backup wordpress, database backup, backup database, download database, backup and restore, restoring wordpress, restore wordpress, restore wordpress backup,
5
  Requires at least: 3.4.2
6
- Tested up to: 3.7
7
- Stable tag: 1.5.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -14,18 +14,16 @@ Create a backup zip of your content and settings with a single click that can be
14
 
15
  = The Simple Way to Backup Your Site =
16
  WP Backitup creates a backup zip of your site's content and configuration in just a single click,
17
- right from your Wordpress dashboard. There is no need to FTP into your site and no knowledge of MySQL or PHPMyAdmin is required.
18
-
19
- You can use your backup zip to restore your site or to clone a site's content and settings when setting up a new one.
20
 
21
  = Automatically Restore Your Backup Zips =
22
- Tired of messing around in PHPMyAdmin and with FTP trying to restore you backups? WP Backitup features a premium restoration feature that allows your backup zips to be restored right from the Wordpress interface. No need to worry about FTP, cPanel or PHPMyAdmin! Licenses are available to buy on the WP Backitup site but you can also <a href="http://www.wpbackitup.com/free-license/">get a free WP Backitup license here</a>.
23
 
24
  = Easy To Install and Use =
25
  Simply install the plugin directly to Wordpress and browse to the new menu 'WP Backitup'. From there, just follow the on-screen instructions and watch as WP Backitup creates a backup of you site's plugins, themes and uploads as well as you content and settings (including all custom widgets and settings for any additional plugins).
26
 
27
- = Get a free WP Backitup License =
28
- Missed the link above? You can <a href="http://www.wpbackitup.com/free-license/">get a free WP Backitup license here</a>. Just enter your email address and follow the instructions.
29
 
30
  = More questions? =
31
  Please ask them in the <a href="http://wordpress.org/support/plugin/wp-backitup">support forum</a>.
@@ -97,6 +95,9 @@ Yes.
97
 
98
  == Changelog ==
99
 
 
 
 
100
  = 1.5.2 =
101
  Modified admin interface.
102
 
@@ -162,6 +163,9 @@ Initial version of the plugin released.
162
 
163
  == Upgrade Notice ==
164
 
 
 
 
165
  = 1.5.2 =
166
  Optional upgrade: No functionality changes.
167
 
3
  Donate link: http://www.wpbackitup.com
4
  Tags: backup wordpress, database backup, backup database, download database, backup and restore, restoring wordpress, restore wordpress, restore wordpress backup,
5
  Requires at least: 3.4.2
6
+ Tested up to: 3.7.1
7
+ Stable tag: 1.5.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
14
 
15
  = The Simple Way to Backup Your Site =
16
  WP Backitup creates a backup zip of your site&apos;s content and configuration in just a single click,
17
+ right from your Wordpress dashboard. There is no need to FTP into your site and no knowledge of MySQL or PHPMyAdmin is required. You can use your backup zip to restore your site or to clone a site&apos;s content and settings when setting up a new one.
 
 
18
 
19
  = Automatically Restore Your Backup Zips =
20
+ Tired of messing around in PHPMyAdmin and with FTP trying to restore you backups? WP Backitup features a premium restoration feature that allows your backup zips to be restored right from the Wordpress interface. No need to worry about FTP, cPanel or PHPMyAdmin!
21
 
22
  = Easy To Install and Use =
23
  Simply install the plugin directly to Wordpress and browse to the new menu 'WP Backitup'. From there, just follow the on-screen instructions and watch as WP Backitup creates a backup of you site's plugins, themes and uploads as well as you content and settings (including all custom widgets and settings for any additional plugins).
24
 
25
+ = Where can I purchase a license? =
26
+ You can <a href="http://www.wpbackitup.com/plugins/wp-backitup-pro/">purchase a no-risk WP Backitup license</a> from the WP Backitup site. This will allow you to restore your backups from the Wordpress dashboard in minutes or get a full money-back refund.
27
 
28
  = More questions? =
29
  Please ask them in the <a href="http://wordpress.org/support/plugin/wp-backitup">support forum</a>.
95
 
96
  == Changelog ==
97
 
98
+ = 1.5.3 =
99
+ Enabled plugin to work with version 3.7.1
100
+
101
  = 1.5.2 =
102
  Modified admin interface.
103
 
163
 
164
  == Upgrade Notice ==
165
 
166
+ = 1.5.3 =
167
+ Optional upgrade: No functionality changes.
168
+
169
  = 1.5.2 =
170
  Optional upgrade: No functionality changes.
171
 
views/options.php CHANGED
@@ -110,29 +110,9 @@
110
  $status = $this->get_option( 'status' );
111
  if( $status != 'valid' ) { ?>
112
  <div class="widget">
113
- <h3 class="promo"><?php _e('Get a FREE license key', $namespace ); ?></h3>
114
- <p><?php _e('Enter your name and email to get a free license key in minutes', $namespace ); ?>!</p>
115
-
116
- <!-- Begin MailChimp Signup Form -->
117
- <div id="mc_embed_signup">
118
- <form action="http://johncpeden.us6.list-manage.com/subscribe/post?u=1ccd19f5614fdf304b12dfd40&amp;id=bbb489a770" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="optinform validate" target="_blank" novalidate>
119
-
120
- <div class="mc-field-group">
121
- <input style="width:185px;" type="email" name="FNAME" class="text required name" id="mce-FNAME" value="Enter your first name..." tabindex="500" size="60" onfocus="this.value=''" />
122
- <input style="width:185px;" type="email" name="EMAIL" class="text required email" id="mce-EMAIL" value="Enter your email address..." tabindex="500" size="60" onfocus="this.value=''" />
123
- </div>
124
-
125
- <div id="mce-responses" class="clear">
126
- <div class="response" id="mce-error-response" style="display:none"></div>
127
- <div class="response" id="mce-success-response" style="display:none"></div>
128
- </div>
129
-
130
- <p><input type="submit" tabindex="501" value="Download" id="buttonid" class="submit button-secondary" name="submit"></p>
131
-
132
- </form>
133
- </div>
134
-
135
- <!--End mc_embed_signup-->
136
  </div>
137
  <?php } ?>
138
 
@@ -161,7 +141,7 @@
161
  <?php } else { ?>
162
  <span style="color:red;"><?php _e('Inactive', $namespace); ?></span></p>
163
  <p class="submit"><input type="submit" name="Submit" class="button-secondary" value="<?php _e( "Activate", $namespace ) ?>" /></p>
164
- <p><?php _e('Get a FREE license using the form above',$namespace); ?>.</p>
165
  <?php }
166
  } ?>
167
  </div>
110
  $status = $this->get_option( 'status' );
111
  if( $status != 'valid' ) { ?>
112
  <div class="widget">
113
+ <h3 class="promo"><?php _e('Get a license key', $namespace ); ?></h3>
114
+ <p><?php _e('Restore your backups from Wordpress in minutes or your money back', $namespace ); ?>.</p>
115
+ <a href="http://www.wpbackitup.com/plugins/wp-backitup-pro/"><?php _e('Purchase a license key for WP Backitup', $namespace ); ?></a>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
116
  </div>
117
  <?php } ?>
118
 
141
  <?php } else { ?>
142
  <span style="color:red;"><?php _e('Inactive', $namespace); ?></span></p>
143
  <p class="submit"><input type="submit" name="Submit" class="button-secondary" value="<?php _e( "Activate", $namespace ) ?>" /></p>
144
+ <p><?php _e('Purchase a no-risk license using the link above',$namespace); ?>.</p>
145
  <?php }
146
  } ?>
147
  </div>