Version 4.1.4

December 7, 2023

Added

  • Merged support for IAM profiles. See Issue #44.

Fixed

  • Simplified the regex to accept all characters in the system name & env. Hopefully avoiding further interface errors. See Issue #49

Version 4.1.3

October 26, 2023

Changed

Version 4.1.2

September 29, 2023

Changed

  • Bumped remote core version

Fixed

  • Issue with volume interface button not disabling

Version 4.1.1

November 7, 2022

Version 4.1.0

October 5, 2022

Added

  • Temporary files are now deleted more reliably now when something goes wrong, avoiding issues with disk space getting eaten up.
  • Added a proper table layout to the utilties interface to improve readability.
  • Added "file size" to the utilities interface so you can now see how larger your files are.
  • Added timezone handling to files to give accurate dates, times & "time since"
  • Added a "test connection" button to the settings
  • Added file chunking to Google Drive upload
  • Added small icon to the utilities section to show current cloud provider at-a-glance

Changed

  • Changed the filename formatting to use double underscores, improving reliability.
  • Refactored core module aliases for consistancy
  • Refactored the base provider service, improving logging.

Fixed

Removed

  • Removed Dropbox temporarily due to issues with long-held tokens.

Version 4.0.1

August 19, 2022

Fixed

  • Added fix for issue #48 with permissions

Version 4.0.0

August 18, 2022

Added

  • Craft 4 compatibility. Version has jumped from 1.X.X to 4.X.X to make following Craft easier.

Version 1.4.0

December 8, 2020

Added

  • Added support for remote volumes
  • Added TTR to queue jobs (issue #38)
  • Added time and duration to console command output

Changed

  • Bumped version number for parity between sync & backup plugins
  • Updated readme to call-out cron requirement
  • Fixed filename regex (issue #26 on craft-remote-sync)
  • Moved shared utilities JS and CSS to core module
  • Updated the formatting for file table (issue #10 on craft-remote-backup)

Version 1.3.4

November 6, 2020

Changed

  • Updated core library version

Version 1.3.3

November 6, 2020

Changed

  • Fixed composer 2 autoload issue (issue #33)

Version 1.3.2

July 14, 2020

Changed

  • Made Backblaze B2 settings labels clearer

1.3.1 - 2020-07-13

Changed

  • Fixed strange merge issues from release :(

Version 1.3.0

July 12, 2020

Changed

  • Moved all shared code into a separate craft-remote-core package dependency to be shared between craft-remote-sync and craft-remote-backup

Added

  • Dropbox provider & documentation
  • Google Drive provider & documentation
  • Backblaze provider & documentation
  • Digital Ocean Spaces provider & documentation

Version 1.2.1

May 23, 2020

Changed

  • Fixed issue (#15) with restoring via queue where a new database backup would be pushed automatically (and incorrectly)
  • Fixed issue (#16) where not being logged out automatically via Ajax when restoring via the queue

Version 1.2.0

April 26, 2020

Added

  • File pruning
  • "Latest" badge on utilties page to easily identify the most recent synced file
  • A "show more" dropdown when there are > 3 synced files
  • A "hide" setting to remove either databases or volumes from the utilities panel

Version 1.1.0

April 8, 2020

Changed

  • Improved the messaging for pulling and restoring

Added

  • Added emergency backup feature

Version 1.0.0

April 8, 2020

Added

  • Initial release