Plugin Directory

Changeset 2655275


Ignore:
Timestamp:
01/10/2022 03:32:28 PM (4 years ago)
Author:
walke.prashant
Message:

Filter hook for Dropbox file name

Location:
wp-all-backup/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wp-all-backup/trunk/includes/admin/Destination/Dropbox/Dropbox_upload.php

    r1921758 r2655275  
    1818            error_log($args[1]);
    1919            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] ) );
    2121            if ($response)
    2222                $args[2] = $args[2] . "<br> Upload Database Backup on Dropbox";
  • wp-all-backup/trunk/readme.txt

    r2571423 r2655275  
    44Tags: backup ,restore, clone, Wordpress backup,database, mysql backup,back up,backups, automatically database backup,website backup,website database backup,restore backup
    55Requires at least: 3.3.3
    6 Tested up to: 5.8
     6Tested up to: 5.8.3
    77
    88Create Backup and Restore Backup easily on single click.Manual or Automated Backups with Dropbox,FTP integration.
     
    7979== Changelog ==
    8080
     81= 2.4.3 =
     82* 10-01-2022
     83* Added Filter hook for Dropbox file name
     84
    8185= 2.4.2 =
    8286* 24-07-2021
     
    209213
    210214== Upgrade Notice ==
    211 * Added Feature - Exclude Table : Select/Unselect All Option
     215* Filter hook for Dropbox file name
    212216
    213217== Official Site ==
  • wp-all-backup/trunk/wp-all-backup.php

    r2571423 r2655275  
    55Description: Create Backup and Restore Backup easily on single click.Manual or Automated Backups with Dropbox,FTP integration.
    66Author: Prashant Walke
    7 Version: 2.4.2
     7Version: 2.4.3
    88Author URI: https://wpseeds.com
    99Text Domain: wpallbkp
Note: See TracChangeset for help on using the changeset viewer.