From 2faf04d810a0fec59a8b25bcb63762ae860a603e Mon Sep 17 00:00:00 2001 From: Frank Bueltge Date: Fri, 15 Mar 2024 17:09:09 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 5 ++++- readme.txt | 6 ++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1a014b..5181259 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,12 @@ # Change Log All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [Unreleased](https://github.com/bueltge/Adminimize/compare/1.11.10...HEAD) +## [Unreleased](https://github.com/bueltge/Adminimize/compare/1.11.11...HEAD) * +## [1.11.11](https://github.com/bueltge/Adminimize/compare/1.11.10...1.11.11) - 2024-03-15 +* Fix PHP Warning (Trying to access array offset on value of type bool) + ## [1.11.10](https://github.com/bueltge/Adminimize/compare/1.11.9...1.11.10) - 2023-11-23 * Fix access for global variable query * Fix post type for WP 6.3, #159 diff --git a/readme.txt b/readme.txt index 5fc7dcf..ca5b345 100755 --- a/readme.txt +++ b/readme.txt @@ -1,10 +1,9 @@ === Adminimize === Contributors: wp_media, Bueltge, inpsyde -Donate link: https://www.paypal.me/FrankBueltge Tags: color, scheme, theme, admin, dashboard, color scheme, plugin, interface, ui, metabox, hide, editor, minimal, menu, customization, interface, administration, lite, light, usability, lightweight, layout, zen Requires at least: 4.0 Tested up to: 6.4 -Stable tag: 1.11.10 +Stable tag: 1.11.11 Adminimize that lets you hide 'unnecessary' items from the WordPress backend @@ -38,6 +37,9 @@ Use the installer via back-end of your install or ... 4. Administrator can go to `Settings` > `Adminimize` menu and configure the plugin (Menu, Sub-menu, Meta boxes, ...) == Changelog == += 1.11.11 (2024-03-15)= +* Fix PHP Warning (Trying to access array offset on value of type bool) + = 1.11.10 (2023-11-23) = * Fix access for global variable query * Fix post type for WP 6.3, #159