Bladeren bron

Tagged version 45.1.0

Mark Shust 1 jaar geleden
bovenliggende
commit
fdd8a079ac
2 gewijzigde bestanden met toevoegingen van 13 en 1 verwijderingen
  1. 12 0
      CHANGELOG.md
  2. 1 1
      compose/compose.yaml

+ 12 - 0
CHANGELOG.md

@@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
 The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
 and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
 
+## [45.1.0] - 2024-03-19
+
+### Added
+- New `bin/configure-linux` helper script to assist with easier Linux setup [PR #1016](https://github.com/markshust/docker-magento/pull/1016).
+- Linux ependencies to README [PR #1050](https://github.com/markshust/docker-magento/pull/1050).
+- Added `bin/create-user` script to allow for easy creation of Magento admin user & customer [PR #1040](https://github.com/markshust/docker-magento/pull/1040).
+- Descriptions for all missing helper scripts to README and Makefile [PR #1096](https://github.com/markshust/docker-magento/pull/1096).
+
+### Updated
+- `bin/docker-stats` to simplified output [PR #1083](https://github.com/markshust/docker-magento/pull/1083).
+- Pinned Composer version for increased compatibility with latest Magento versions [PR #1090](https://github.com/markshust/docker-magento/pull/1090).
+
 ## [45.0.0] - 2024-02-25
 
 ### Added

+ 1 - 1
compose/compose.yaml

@@ -1,7 +1,7 @@
 ## Mark Shust's Docker Configuration for Magento
 ## (https://github.com/markshust/docker-magento)
 ##
-## Version 45.0.0
+## Version 45.1.0
 
 ## To use SSH, see https://github.com/markshust/docker-magento#ssh
 ## Linux users, see https://github.com/markshust/docker-magento#linux