Skip to content

Commit

Permalink
prepare v4.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRDOrazio committed Jan 26, 2025
1 parent a92d77a commit c0b999e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,13 @@ docker run -p 8000:8000 -d liturgy-api:{branch}
</a>

# CHANGELOG

## [v4.3](https://github.com/JohnRDOrazio/LiturgicalCalendar/releases/tag/v4.3) (January 26th 2025)
* realign XML output with latest developments (issue #290)

## [v4.2](https://github.com/JohnRDOrazio/LiturgicalCalendar/releases/tag/v4.2) (January 25th 2025)
* realign ICS output with latest developments (issue #288)

## [v4.1](https://github.com/JohnRDOrazio/LiturgicalCalendar/releases/tag/v4.1) (January 22nd 2025)
* restore diocesan calendar `PUT`, `PATCH` and `DELETE` requests with full support for all i18n languages (issue #284)

Expand Down
2 changes: 1 addition & 1 deletion src/Paths/Calendar.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
*/
class Calendar
{
public const API_VERSION = '4.2';
public const API_VERSION = '4.3';
public static Core $Core;

private string $CacheDuration = "";
Expand Down

0 comments on commit c0b999e

Please sign in to comment.