From d7b61427ce8ffad42f02723b46179d5b0984a87e Mon Sep 17 00:00:00 2001 From: bueltge Date: Sun, 21 Feb 2016 19:35:01 +0100 Subject: [PATCH] Release new version 1.10.0 --- CHANGELOG.md | 4 ++-- adminimize.php | 2 +- package.json | 2 +- readme.txt | 8 +++++--- 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74fe1d1..c6f917c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.10.0 () +## 1.10.0 (2016-02-21) * Rewrite the Admin Bar settings, simplify the source and new hook to get and render the Admin Bar. * Change settings screen for custom post type. * Fix "select all" on Admin Bar settings. @@ -6,7 +6,7 @@ * Improve the exclude settings page function for hooks, there fired before `get_current_screen`. * Remove more legacy code before WP 3.3. * Change removel of Menu and Submenu items to WP core functions, possible to non support older WP Versions. -* Supports multible roles. +* Supports multible roles on "Menu Options" and "Global Options". * Add possibility to hide Admin Notices globaly, new setting point in "Global Options". ## 1.9.2 (2016-01-30) diff --git a/adminimize.php b/adminimize.php index 4256eb3..bcf896c 100755 --- a/adminimize.php +++ b/adminimize.php @@ -7,7 +7,7 @@ * Description: Visually compresses the administrative meta-boxes so that more admin page content can be initially seen. The plugin that lets you hide 'unnecessary' items from the WordPress administration menu, for all roles of your install. You can also hide post meta controls on the edit-area to simplify the interface. It is possible to simplify the admin in different for all roles. * Author: Frank Bültge * Author URI: http://bueltge.de/ - * Version: 1.10.0-alpha-3 + * Version: 1.10.0 * License: GPLv3+ * * @package WordPress diff --git a/package.json b/package.json index 459a176..34cd98e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Adminimize", - "version": "1.9.2", + "version": "1.10.0", "devDependencies": { "grunt": "~0.4.5", "grunt-contrib-cssmin": "^0.14.0", diff --git a/readme.txt b/readme.txt index a2ce1d5..c1b572e 100755 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ 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: 4.5-alpha -Stable tag: 1.9.2 +Stable tag: 1.10.0 Adminimize that lets you hide 'unnecessary' items from the WordPress backend @@ -41,7 +41,7 @@ Use the installer via back-end of your install or ... 1. Settings area in WP 4.5-alpha == Changelog == -= 1.10.0 (???) = += 1.10.0 (2016-02-21) = * Rewrite the Admin Bar settings, simplify the source and new hook to get and render the Admin Bar. * Change settings screen for custom post type. * Fix "select all" on Admin Bar settings. @@ -49,7 +49,9 @@ Use the installer via back-end of your install or ... * Improve the exclude settings page function for hooks, there fired before `get_current_screen`. * Remove more legacy code before WP 3.3. * Change removel of Menu and Submenu items to WP core functions, possible to non support older WP Versions. -* Supports multible roles. +* Supports multible roles on "Menu Options" and "Global Options". +* Add possibility to hide Admin Notices globaly, new setting point in "Global Options". +* *Thanks to all testers and your feedback* = 1.9.2 (2016-01-30) = * Change get role name, return now a array with slug and name to fix "Select All" function for custom roles.