Skip to content

Commit

Permalink
Bump version to 1.8.3 and update changelog for housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
soderlind committed Jan 15, 2025
1 parent 141f2ee commit 61d0fb5
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file.

### 1.8.3

- Housekeeping

### 1.8.2

- Abort early if the user does not have the required permissions
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "soderlind/super-admin-all-sites-menu",
"description": "For the super admin, replace WP Admin Bar My Sites menu with an All Sites menu.",
"version": "1.8.2",
"version": "1.8.3",
"keywords": [
"wordpress",
"multisite",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "super-admin-all-sites-menu",
"version": "1.8.2",
"version": "1.8.3",
"description": "For the super admin, replace WP Admin Bar My Sites menu with an All Sites menu.",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 3 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
=== Super Admin All Sites Menu ===
Stable tag: 1.8.2
Stable tag: 1.8.3
Requires at least: 5.6
Tested up to: 6.7
Requires PHP: 8.0
Expand Down Expand Up @@ -108,6 +108,8 @@ You can use the following filters to override the defaults:

== Changelog ==

= 1.8.3 =
* Housekeeping

= 1.8.2 =
* Abort early if the user does not have the required permissions
Expand Down
2 changes: 1 addition & 1 deletion super-admin-all-sites-menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Plugin URI: https://github.com/soderlind/super-admin-all-sites-menu
* GitHub Plugin URI: https://github.com/soderlind/super-admin-all-sites-menu
* Description: For the super admin, replace WP Admin Bar My Sites menu with an All Sites menu.
* Version: 1.8.2
* Version: 1.8.3
* Author: Per Soderlind
* Network: true
* Author URI: https://soderlind.no
Expand Down

0 comments on commit 61d0fb5

Please sign in to comment.