Let's release version 1.2 "Legato"! \o/
Bumped system version to 1.2, edited changelog accordingly.
This commit is contained in:
parent
43a7a43191
commit
9ce0674b57
@ -1,5 +1,4 @@
|
|||||||
# In beta testing: FlatPress 1.2 "Legato"
|
# 2021-03-20: [FlatPress 1.2 "Legato"](https://github.com/flatpressblog/flatpress/releases/tag/1.2)
|
||||||
[Release info and download](https://github.com/flatpressblog/flatpress/releases/tag/1.2.beta1)
|
|
||||||
## General
|
## General
|
||||||
- FlatPress now runs smoothly with PHP 7.4 and PHP 8
|
- FlatPress now runs smoothly with PHP 7.4 and PHP 8
|
||||||
- Performance: Lazy loading for images
|
- Performance: Lazy loading for images
|
||||||
|
@ -68,7 +68,7 @@ function system_hashsalt_save($force = false) {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
define('SYSTEM_VER', '1.2.beta2');
|
define('SYSTEM_VER', '1.2');
|
||||||
|
|
||||||
function system_ver() {
|
function system_ver() {
|
||||||
return 'fp-' . SYSTEM_VER;
|
return 'fp-' . SYSTEM_VER;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user