From 61d0fb56c9b089341a72ae44cd8d027ffc66bdfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Per=20S=C3=B8derlind?= Date: Wed, 15 Jan 2025 14:57:44 +0100 Subject: [PATCH] Bump version to 1.8.3 and update changelog for housekeeping --- CHANGELOG.md | 4 ++++ composer.json | 2 +- package.json | 2 +- readme.txt | 4 +++- super-admin-all-sites-menu.php | 2 +- 5 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd811d2..a3a9684 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/composer.json b/composer.json index cc9a869..1103418 100644 --- a/composer.json +++ b/composer.json @@ -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", diff --git a/package.json b/package.json index 4014c5c..ffedcb3 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/readme.txt b/readme.txt index 7d22e63..3581794 100644 --- a/readme.txt +++ b/readme.txt @@ -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 @@ -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 diff --git a/super-admin-all-sites-menu.php b/super-admin-all-sites-menu.php index 5776434..e821f3c 100644 --- a/super-admin-all-sites-menu.php +++ b/super-admin-all-sites-menu.php @@ -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