Skip to content

Commit 112f515

Browse files
committed
prepare v4.4 release
1 parent 387155a commit 112f515

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,9 @@ if we want to install system locales in order for `gettext` to work properly wit
9898

9999
# CHANGELOG
100100

101+
## [v4.4](https://github.com/JohnRDOrazio/LiturgicalCalendar/releases/tag/v4.4) (March 22nd 2025)
102+
* restore national calendar `PUT`, `PATCH` and `DELETE` requests with full support for all i18n languages (issues #284, #265, and #220)
103+
101104
## [v4.3](https://github.com/JohnRDOrazio/LiturgicalCalendar/releases/tag/v4.3) (January 26th 2025)
102105
* realign XML output with latest developments (issue #290)
103106

src/Paths/Calendar.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
*/
3939
class Calendar
4040
{
41-
public const API_VERSION = '4.3';
41+
public const API_VERSION = '4.4';
4242
public static Core $Core;
4343

4444
private string $CacheDuration = "";

src/Router.php

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace LiturgicalCalendar\Api;
44

5-
use GuzzleHttp\Psr7\Request;
65
use LiturgicalCalendar\Api\Enum\RequestMethod;
76
use LiturgicalCalendar\Api\Enum\RequestContentType;
87
use LiturgicalCalendar\Api\Enum\AcceptHeader;

0 commit comments

Comments
 (0)