From 54e0981ae504c96f8a2f549c578a2e3e5744594d Mon Sep 17 00:00:00 2001 From: Art4 Date: Sat, 30 Dec 2023 22:22:47 +0100 Subject: [PATCH 1/3] Update CHANGELOG.md for Release 2.4.0 --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5d1e1e5..73e9f99f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,9 @@ 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](https://github.com/kbsali/php-redmine-api/compare/v2.3.0...v2.x) +## [Unreleased](https://github.com/kbsali/php-redmine-api/compare/v2.4.0...v2.x) + +## [v2.4.0 - ](https://github.com/kbsali/php-redmine-api/compare/v2.3.0...v2.4.0) - 2024-01-02 ### Added From 6cef9e4b9c66acaf7bacd95660e7b028611106ea Mon Sep 17 00:00:00 2001 From: Art4 Date: Wed, 3 Jan 2024 16:29:46 +0100 Subject: [PATCH 2/3] Update CHANGELOG.md --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73e9f99f..55115415 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased](https://github.com/kbsali/php-redmine-api/compare/v2.4.0...v2.x) -## [v2.4.0 - ](https://github.com/kbsali/php-redmine-api/compare/v2.3.0...v2.4.0) - 2024-01-02 +## [v2.4.0](https://github.com/kbsali/php-redmine-api/compare/v2.3.0...v2.4.0) - 2024-01-?? ### Added @@ -32,6 +32,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - New method `Redmine\Api\Version::listByProject()` to list versions from a project. - New method `Redmine\Api\Wiki::listByProject()` to list wiki pages from a project. +### Fixed + +- Restore BC in possible return types in `Redmine\Api\...::all()` methods + ### Deprecated - `Redmine\Api\CustomField::all()` is deprecated, use `Redmine\Api\CustomField::list()` instead From dae70896b09e11bd512a2d030c24dc5511b021dc Mon Sep 17 00:00:00 2001 From: Artur Weigandt Date: Thu, 4 Jan 2024 09:20:07 +0100 Subject: [PATCH 3/3] Update release date --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52685999..8c845f8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased](https://github.com/kbsali/php-redmine-api/compare/v2.4.0...v2.x) -## [v2.4.0](https://github.com/kbsali/php-redmine-api/compare/v2.3.0...v2.4.0) - 2024-01-?? +## [v2.4.0](https://github.com/kbsali/php-redmine-api/compare/v2.3.0...v2.4.0) - 2024-01-04 ### Added