Changeset 2655275
- Timestamp:
- 01/10/2022 03:32:28 PM (4 years ago)
- Location:
- wp-all-backup/trunk
- Files:
-
- 3 edited
-
includes/admin/Destination/Dropbox/Dropbox_upload.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
-
wp-all-backup.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-all-backup/trunk/includes/admin/Destination/Dropbox/Dropbox_upload.php
r1921758 r2655275 18 18 error_log($args[1]); 19 19 error_log(print_r($args,1)); 20 $response = $dropbox->upload($args[1], $wpall_dropbbox_dir . $args[0]);20 $response = $dropbox->upload($args[1],$wpall_dropbbox_dir . apply_filters( 'wp_all_backup_dropbox_file_name',$args[0] ) ); 21 21 if ($response) 22 22 $args[2] = $args[2] . "<br> Upload Database Backup on Dropbox"; -
wp-all-backup/trunk/readme.txt
r2571423 r2655275 4 4 Tags: backup ,restore, clone, Wordpress backup,database, mysql backup,back up,backups, automatically database backup,website backup,website database backup,restore backup 5 5 Requires at least: 3.3.3 6 Tested up to: 5.8 6 Tested up to: 5.8.3 7 7 8 8 Create Backup and Restore Backup easily on single click.Manual or Automated Backups with Dropbox,FTP integration. … … 79 79 == Changelog == 80 80 81 = 2.4.3 = 82 * 10-01-2022 83 * Added Filter hook for Dropbox file name 84 81 85 = 2.4.2 = 82 86 * 24-07-2021 … … 209 213 210 214 == Upgrade Notice == 211 * Added Feature - Exclude Table : Select/Unselect All Option215 * Filter hook for Dropbox file name 212 216 213 217 == Official Site == -
wp-all-backup/trunk/wp-all-backup.php
r2571423 r2655275 5 5 Description: Create Backup and Restore Backup easily on single click.Manual or Automated Backups with Dropbox,FTP integration. 6 6 Author: Prashant Walke 7 Version: 2.4. 27 Version: 2.4.3 8 8 Author URI: https://wpseeds.com 9 9 Text Domain: wpallbkp
Note: See TracChangeset
for help on using the changeset viewer.