From a17827d93a337c6866fe375225ae47d7dce73197 Mon Sep 17 00:00:00 2001 From: carstingaxion Date: Sun, 22 Oct 2023 15:28:52 +0000 Subject: [PATCH 1/2] Update changelog to 0.2.0 --- CHANGELOG.md | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 296e40b..2cbac74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,29 @@ All notable changes to this project will be documented in this file. -## [Unreleased](https://github.com/figuren-theater/ft-platform-collection/compare/0.1.7...HEAD) +## [Unreleased](https://github.com/figuren-theater/ft-platform-collection/compare/0.2.0...HEAD) + +## [0.2.0](https://github.com/figuren-theater/ft-platform-collection/compare/0.1.7...0.2.0) - 2023-10-22 + +### 🚀 Added + +- New 'ft-theater' module with all ... THEATER ([#36](https://github.com/figuren-theater/ft-platform-collection/pull/36)) +- Add README ([#35](https://github.com/figuren-theater/ft-platform-collection/pull/35)) + +### Dependency Updates & Maintenance + +- Update required php-version to be 8.1 (matching PRODUCTION) and some dependencies ([#44](https://github.com/figuren-theater/ft-platform-collection/pull/44)) +- Bump figuren-theater/ft-admin-ui from 1.1.5 to 1.2.0 ([#43](https://github.com/figuren-theater/ft-platform-collection/pull/43)) +- Bump figuren-theater/ft-media from 1.1.1 to 1.2.0 ([#42](https://github.com/figuren-theater/ft-platform-collection/pull/42)) +- Upgrading figuren-theater/ft-performance (1.3.1 => 1.3.2) ([#40](https://github.com/figuren-theater/ft-platform-collection/pull/40)) +- Upgrading figuren-theater/ft-admin-ui (1.1.4 => 1.1.5) ([#39](https://github.com/figuren-theater/ft-platform-collection/pull/39)) +- Upgrading figuren-theater/ft-theater (0.1.0 => 0.1.1) ([#38](https://github.com/figuren-theater/ft-platform-collection/pull/38)) +- Upgrading figuren-theater/ft-maintenance (1.2.1 => 1.2.2) ([#37](https://github.com/figuren-theater/ft-platform-collection/pull/37)) +- Upgrading figuren-theater/ft-security (1.4.3 => 1.4.4) ([#34](https://github.com/figuren-theater/ft-platform-collection/pull/34)) +- Upgrading figuren-theater/ft-privacy (1.2.1 => 1.2.3) ([#33](https://github.com/figuren-theater/ft-platform-collection/pull/33)) +- Upgrading figuren-theater/ft-media (1.1.0 => 1.1.1) ([#32](https://github.com/figuren-theater/ft-platform-collection/pull/32)) +- Upgrading figuren-theater/ft-theming (1.1.1 => 1.1.2) ([#31](https://github.com/figuren-theater/ft-platform-collection/pull/31)) +- Set fixed versions for all 3rd-party-deps & UPDATE internal deps ([#30](https://github.com/figuren-theater/ft-platform-collection/pull/30)) ## [0.1.7](https://github.com/figuren-theater/ft-platform-collection/compare/0.1.6...0.1.7) - 2023-10-13 From ff7e3f4d202f90140cf59fb2d033cc78e0711570 Mon Sep 17 00:00:00 2001 From: Carsten Bach Date: Sun, 22 Oct 2023 20:18:54 +0200 Subject: [PATCH 2/2] Downgrade PRODUCTION requirement for php-version to last stable, to prevent (already happened) FATAL errors, thrown by composer-platform-check AND update f.t/code-quality --- composer.json | 2 +- composer.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index f35c94f..26ab93d 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "source": "https://github.com/figuren-theater/ft-platform" }, "require": { - "php": ">=8.1.0", + "php": ">=8.0.30", "figuren-theater/blogs": "*", "figuren-theater/deprecated_figuren_theater_v2": "*", "figuren-theater/deprecated_plugins_v2": "*", diff --git a/composer.lock b/composer.lock index 1345417..7ead5be 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "0091fa50d8bba5299547c4902039a48a", + "content-hash": "25c1d11229ff1ab95b69ea44bc16603a", "packages": [ { "name": "10up/distributor", @@ -6249,7 +6249,7 @@ "prefer-stable": true, "prefer-lowest": false, "platform": { - "php": ">=8.1.0" + "php": ">=8.0.30" }, "platform-dev": [], "plugin-api-version": "2.3.0"