Changeset 622554
- Timestamp:
- 11/08/2012 01:58:15 PM (13 years ago)
- Location:
- wponlinebackup/trunk
- Files:
-
- 3 edited
-
include/files.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
wponlinebackup.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wponlinebackup/trunk/include/files.php
r621661 r622554 1452 1452 1453 1453 // Report an error 1454 if ( $success === true ) {1454 if ( $success !== true ) { 1455 1455 1456 1456 $this->bootstrap->Log_Event( -
wponlinebackup/trunk/readme.txt
r621663 r622554 4 4 Requires at least: 2.8.6 5 5 Tested up to: 3.4.1 6 Stable tag: 2.2.1 16 Stable tag: 2.2.12 7 7 8 8 Online Backup for WordPress allows you to easily backup your WordPress site with encryption to email, download or free 100 MB secure online storage. … … 71 71 72 72 == Changelog == 73 74 = 2.2.12 = 75 * Fix broken online backup on some installations 73 76 74 77 = 2.2.11 = -
wponlinebackup/trunk/wponlinebackup.php
r621661 r622554 5 5 Description: Online Backup for WordPress can automatically backup your WordPress database and filesystem on a configurable schedule and can incrementally send the backup compressed (and optionally encrypted using DES or AES) to our online vault where you can later retrieve it. Backups can also be emailed to you or produced on-demand and downloaded straight to your computer. You can view the current status and change settings at "Tools -> Online Backup", or by clicking the "View Status" link next to the plugin name in the Plugins list. 6 6 Author: Jason Woods @ Backup Technology 7 Version: 2.2.1 17 Version: 2.2.12 8 8 Author URI: http://www.backup-technology.com/ 9 9 Licence: GPLv2 - See LICENCE.txt … … 19 19 20 20 // Version 21 define( 'WPONLINEBACKUP_VERSION', '2.2.1 1' );21 define( 'WPONLINEBACKUP_VERSION', '2.2.12' ); 22 22 define( 'WPONLINEBACKUP_DBVERSION', 11 ); 23 23
Note: See TracChangeset
for help on using the changeset viewer.