Plugin Directory

Changeset 2945600


Ignore:
Timestamp:
07/31/2023 05:16:43 PM (3 years ago)
Author:
backupbolt
Message:

v1.3.0 release

Location:
backup-bolt
Files:
273 added
2 edited

Legend:

Unmodified
Added
Removed
  • backup-bolt/trunk/backup-bolt.php

    r2941809 r2945600  
    88 * Plugin URI:        https://backupbolt.com
    99 * Description:       Super simple WordPress backup plugin
    10  * Version:           1.2.0
     10 * Version:           1.3.0
    1111 * Author:            Backup Bolt
    1212 * License:           GNU General Public License v3.0
     
    2929 */
    3030
    31 define('BABO_VERSION', '1.2.0');
     31define('BABO_VERSION', '1.3.0');
    3232define('BABO_BASENAME', plugin_basename(__FILE__));
    3333define('BABO_NAME', 'Backup Bolt');
  • backup-bolt/trunk/readme.txt

    r2941812 r2945600  
    44Requires at least: 4.0
    55License: GPL3
    6 Tested up to: 6.3
     6Tested up to: 6.1
    77Requires PHP: 5.6
    8 Stable tag: 1.2.0
     8Stable tag: 1.3.0
    99
    1010Super simple one click backup your site and download the backup in compressed zip format. Choose between custom or full WordPress backup. Super easy interface without any clutter.
     
    6262== Changelog ==
    6363
    64 = 1.2.0 =
    65 * PLEASE UPDATE
    66 * Freemius SDK update
     64= 1.3.0 =
     65* FS sdk fix
    6766
    6867= 1.1.3 =
    69 * Individual contributor update
    7068* Fixed deactivation issue when backup folder already deleted / don't exist
    7169
Note: See TracChangeset for help on using the changeset viewer.