Skip to content

Releases: timmyomahony/craft-remote-sync

Addressed wrong path

07 Nov 15:12
cdb7eaa
Compare
Choose a tag to compare

Updated core library

06 Nov 14:48
deaf9c2
Compare
Choose a tag to compare
Merge pull request #35 from weareferal/develop

Updated core library

Fixed composer 2.0 issue

06 Nov 14:16
Compare
Choose a tag to compare
1.3.3

Merge branch 'develop'

Bumped remote core: fixed Backblaze B2 labels

14 Jul 09:05
3b89f64
Compare
Choose a tag to compare
Merge pull request #30 from weareferal/develop

Bumped remote core: fixed Backblaze B2 labels

Fixed merge issue with previous 1.3.0 release

13 Jul 12:39
302d90a
Compare
Choose a tag to compare

There was an issue with the previous 1.3.0 release where despite merging correctly via PR, master overwrote some changes.

Added new providers and refactored to external dependency

13 Jul 11:43
Compare
Choose a tag to compare
  • Refactored the plugin to use an external shared module, making it easier to maintain alongside craft-remote-backup
  • Added providers
    • Dropbox provider
    • Google Drive provider
    • Backblaze provider
    • Digital Ocean Spaces

Bugfixes

23 May 13:15
709bfa0
Compare
Choose a tag to compare
  • 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

Interface improvements

28 Apr 11:55
eb95b49
Compare
Choose a tag to compare
  • 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

Added an emergency backup feature

08 Apr 12:51
70bed86
Compare
Choose a tag to compare

When enabled, a local copy of both current database or volumes will be created and saved before pull & restoring a remote version.

This is a last resort in case you accidently pull and restore something you didn't mean to. Bear in mind that only 1 emergency backup is kept:

  • storage/sync/emergency-backup.sql (database)
  • storage/sync/emergency-backup.zip (volumes)

Initial launch 🚀

07 Apr 16:11
2ebfb59
Compare
Choose a tag to compare
Merge pull request #4 from weareferal/develop

Updated branding