Quellcode durchsuchen

Version bump to 23.0.0

Mark Shust vor 6 Jahren
Ursprung
Commit
f9581f7f29
3 geänderte Dateien mit 19 neuen und 4 gelöschten Zeilen
  1. 16 2
      CHANGELOG.md
  2. 2 1
      compose/magento-2/docker-compose.dev.yml
  3. 1 1
      compose/magento-2/docker-compose.yml

+ 16 - 2
CHANGELOG.md

@@ -8,7 +8,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
 
 - N/A
 
-## [22.0.0] - 2018-02-14
+## [23.0.0] - 2019-04-02
+
+### Added
+- Allow setup without SSH credentials.
+- Documentation for connecting to MySQL.
+- `bin/status` to check container status
+
+### Updated
+- Readme for existing installs
+- `bin/dev-urn-catalog-generate` to look at `src` folder as project root.
+
+### Fixed
+- Readme usage of pasting command into non-standard terminal.
+
+## [22.0.0] - 2019-02-14
 
 ### Added
 - Host bind mount `var/log` folder in `docker-compose.dev.yml` for debugging purposes.
@@ -18,7 +32,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
 ### Fixed
 - Cron not working correctly
 
-## [21.1.2] - 2018-02-04
+## [21.1.2] - 2019-02-04
 
 ### Fixed
 - Helper script `bin/fixowns` now fixes permissions on `/var/www` instead of `/var/www/html` folder.

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

@@ -1,5 +1,5 @@
 # Mark Shust's Docker Configuration for Magento (https://github.com/markshust/docker-magento)
-# Version 22.0.0
+# Version 23.0.0
 
 version: "3"
 
@@ -14,6 +14,7 @@ services:
       - ./src/composer.lock:/var/www/html/composer.lock:delegated
       - ./src/nginx.conf.sample:/var/www/html/nginx.conf:delegated
       #- ./src/var/log:/var/www/html/var/log:delegated
+      #- ./src/var/report:/var/www/html/var/report:delegated
 
   phpfpm:
     volumes: *appvolumes

+ 1 - 1
compose/magento-2/docker-compose.yml

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