Skip to content

Commit 028151d

Browse files
committed
prepare v4.5 release
1 parent b051c98 commit 028151d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

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

9999
# CHANGELOG
100100

101+
## [v4.5](https://github.com/JohnRDOrazio/LiturgicalCalendar/releases/tag/v4.5) (March 25th 2025)
102+
* restore wider region calendar `PUT`, `PATCH` and `DELETE` requests with full support for all i18n languages (issues #284, #265, and #220)
103+
Happy Feast of the Annunciation!
104+
101105
## [v4.4](https://github.com/JohnRDOrazio/LiturgicalCalendar/releases/tag/v4.4) (March 22nd 2025)
102106
* restore national calendar `PUT`, `PATCH` and `DELETE` requests with full support for all i18n languages (issues #284, #265, and #220)
103107

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.4';
41+
public const API_VERSION = '4.5';
4242
public static Core $Core;
4343

4444
private string $CacheDuration = "";

0 commit comments

Comments
 (0)