Skip to content

Commit 19fed41

Browse files
committed
prepare release of v1.8.5 (#297)
1 parent 3981ee6 commit 19fed41

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Changelog
22
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).
33

4+
## 1.8.5
5+
* Updated build environment
6+
* Minor code style corrections
7+
* Tested up to WordPress 6.7
8+
49
## 1.8.4
510
* Use same date retrieval for tracking and analysis (#227) (#232)
611
* Replace input filtering for PHP 8.1 compatibility (#237)

readme.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Requires at least: 4.7
66
* Tested up to: 6.7
77
* Requires PHP: 5.2
8-
* Stable tag: 1.8.4
8+
* Stable tag: 1.8.5
99
* License: GPLv3 or later
1010
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
1111

@@ -117,6 +117,11 @@ has to be added to the theme's `functions.php`. The condition has modified such
117117
## Changelog ##
118118
You can find the full changelog in [our GitHub repository](https://github.com/pluginkollektiv/statify/blob/master/CHANGELOG.md).
119119

120+
### 1.8.5
121+
* Updated build environment
122+
* Minor code style corrections
123+
* Tested up to WordPress 6.7
124+
120125
### 1.8.4
121126
* Use same date retrieval for tracking and analysis (#227) (#232)
122127
* Replace input filtering for PHP 8.1 compatibility (#237)

statify.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Author URI: https://pluginkollektiv.org/
88
* Plugin URI: https://statify.pluginkollektiv.org/
99
* License: GPLv3 or later
10-
* Version: 1.8.4
10+
* Version: 1.8.5
1111
*
1212
* @package WordPress
1313
*/

0 commit comments

Comments
 (0)