Update CHANGELOG.md

new jQuery[UI] versions; added Italian translation fix; added intl link
This commit is contained in:
Arvid Zimmermann 2022-11-01 20:34:13 +01:00 committed by GitHub
parent d4ff88fe58
commit b0b5af3d97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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))<br><sub><i>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!</i></sub>
- 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))