From cbd25b5ac0df77dc61f75486371ccbc132926da5 Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Tue, 13 Feb 2024 11:50:06 +0100 Subject: [PATCH] HydePHP v1.5.0 - 2024-02-13 --- CHANGELOG.md | 35 +++++++++++++++++++ RELEASE_NOTES.md | 30 +++------------- .../framework/src/Foundation/HydeKernel.php | 2 +- packages/hyde/composer.json | 2 +- 4 files changed, 41 insertions(+), 28 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9eba21a1b0e..c5e5eebe17d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,41 @@ HydePHP consists of two primary components, Hyde/Hyde and Hyde/Framework. Develo +## [1.5.0](https://github.com/hydephp/develop/releases/tag/1.5.0) - 2024-02-13 + +### Improved Patch Release Strategy + +This release experiments some changes into how releases are handled to clarify the patch versioning of distributed packages compared to the monorepo source versioning. + +In short: We are now experimenting with rolling patch releases, where patches are released as soon as they're ready, leading to faster rollout of bugfixes. +This means that the patch version discrepancy between the monorepo and the distributed packages will be increased, but hopefully the end results will still be clearer, +thanks to the second related change: Prefixing the subpackage changes in this changelog with the package name. If there is no prefix, the change applies to the core package or the monorepo. + +All this to say, please keep in mind that when the monorepo gets a new minor version, the prefixed changes may already have been released as patches in their respective packages. +### Added +- Added the existing `media_extensions` option to the `hyde` configuration file in https://github.com/hydephp/develop/pull/1531 +- Added configuration options to add custom HTML to the `` and `