Releases: timmyomahony/craft-remote-core
Backported logging fix to Craft 4
Craft 5 support
Updated regex to fix file name issue and added IAM support
Regex updates, env updates and logging additions
Improved UI, new "test connection" button, file sizes and more!
Lots of features and fixes with this release 🍾 (see the changelog for the nitty-gritty). Here are the hits:
Big UI Improvements
Here are 6 (!) new improvements to the UI
- A new table layout with proper columns. This is much neater and lets us see a lot more information at once.
- Environments are back. They went missing for some reason. They've been found.
- The Craft version associated with the backup is listed here. You can now see if you've got any older files sitting around.
- The file size! This is a big one, you can now see at-a-glance the size of the files you are backing up.
- A provider icon. You'll now see which provider you are using in the top-right, making it easier to remember where you're sending things
- An improved "show all" button that shows the total number of files.
Test Your Connection
You can now test the connection to your provider from the settings. This means that if there's an issue, you'll get the error message up on screen, without having to dive into the logs.
Bits and Pieces
- Filenames are now formatted with a double underscore, avoiding issues with sites that already have underscores in them
- Temporary files are deleted if push operations fail, avoiding your server clogging up with GBs of failed operations.
- Google Drive now uses file chunking, making it easier to upload big files.
- Timezones are now respected, making the "time since" calculation more accurate.
Dropbox
😢 For the moment, Dropbox has been removed due to access tokens no longer being available. It will be back hopefully soon.
Craft 4 Support
Finally here 🚀, thanks for your patience! There were some issues with the new filesystem approach that complicated the upgrade.
Both Craft Remote Sync and Craft Remote Backup should now be compatible with Craft 4. There are no no new features in this release.
Large backups & volume backend improvements
Bumping from 1.1.X to 1.4.X so that craft-remote-backup
, craft-remote-sync
and craft-remote-core
are in-sync
Fixed composer 2.0 issue & updated AWS upload
Merge pull request #8 from weareferal/develop Composer 2 autoload fix and old fix for AWS uploads
Updated Backblaze B2 labels for clarity
Merge pull request #6 from weareferal/develop Updated variables
Fixed issue with console controllers and settings
Merge pull request #5 from weareferal/develop Fixed console command issue and macro settings