Changeset 3142397
- Timestamp:
- 08/27/2024 04:11:59 PM (19 months ago)
- Location:
- wp-database-backup/trunk
- Files:
-
- 3 edited
-
changelog.txt (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
wp-database-backup.php (modified) (2 diffs)
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 1 5 = 7.0 = 2 6 * 27-08-2024 -
wp-database-backup/trunk/readme.txt
r3142223 r3142397 7 7 Tested up to: 6.6 8 8 Requires PHP: 5.6.20 9 Stable tag: 7.0 9 Stable tag: 7.0.1 10 10 11 11 Create & Restore Database Backup easily on single click. Manual or automated backups (backup to Dropbox, Google drive, Amazon s3,FTP,Email). … … 79 79 == Changelog == 80 80 81 = 7.0.1 = 82 * 28-08-2024 83 * Fix: Backup not starting after update 7.0 84 81 85 = 7.0 = 82 86 * 27-08-2024 -
wp-database-backup/trunk/wp-database-backup.php
r3142223 r3142397 4 4 * Plugin URI:https://wordpress.org/plugins/wp-database-backup 5 5 * Description: This plugin helps you to create/restore Unlimited WordPress Database & Files backup. 6 * Version: 7.0 6 * Version: 7.0.1 7 7 * Author: Backup for WP 8 8 * Author URI: https://backupforwp.com/ … … 48 48 * @var string 49 49 */ 50 public $version = '7.0 ';50 public $version = '7.0.1'; 51 51 52 52 /**
Note: See TracChangeset
for help on using the changeset viewer.