From 52e83dc46c90cbd4bb71820d2696ea286f2ca2f2 Mon Sep 17 00:00:00 2001 From: carstingaxion Date: Sun, 22 Oct 2023 18:22:42 +0000 Subject: [PATCH 1/3] Update changelog to 0.2.1 --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cbac74..9e5fe56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,13 @@ All notable changes to this project will be documented in this file. -## [Unreleased](https://github.com/figuren-theater/ft-platform-collection/compare/0.2.0...HEAD) +## [Unreleased](https://github.com/figuren-theater/ft-platform-collection/compare/0.2.1...HEAD) + +## [0.2.1](https://github.com/figuren-theater/ft-platform-collection/compare/0.2.0...0.2.1) - 2023-10-22 + +### 🐛 Fixed + +- Downgrade PRODUCTION requirement for php-version to last stable ([#45](https://github.com/figuren-theater/ft-platform-collection/pull/45)) ## [0.2.0](https://github.com/figuren-theater/ft-platform-collection/compare/0.1.7...0.2.0) - 2023-10-22 From bde81970152b5489673799cfed6e62b8b06df56c Mon Sep 17 00:00:00 2001 From: Carsten Bach Date: Wed, 7 Feb 2024 06:00:46 +0100 Subject: [PATCH 2/3] Remove explicit 'repositories' entry for ft-network-block-patterns --- composer.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/composer.json b/composer.json index 26ab93d..e553113 100644 --- a/composer.json +++ b/composer.json @@ -97,10 +97,6 @@ "type": "git", "url": "https://github.com/figuren-theater/ft-data" }, - { - "type": "git", - "url": "https://github.com/figuren-theater/ft-network-block-patterns" - }, { "type": "git", "url": "https://github.com/figuren-theater/ft-network-sourcelinks" From 087d078088dbbc950e2125822216c9d6be759285 Mon Sep 17 00:00:00 2001 From: Carsten Bach Date: Sat, 17 Feb 2024 01:56:20 +0100 Subject: [PATCH 3/3] Update lock file --- composer.lock | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/composer.lock b/composer.lock index 813baab..1c5aea5 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": "868d35854da82b45bb13d2068272beb4", + "content-hash": "0c823b587328eebaab2d3185e18de0e6", "packages": [ { "name": "10up/distributor", @@ -1074,14 +1074,21 @@ "version": "1.0.5", "source": { "type": "git", - "url": "https://github.com/figuren-theater/ft-network-block-patterns", + "url": "https://github.com/figuren-theater/ft-network-block-patterns.git", "reference": "11e012b73d5b89d2904ef85201d8cc2f89d4135e" }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/figuren-theater/ft-network-block-patterns/zipball/11e012b73d5b89d2904ef85201d8cc2f89d4135e", + "reference": "11e012b73d5b89d2904ef85201d8cc2f89d4135e", + "shasum": "" + }, "require": { "johnpbloch/wordpress": "^6.0", "php": ">=7.1" }, "type": "wordpress-plugin", + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-3.0-or-later" ], @@ -6478,5 +6485,5 @@ "php": ">=8.0.30" }, "platform-dev": [], - "plugin-api-version": "2.6.0" + "plugin-api-version": "2.3.0" }