Skip to content

Releases: timmyomahony/craft-remote-core

Backported logging fix to Craft 4

15 Aug 23:10
Compare
Choose a tag to compare

Fixed

Craft 5 support

03 Aug 21:43
a9cf030
Compare
Choose a tag to compare

Added

  • Craft 5 support.

Fixed

  • Fixed file listing issue with AWS. See Remote Backup Issue #54 and Remote Core PR #24
  • Cleaned up logging. See Remote Backup Issue #59 and Remote Core PR #25

Updated regex to fix file name issue and added IAM support

07 Dec 23:23
41f052e
Compare
Choose a tag to compare

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

Regex updates, env updates and logging additions

29 Sep 12:23
fa4722d
Compare
Choose a tag to compare

Fixed

  • Updated the regex for filenames to include ' and _ (occasionally included in system names). See Issue #19.

Added

  • Better handling of default environment when creating filename. See Issue #54.
  • Additional logging to help with debugging user issues.

Improved UI, new "test connection" button, file sizes and more!

05 Oct 14:45
60026be
Compare
Choose a tag to compare

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

CleanShot 2022-10-05 at 14 39 13@2x

  1. A new table layout with proper columns. This is much neater and lets us see a lot more information at once.
  2. Environments are back. They went missing for some reason. They've been found.
  3. The Craft version associated with the backup is listed here. You can now see if you've got any older files sitting around.
  4. The file size! This is a big one, you can now see at-a-glance the size of the files you are backing up.
  5. 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
  6. 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.

CleanShot 2022-10-05 at 14 45 01@2x

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

18 Aug 08:10
Compare
Choose a tag to compare

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

11 Dec 12:52
351875a
Compare
Choose a tag to compare

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

06 Nov 14:45
9ce06e1
Compare
Choose a tag to compare
Merge pull request #8 from weareferal/develop

Composer 2 autoload fix and old fix for AWS uploads

Updated Backblaze B2 labels for clarity

14 Jul 09:01
d3ba2d9
Compare
Choose a tag to compare
Merge pull request #6 from weareferal/develop

Updated variables

Fixed issue with console controllers and settings

13 Jul 10:37
d5a8063
Compare
Choose a tag to compare
Merge pull request #5 from weareferal/develop

Fixed console command issue and macro settings