diff --git a/CHANGELOG.md b/CHANGELOG.md index 7317188..8108238 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 1.8.5 +* Updated build environment +* Minor code style corrections +* Tested up to WordPress 6.7 + ## 1.8.4 * Use same date retrieval for tracking and analysis (#227) (#232) * Replace input filtering for PHP 8.1 compatibility (#237) diff --git a/readme.txt b/readme.txt index 7785f4d..3b27ae9 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ * Requires at least: 4.7 * Tested up to: 6.7 * Requires PHP: 5.2 -* Stable tag: 1.8.4 +* Stable tag: 1.8.5 * License: GPLv3 or later * License URI: https://www.gnu.org/licenses/gpl-3.0.html @@ -117,6 +117,11 @@ has to be added to the theme's `functions.php`. The condition has modified such ## Changelog ## You can find the full changelog in [our GitHub repository](https://github.com/pluginkollektiv/statify/blob/master/CHANGELOG.md). +### 1.8.5 +* Updated build environment +* Minor code style corrections +* Tested up to WordPress 6.7 + ### 1.8.4 * Use same date retrieval for tracking and analysis (#227) (#232) * Replace input filtering for PHP 8.1 compatibility (#237) diff --git a/statify.php b/statify.php index 95c738f..5fbed22 100644 --- a/statify.php +++ b/statify.php @@ -7,7 +7,7 @@ * Author URI: https://pluginkollektiv.org/ * Plugin URI: https://statify.pluginkollektiv.org/ * License: GPLv3 or later - * Version: 1.8.4 + * Version: 1.8.5 * * @package WordPress */