From 70d04f35a7fdef1a663b55e390e54341e80a7673 Mon Sep 17 00:00:00 2001 From: robbot006 Date: Sat, 17 Feb 2024 22:03:26 +0100 Subject: [PATCH] Release `v1.8.0` (#35) Update CHANGELOG.md for v1.8.0 release. --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9533305..ab5244d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,29 @@ CHANGELOG ========= +1.8.0 (2024-02-17) +------------------ + +**Dodano wsparcie dla nowych rozszerzeń**: + +* [`blomstra/gdpr`](https://github.com/blomstra/flarum-ext-gdpr) +* [`datlechin/flarum-birthdays-widget`](https://github.com/datlechin/flarum-birthdays-widget) +* [`datlechin/flarum-birthdays`](https://github.com/datlechin/flarum-birthdays) +* [`nearata/flarum-ext-cakeday`](https://github.com/Nearata/flarum-ext-cakeday) + + +**Zaktualizowano tłumaczenia dla rozszerzeń**: + +* [`fof/geoip`](https://github.com/FriendsOfFlarum/geoip) +* [`fof/oauth`](https://github.com/FriendsOfFlarum/oauth) +* [`ianm/follow-users`](https://github.com/imorland/follow-users) +* [`ianm/twofactor`](https://github.com/imorland/flarum-ext-twofactor) +* [`katosdev/signature`](https://github.com/katosdev/signature) + + +Wszystkie zmiany: [v1.7.0...v1.8.0](https://github.com/flarum-lang/polish/compare/v1.7.0...v1.8.0). + + 1.7.0 (2024-02-04) ------------------