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

Commit

Permalink
Update changelog and perform 2.1.7 version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
imath committed Dec 21, 2023
1 parent d8e4cc3 commit b8d9448
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 2.1.7

_Requires WordPress 5.0_
_Tested up to WordPress 6.4_

### Bug Fixes

- Do not use `WP_DEBUG` to check whether testing script needs to be loaded (See [#87](https://github.com/imath/wp-statuses/issues/87))

---

## 2.1.6

_Requires WordPress 5.0_
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"type": "git",
"url": "https://github.com/imath/wp-statuses.git"
},
"version": "2.1.7-alpha",
"version": "2.1.7",
"browserslist": [
"extends @wordpress/browserslist-config"
],
Expand Down
4 changes: 2 additions & 2 deletions wp-statuses.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: WP Statuses
Plugin URI: https://imathi.eu/tag/wp-statuses/
Description: Suggestions to improve the WordPress Post statuses API.
Version: 2.1.7-alpha
Version: 2.1.7
Requires at least: 5.0
Tested up to: 5.9
License: GNU/GPL 2
Expand Down Expand Up @@ -130,7 +130,7 @@ public static function start() {
*/
private function setup_globals() {
// Version
$this->version = '2.1.7-alpha';
$this->version = '2.1.7';

// Domain
$this->domain = 'wp-statuses';
Expand Down

0 comments on commit b8d9448

Please sign in to comment.