Let's release version 1.2 "Legato"! \o/

Bumped system version to 1.2, edited changelog accordingly.
This commit is contained in:
azett 2021-03-20 12:21:05 +01:00
parent 43a7a43191
commit 9ce0674b57
2 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,4 @@
# In beta testing: FlatPress 1.2 "Legato"
[Release info and download](https://github.com/flatpressblog/flatpress/releases/tag/1.2.beta1)
# 2021-03-20: [FlatPress 1.2 "Legato"](https://github.com/flatpressblog/flatpress/releases/tag/1.2)
## General
- FlatPress now runs smoothly with PHP 7.4 and PHP 8
- Performance: Lazy loading for images

View File

@ -68,7 +68,7 @@ function system_hashsalt_save($force = false) {
return true;
}
define('SYSTEM_VER', '1.2.beta2');
define('SYSTEM_VER', '1.2');
function system_ver() {
return 'fp-' . SYSTEM_VER;