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;