From 78a8fe4679db318a287feeb310d61659904173ad Mon Sep 17 00:00:00 2001 From: Arvid Zimmermann Date: Sat, 24 Oct 2020 22:12:21 +0200 Subject: [PATCH 1/3] Added v1.2 description so far --- CHANGELOG.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index df08cd2..2772c13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,40 @@ +# Under development: FlatPress 1.2 +## General +- FlatPress now runs smoothly with PHP 7.4 +- Performance: Lazy loading for images +- GDPR compatibility: Data of commenters are not stored in cookies any more +- SEO: Added sitemap for search engines ([details](https://forum.flatpress.org/viewtopic.php?f=4&t=126)) +- Leggero V2 is default theme (see [#57](https://github.com/flatpressblog/flatpress/issues/57)) +- Leggero v1 is now responsive +- Updated Smarty to release 2.6.31 +- Added [CONTRIBUTORS.md](https://github.com/flatpressblog/flatpress/blob/master/CONTRIBUTORS.md) +## Plugins +- BBCode plugin: Enhanced \[video\] element accepts video URLs from YouTube, Vimeo and Facebook +- BBCode plugin: Added "mail" tag (replaces the Protected Mail Links plugin) +- BBCode plugin: Added image attribute "loading", default is "lazy" +- BBCode plugin: Selectboxes of attachments and images in the editor toolbar are sorted by name +- Protected Mail Links plugin removed +- CommentCenter plugin is part of the FP standard distribution +- PrettyUrls and Comment Center are activated by default, LastComments and LastCommentsAdmin are not +## Security +- Overhauled v0.812.2 fix for local file inclusion vulnerability ([more details](http://www.guanting.com/security/exploit/information/27269.html)) +- Comments are sanitized properly (see [#62](https://github.com/flatpressblog/flatpress/issues/62)) +- Uploader checks for forbidden files more carefully +## Bugfixes +- Mail adresses are accepted in a broader range (see [#48](https://github.com/flatpressblog/flatpress/issues/48)) +- HTTPS URLs in the contact form are now handled correctly (see [#55](https://github.com/flatpressblog/flatpress/issues/55)) +- Fixed redirects after login +- Fixed "syntax error, unexpected '\['" bug under PHP 5.3, reported [here](https://forum.flatpress.org/viewtopic.php?f=2&t=131) +- Setup sets date and FP version for the freshly created static pages +- Annoying translation error in German language pack fixed +- Installer did not work properly with HTTPS (see [#52](https://github.com/flatpressblog/flatpress/issues/52)) +## Translations +- Added French language pack by Marc Thibeault and Dimitri Soufflet, reworked by Gee +- Added Jananese Language Pack by [NORTH HILL WORK STUDIO](https://nhws.localinfo.jp/) +- Added Brazilian Portuguese language pack by randy +- Added Italian language pack by Giacomo Margarito +- Reworked German language pack by Detlef + # 2019-02-22: [FlatPress 1.1 "Da capo"](https://github.com/flatpressblog/flatpress/releases/tag/1.1) ## General - Languages added: Greek, German, Czech (feel free to send in *your* language packs!) From fd6d940b89d71cc22af8f387387404a43bf2b6d5 Mon Sep 17 00:00:00 2001 From: Arvid Zimmermann Date: Sat, 24 Oct 2020 22:17:48 +0200 Subject: [PATCH 2/3] #52 wasn't a FP bugfix --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2772c13..614965d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,7 +27,6 @@ - Fixed "syntax error, unexpected '\['" bug under PHP 5.3, reported [here](https://forum.flatpress.org/viewtopic.php?f=2&t=131) - Setup sets date and FP version for the freshly created static pages - Annoying translation error in German language pack fixed -- Installer did not work properly with HTTPS (see [#52](https://github.com/flatpressblog/flatpress/issues/52)) ## Translations - Added French language pack by Marc Thibeault and Dimitri Soufflet, reworked by Gee - Added Jananese Language Pack by [NORTH HILL WORK STUDIO](https://nhws.localinfo.jp/) From b08512630c83ef3bf212ab2dc8ab5e3454f698ae Mon Sep 17 00:00:00 2001 From: Arvid Zimmermann Date: Sat, 24 Oct 2020 22:18:35 +0200 Subject: [PATCH 3/3] Typo -.- --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 614965d..ea6124a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,7 +29,7 @@ - Annoying translation error in German language pack fixed ## Translations - Added French language pack by Marc Thibeault and Dimitri Soufflet, reworked by Gee -- Added Jananese Language Pack by [NORTH HILL WORK STUDIO](https://nhws.localinfo.jp/) +- Added Japanese Language Pack by [NORTH HILL WORK STUDIO](https://nhws.localinfo.jp/) - Added Brazilian Portuguese language pack by randy - Added Italian language pack by Giacomo Margarito - Reworked German language pack by Detlef