diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7bd46ce..5f38977 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,8 @@
# Under development: [FlatPress 1.3](https://github.com/flatpressblog/flatpress/releases/tag/1.3)
-FlatPress 1.3 runs under PHP up to **8.1**; minimum required PHP version increases to **7.1**. Also, the PHP extension **intl** becomes mandatory.
+## Changed requirements
+- FlatPress 1.3 runs under PHP up to **8.1**; minimum required PHP version increases to **7.1**.
+- Also, the PHP extension [**intl**](https://www.php.net/manual/book.intl.php) becomes mandatory.
+
## General
- Template engine Smarty updated to version 4.2.1 (see [#94](https://github.com/flatpressblog/flatpress/issues/94))
The Smarty API has changed significantly from v3 to v4 - please make sure your themes and plugins continue to work with the new Smarty version!
- Added [SECURITY.md](https://github.com/flatpressblog/flatpress/blob/master/SECURITY.md)
@@ -8,7 +11,7 @@ FlatPress 1.3 runs under PHP up to **8.1**; minimum required PHP version increas
## Plugins
- Gallery captions plugin added ([#108](https://github.com/flatpressblog/flatpress/issues/108))
- PhotoSwipe plugin added ([#109](https://github.com/flatpressblog/flatpress/issues/109))
-- jQuery plugin: Updated jQuery (3.5.1 => 3.6) and jQueryUI (1.12.1 => 1.13.1)
+- jQuery plugin: Updated jQuery (3.5.1 => 3.6.1) and jQueryUI (1.12.1 => 1.13.2)
- Media Manager plugin shows 50 items per page, not 10
- LastComments plugin will not even attempt to delete or rebuild LastComments caches if LastComments plugin is not available ([#43](https://github.com/flatpressblog/flatpress/issues/43))
- Fixed erros on the Comment Center config page ([#90](https://github.com/flatpressblog/flatpress/issues/90))
@@ -28,7 +31,7 @@ FlatPress 1.3 runs under PHP up to **8.1**; minimum required PHP version increas
- Updated preview image ([#139](https://github.com/flatpressblog/flatpress/issues/139))
## Internationalization
-- Reworked translations: Spanish, Portuguese, and Dutch
+- Reworked translations: Spanish, Portuguese, Dutch, and Italian
- Fixed wrong pt-br country code ([#100](https://github.com/flatpressblog/flatpress/issues/100))
- Search page: Month names displayed in configured frontend language ([#132](https://github.com/flatpressblog/flatpress/issues/132))
- German translation for Comment Center plugin added ([#148](https://github.com/flatpressblog/flatpress/issues/148))