We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62b4ab4 commit 0dc31dfCopy full SHA for 0dc31df
CHANGELOG.md
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [1.2.0] - 2020-07-10
10
+### Added
11
+- Added menu option to allow full customer and order backups.
12
+
13
14
## [1.1.0] - 2020-07-10
15
### Added
16
- Installer
install.sh
@@ -7,7 +7,7 @@ dbsync_install_dir() {
}
dbsync_latest_version() {
- echo "v1.1.0"
+ echo "v1.2.0"
#
0 commit comments