Skip to content

Commit 41f7174

Browse files
committed
Merge tag 'v1.5.0' into development
Added - New fields for local file owner and group, and local shared directory - Chown is now run for all transferred files. - Theme files now regenerated. Changed - Added check for www in domains when replacing urls - Updated some of the messaging to be more uniform.
2 parents 316d1e8 + fe6367e commit 41f7174

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
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.5.0] - 2020-10-14
810
### Added
911
- New fields for local file owner and group, and local shared directory
1012
- Chown is now run for all transferred files.

MENU.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Use the below to generate the menu.sh file from the site [https://argbash.io/gen
44

55
```
66
#!/bin/bash
7-
# version="1.1.1"
7+
# version="1.5.0"
88
#
99
# This is an optional arguments-only example of Argbash potential
1010
#

README.md

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

33
## About
44
A script to copy over a production database to another server, also has the ability to copy across imagery.

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.2-dev"
2+
version="1.5.0"
33

44
die()
55
{

0 commit comments

Comments
 (0)