Skip to content
This repository has been archived by the owner on Jul 23, 2020. It is now read-only.

Latest commit

 

History

History
104 lines (54 loc) · 1.42 KB

CHANGELOG.md

File metadata and controls

104 lines (54 loc) · 1.42 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

1.0.0 - 2020-01-16

Added

  • Initial release

1.0.1 - 2020-01-16

Changed

  • Naming of the repo.

1.0.2 - 2020-01-17

Added

  • Better exception handling and updated naming

1.0.3 - 2020-01-17

Changed

  • Cleaned up functions

1.0.4 - 2020-01-17

Changed

  • Fixed mistake with push/pull method

1.0.5 - 2020-01-18

Changed

  • Changed license

1.0.6 - 2020-01-23

Changed

  • Change name to env-sync to avoid name collision with the plugin store

1.0.7 - 2020-01-23

Changed

  • Fixed small typos in readme and license
  • Changed branding and updated versioning string to correspond with Craft plugin naming

1.0.8 - 2020-01-24

Changed

  • Created custom database backup

1.0.9 - 2020-01-25

Changed

  • Fixed issues with volumes

1.0.10 - 2020-01-25

Changed

  • Improved error messages

1.0.11 - 2020-01-25

Changed

  • Bugfixes

1.0.12 - 2020-01-29

Changed

  • Fixed restore bug

1.0.13 - 2020-02-06

Changed

  • Add missing console command
  • Updated docs

1.1.0 - 2020-02-08

Changed

  • Added backup pruning
  • Bugfixes

1.1.1 - 2020-02-08

Changed

  • Updated regex to allow for environment labels with hyphens (issue #24)