Skip to content

Releases: wp-media/backwpup

5.0.4

13 Feb 14:59
Compare
Choose a tag to compare

Release date: feb 13, 2025

  • Fixed: Layout issue with theme customizer
  • Fixed: API error when the number of backups is equal to 0
  • Fixed: Php 8.x deprecated notices
  • Removed : "Add new" job button from Job listing
  • Fixed: Tooltip text cut off
  • Removed: Hover style on disabled elements
  • Added: Hover tooltip on storage icons

5.0.3

07 Feb 12:06
Compare
Choose a tag to compare

Release date: feb 07, 2025

  • Fixed: Backup is running constantly & can’t be stopped.
  • Fixed: Authentication issue for Dropbox, FTP & Azure.
  • Added: Custom scheduling option.
  • Added: Display history of all backups.
  • Added: Custom filter to allow zip and tar.gz compression
  • Changed: Changed plugin noticed Message.

5.0.2

04 Feb 14:10
Compare
Choose a tag to compare

Release date: feb 04,2025

  • Fixed : Error due to unrecognized cron expression

5.0.1

04 Feb 09:45
Compare
Choose a tag to compare

= 5.0.1 =
Release date: feb 04, 2025

  • Fixed : Css issues with the new UI
  • Complete revamp of the plugin UI
  • Changed: Updated dependencies
  • Moved Jobs, Logs, Network, license & settings under Advance Settings
  • Removed: Jobs, Logs, Backups, Add new job, Settings, Restore & About from the plugin menu

4.1.7

25 Nov 16:28
Compare
Choose a tag to compare

Release date: nov 25, 2024

  • Changed : Update dependencies :
    ** guzzlehttp/guzzle to 7.0
    ** onedrive-php-sdk to 3.2.0
    ** microsoft-graph to 1.7.0

4.1.6

15 Oct 13:57
Compare
Choose a tag to compare

= 4.1.6 =
Release date: oct 15, 2024

  • Changed : Show the Restore feature information notice only for free version users
  • Changed : The default format is now .tar
  • Fixed : Warnings on the backup script on PHP 8.x when tar format is used

4.1.5

01 Oct 12:04
Compare
Choose a tag to compare

Release date: sept 27, 2024

  • Added : Restore feature information notice
  • Changed : Upgraded Wordpress minimum version to 4.9
  • Removed : Remove the EasyCron integration and switch it with WPCron.
  • Removed : Remove Database Backup file name & compression options from the UI can be edited via filter (backwpup_generate_dump_filename)
  • Fixed : Conflict with WP Hotel Booking from ThimPress
  • Changed : Add the default exclude files in a filter. (backwpup_file_exclude)
  • Fixed : Use wp translation

4.1.4

23 Jul 06:37
Compare
Choose a tag to compare

Release date: jul 22, 2024

  • Ehanced: Store the review notice dismiss as an option
  • Fixed: Hide the evaluate notice using css
  • Removed: Remove the "Compression" option in Settings > Logs
    ** Disabled by default, can be enabled with a filter (backwpup_gz_logs)
  • Fixed: Check if the third parties constants are defined before using them

4.1.3

05 Jul 14:54
Compare
Choose a tag to compare

Release date: Jul 05, 2024

  • Changed: Upgraded minimum version to PHP 7.4
  • Fixed: Evaluate notice doesn't dismiss
  • Removed: General tab on settings page
    ** Admin bar: enabled by default, can be disabled with a filter (backwpup_is_in_admin_bar)
    ** Folder sizes: disabled by default, can be enabled with a filter (backwpup_show_folder_size)
    ** Protect folders: we protect your folders by default can be disabled with a filter (backwpup_protect_folders)
    ** Plugin data: we delete all plugin data after its delation by default
  • Fixed: Fix S3 uploads over 5 Gb

4.1.2

27 Jun 08:50
Compare
Choose a tag to compare

Release date: Jun 27, 2024

  • Fixed: Open_basedir restriction on some servers
  • Added: Notice to ask users their experience with BackWpUp