Plugin Directory

Changeset 3142397


Ignore:
Timestamp:
08/27/2024 04:11:59 PM (19 months ago)
Author:
databasebackup
Message:

7.0.1

  • 28-08-2024
  • Fix: Backup not starting after update 7.0
Location:
wp-database-backup/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wp-database-backup/trunk/changelog.txt

    r3142223 r3142397  
     1= 7.0.1 =
     2* 28-08-2024
     3* Fix: Backup not starting after update 7.0
     4
    15= 7.0 =
    26* 27-08-2024
  • wp-database-backup/trunk/readme.txt

    r3142223 r3142397  
    77Tested up to: 6.6
    88Requires PHP: 5.6.20
    9 Stable tag: 7.0
     9Stable tag: 7.0.1
    1010
    1111Create & Restore Database Backup easily on single click. Manual or automated backups (backup to Dropbox, Google drive, Amazon s3,FTP,Email).
     
    7979== Changelog ==
    8080
     81= 7.0.1 =
     82* 28-08-2024
     83* Fix: Backup not starting after update 7.0
     84
    8185= 7.0 =
    8286* 27-08-2024
  • wp-database-backup/trunk/wp-database-backup.php

    r3142223 r3142397  
    44 * Plugin URI:https://wordpress.org/plugins/wp-database-backup
    55 * Description: This plugin helps you to create/restore Unlimited  WordPress Database & Files backup.
    6  * Version: 7.0
     6 * Version: 7.0.1
    77 * Author: Backup for WP
    88 * Author URI: https://backupforwp.com/
     
    4848         * @var string
    4949         */
    50         public $version = '7.0';
     50        public $version = '7.0.1';
    5151
    5252        /**
Note: See TracChangeset for help on using the changeset viewer.