Skip to content

Commit 033bdaf

Browse files
committed
Bumped version number and updated CHANGELOG.md.
1 parent 2f4e61d commit 033bdaf

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [1.4.1] - 2020-09-08
810
### Changed
911
- Starting to unify messages.
1012

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Magento 2 Production DB Sync v1.4.0
1+
# Magento 2 Production DB Sync v1.4.1
22

33
## About
44
A script to copy over a production database to another server, also has the ability to copy across imagery.
@@ -15,7 +15,7 @@ Currently the script is configured to attempt Magento 2 and WordPress database m
1515
## Installing and Updating
1616
To install or update the script run the following curl script
1717

18-
```curl -o- https://raw.githubusercontent.com/clivewalkden/bash-magento2-db-sync/v1.4.0/install.sh | bash```
18+
```curl -o- https://raw.githubusercontent.com/clivewalkden/bash-magento2-db-sync/v1.4.1/install.sh | bash```
1919

2020
## Usage
2121
To copy over a production database first get a shell on the system you want to copy the data to.

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
}
88

99
dbsync_latest_version() {
10-
echo "v1.4.0"
10+
echo "v1.4.1"
1111
}
1212

1313
#

utils/menu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
version="1.4.0"
2+
version="1.4.1"
33

44
die()
55
{

0 commit comments

Comments
 (0)