Skip to content
This repository was archived by the owner on Nov 17, 2024. It is now read-only.

Commit 0ca42db

Browse files
committed
2.1.9 version bumps
1 parent 24025cf commit 0ca42db

File tree

4 files changed

+21
-6
lines changed

4 files changed

+21
-6
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Change Log
22

3+
## 2.1.9
4+
5+
_Requires WordPress 5.0_
6+
_Tested up to WordPress 6.6_
7+
8+
### Bug Fixes
9+
10+
- Hide visibility panel in WordPress 6.6 (See [#94](https://github.com/imath/wp-statuses/issues/94))
11+
12+
### Props
13+
14+
@shawfactor
15+
16+
---
17+
318
## 2.1.8
419

520
_Requires WordPress 5.0_

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"type": "git",
3636
"url": "https://github.com/imath/wp-statuses.git"
3737
},
38-
"version": "2.1.8",
38+
"version": "2.1.9",
3939
"browserslist": [
4040
"extends @wordpress/browserslist-config"
4141
],

wp-statuses.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
Plugin Name: WP Statuses
44
Plugin URI: https://imathi.eu/tag/wp-statuses/
55
Description: Suggestions to improve the WordPress Post statuses API.
6-
Version: 2.1.8
6+
Version: 2.1.9
77
Requires at least: 5.0
8-
Tested up to: 6.5
8+
Tested up to: 6.6
99
License: GNU/GPL 2
1010
Author: imath
1111
Author URI: https://imathi.eu/
@@ -130,7 +130,7 @@ public static function start() {
130130
*/
131131
private function setup_globals() {
132132
// Version
133-
$this->version = '2.1.8';
133+
$this->version = '2.1.9';
134134

135135
// Domain
136136
$this->domain = 'wp-statuses';

0 commit comments

Comments
 (0)