From 9ce0674b577d2eb23ce66203a4ef74848c1cfe38 Mon Sep 17 00:00:00 2001 From: azett Date: Sat, 20 Mar 2021 12:21:05 +0100 Subject: [PATCH] Let's release version 1.2 "Legato"! \o/ Bumped system version to 1.2, edited changelog accordingly. --- CHANGELOG.md | 3 +-- fp-includes/core/core.system.php | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7342e8f..df42484 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/fp-includes/core/core.system.php b/fp-includes/core/core.system.php index 22534df..557726d 100755 --- a/fp-includes/core/core.system.php +++ b/fp-includes/core/core.system.php @@ -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;