Skip to content

Releases: timmyomahony/craft-remote-sync

Backported logging fix to Craft 4

15 Aug 23:27
Compare
Choose a tag to compare

Fixed

Craft 5 support

03 Aug 21:42
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:24
ff7aae3
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

Updated branding & icon as well as a new documentation site

27 Oct 18:48
bcfd053
Compare
Choose a tag to compare

No new features, but the plugin has brand new branding better suited to the Craft CMS aesthetic. So you'll notice a shiny new icon in the Craft settings page.

I've also created a new dedicated documentation website which will allow for much better developer experience.

The Github repo has moved to my personal account timmyomahony/craft-remote-sync but nothing should change from the outside.

Bumped core version. Fixed small interface bug.

29 Sep 12:44
78ed42a
Compare
Choose a tag to compare

Changed

  • Bumped remote core version

Fixed

  • Issue with volume interface button not disabling

Fixed import bug issue

07 Nov 17:43
51e2c1c
Compare
Choose a tag to compare

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

05 Oct 14:46
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.

Fixed permission issue

19 Aug 15:02
9a3d7bc
Compare
Choose a tag to compare

Fixed

  • Added fix for issue #48 with permissions

Craft 4 Support

18 Aug 08:21
352c05e
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
1f2f7bd
Compare
Choose a tag to compare
Merge pull request #39 from weareferal/develop

Large backups & volume backend improvements