Plugin Directory

Changeset 622554


Ignore:
Timestamp:
11/08/2012 01:58:15 PM (13 years ago)
Author:
Driskell
Message:

Launch 2.2.12 to fix broken online backup on some installations

Location:
wponlinebackup/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wponlinebackup/trunk/include/files.php

    r621661 r622554  
    14521452
    14531453                    // Report an error
    1454                     if ( $success === true ) {
     1454                    if ( $success !== true ) {
    14551455   
    14561456                        $this->bootstrap->Log_Event(
  • wponlinebackup/trunk/readme.txt

    r621663 r622554  
    44Requires at least: 2.8.6
    55Tested up to: 3.4.1
    6 Stable tag: 2.2.11
     6Stable tag: 2.2.12
    77
    88Online Backup for WordPress allows you to easily backup your WordPress site with encryption to email, download or free 100 MB secure online storage.
     
    7171
    7272== Changelog ==
     73
     74= 2.2.12 =
     75* Fix broken online backup on some installations
    7376
    7477= 2.2.11 =
  • wponlinebackup/trunk/wponlinebackup.php

    r621661 r622554  
    55Description: 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.
    66Author: Jason Woods @ Backup Technology
    7 Version: 2.2.11
     7Version: 2.2.12
    88Author URI: http://www.backup-technology.com/
    99Licence: GPLv2 - See LICENCE.txt
     
    1919
    2020// Version
    21 define( 'WPONLINEBACKUP_VERSION', '2.2.11' );
     21define( 'WPONLINEBACKUP_VERSION', '2.2.12' );
    2222define( 'WPONLINEBACKUP_DBVERSION', 11 );
    2323
Note: See TracChangeset for help on using the changeset viewer.