浏览代码

Bumped to version 30.0.2 for bugfix updates

Mark Shust 5 年之前
父节点
当前提交
efad9d3286
共有 3 个文件被更改,包括 9 次插入2 次删除
  1. 7 0
      CHANGELOG.md
  2. 1 1
      compose/docker-compose.dev.yml
  3. 1 1
      compose/docker-compose.yml

+ 7 - 0
CHANGELOG.md

@@ -8,6 +8,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
 
 N/A
 
+## [30.0.2] - 2020-04-17
+
+### Fixed
+- The `Temando_Shipping` module conflicts with sample data installation. Added fix to `bin/magento` helper script to disable this module, install sample data, then re-enable it.
+
+### Added
+- Added a `--remove-orphans` flag to `bin/start` script to remove orphaned containers (applicable to cron service).
 
 ## [30.0.1] - 2020-03-18
 

+ 1 - 1
compose/docker-compose.dev.yml

@@ -1,7 +1,7 @@
 # Mark Shust's Docker Configuration for Magento
 # (https://github.com/markshust/docker-magento)
 #
-# Version 30.0.1
+# Version 30.0.2
 
 version: "3"
 

+ 1 - 1
compose/docker-compose.yml

@@ -1,7 +1,7 @@
 # Mark Shust's Docker Configuration for Magento
 # (https://github.com/markshust/docker-magento)
 #
-# Version 30.0.1
+# Version 30.0.2
 
 version: "3"