From 4eb21d8945ebd86bce8237b8c8bdc26799394c4f Mon Sep 17 00:00:00 2001 From: Github Actions Date: Sat, 10 Feb 2024 09:24:39 +0000 Subject: [PATCH 1/3] Finalized changelog for v1.5.1 --- changelog.md | 53 +++++++++++++++++++++++++++------------------------- 1 file changed, 28 insertions(+), 25 deletions(-) diff --git a/changelog.md b/changelog.md index 79b1b33..aeb7c81 100644 --- a/changelog.md +++ b/changelog.md @@ -5,81 +5,84 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ----- +* * * ## [Unreleased] +## [1.5.1] - 2024-02-10 + ### Fixed -* Updated github actions for consistency -* `box` binary removed, not sure why it was there in the first place +- Updated github actions for consistency +- `box` binary removed, not sure why it was there in the first place ## [v1.5.0] => 2023-DEC-14 ### Added -* New Migrations approach of ContentBox 6 -* New Ortus ORM extension on Lucee -* Updated server properties according to new standards - +- New Migrations approach of ContentBox 6 +- New Ortus ORM extension on Lucee +- Updated server properties according to new standards ## [v1.4.0] => 2022-APR-05 ### Fixed -* Fix password error prompts +- Fix password error prompts ### Added -* Mask the installer password inputs +- Mask the installer password inputs ----- +* * * ## [v1.3.2] => 2022-MAR-31 ### Fixed -* Don't run migrations on new installs +- Don't run migrations on new installs ----- +* * * ## [v1.3.1] => 2022-MAR-31 ### Fixed -* Boolean.len() failing, switching to len( boolean ) +- Boolean.len() failing, switching to len( boolean ) ----- +* * * ## [v1.3.0] => 2022-MAR-31 ### Added -* New argument `deployServer` so you can choose to deploy or not a CommandBox server when installing ContentBox +- New argument `deployServer` so you can choose to deploy or not a CommandBox server when installing ContentBox ----- +* * * ## [v1.2.0] => 2022-FEB-18 ### Added -* Added Adobe 2021 support for cfpm +- Added Adobe 2021 support for cfpm - ----- +* * * ## [v1.1.0] => 2021-DEC-03 ### Added -* Run initial migrations once ContentBox has been installed -* Ability to input a ContentBox version to install via the `install-wizard` command. +- Run initial migrations once ContentBox has been installed +- Ability to input a ContentBox version to install via the `install-wizard` command. ----- +* * * ## [v1.0.0] => 2021-SEP-07 +- The initial creation of a separate CommandBox project +- Misspelling on database port for Microsoft SQL server. +- `appcfc` missing variable when updating Lucee + MySQL 8 bug for DDL creation. + +[Unreleased]: https://github.com/Ortus-Solutions/contentbox-cli/compare/v1.5.1...HEAD -* The initial creation of a separate CommandBox project -* Misspelling on database port for Microsoft SQL server. -* `appcfc` missing variable when updating Lucee + MySQL 8 bug for DDL creation. +[1.5.1]: https://github.com/Ortus-Solutions/contentbox-cli/compare/e199c386dc5d1b262f9259d6824df5fa7dfdd77e...v1.5.1 From 3526746f57350c89450a4cbca9363ab2b49c8fe5 Mon Sep 17 00:00:00 2001 From: Luis Majano Date: Fri, 16 Feb 2024 17:07:45 +0100 Subject: [PATCH 2/3] more changes due to bad merge --- changelog.md | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/changelog.md b/changelog.md index 1c0df3c..6c014d6 100644 --- a/changelog.md +++ b/changelog.md @@ -5,13 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -* * * * * * ## [Unreleased] -## [1.5.1] - 2024-02-10 - ### Fixed - Temporary fix for the ORM extension not being discovered due to lucee bug on jvm args. @@ -27,9 +24,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- New Migrations approach of ContentBox 6 -- New Ortus ORM extension on Lucee -- Updated server properties according to new standards - New Migrations approach of ContentBox 6 - New Ortus ORM extension on Lucee - Updated server properties according to new standards @@ -38,67 +32,53 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -- Fix password error prompts - Fix password error prompts ### Added -- Mask the installer password inputs - Mask the installer password inputs -* * * * * * ## [v1.3.2] => 2022-MAR-31 ### Fixed -- Don't run migrations on new installs - Don't run migrations on new installs -* * * * * * ## [v1.3.1] => 2022-MAR-31 ### Fixed -- Boolean.len() failing, switching to len( boolean ) - Boolean.len() failing, switching to len( boolean ) -* * * * * * ## [v1.3.0] => 2022-MAR-31 ### Added -- New argument `deployServer` so you can choose to deploy or not a CommandBox server when installing ContentBox - New argument `deployServer` so you can choose to deploy or not a CommandBox server when installing ContentBox -* * * * * * ## [v1.2.0] => 2022-FEB-18 ### Added -- Added Adobe 2021 support for cfpm - Added Adobe 2021 support for cfpm -* * * * * * ## [v1.1.0] => 2021-DEC-03 ### Added -- Run initial migrations once ContentBox has been installed -- Ability to input a ContentBox version to install via the `install-wizard` command. - Run initial migrations once ContentBox has been installed - Ability to input a ContentBox version to install via the `install-wizard` command. -* * * * * * ## [v1.0.0] => 2021-SEP-07 @@ -108,11 +88,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `appcfc` missing variable when updating Lucee + MySQL 8 bug for DDL creation. [Unreleased]: https://github.com/Ortus-Solutions/contentbox-cli/compare/v1.5.1...HEAD -- The initial creation of a separate CommandBox project -- Misspelling on database port for Microsoft SQL server. -- `appcfc` missing variable when updating Lucee + MySQL 8 bug for DDL creation. - -[Unreleased]: https://github.com/Ortus-Solutions/contentbox-cli/compare/v1.5.1...HEAD - -[1.5.1]: https://github.com/Ortus-Solutions/contentbox-cli/compare/e199c386dc5d1b262f9259d6824df5fa7dfdd77e...v1.5.1 [1.5.1]: https://github.com/Ortus-Solutions/contentbox-cli/compare/e199c386dc5d1b262f9259d6824df5fa7dfdd77e...v1.5.1 From 6475bb470d799570c55578a8d3342235c6b5bfbc Mon Sep 17 00:00:00 2001 From: Github Actions Date: Fri, 16 Feb 2024 16:09:34 +0000 Subject: [PATCH 3/3] Finalized changelog for v1.5.2 --- changelog.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 6c014d6..ee683ef 100644 --- a/changelog.md +++ b/changelog.md @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.5.2] - 2024-02-16 + ### Fixed - Temporary fix for the ORM extension not being discovered due to lucee bug on jvm args. @@ -87,5 +89,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Misspelling on database port for Microsoft SQL server. - `appcfc` missing variable when updating Lucee + MySQL 8 bug for DDL creation. -[Unreleased]: https://github.com/Ortus-Solutions/contentbox-cli/compare/v1.5.1...HEAD +[Unreleased]: https://github.com/Ortus-Solutions/contentbox-cli/compare/v1.5.2...HEAD + +[1.5.2]: https://github.com/Ortus-Solutions/contentbox-cli/compare/v1.5.1...v1.5.2 + [1.5.1]: https://github.com/Ortus-Solutions/contentbox-cli/compare/e199c386dc5d1b262f9259d6824df5fa7dfdd77e...v1.5.1