From 8ff686c1173cd42357fb822cc806c83cf2b7441b Mon Sep 17 00:00:00 2001 From: bueltge Date: Thu, 14 Dec 2017 15:31:28 +0100 Subject: [PATCH] prepare new release --- adminimize.php | 4 ++-- package.json | 2 +- readme.txt | 8 +++++++- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/adminimize.php b/adminimize.php index 11c5abf..6d77173 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.11.4-dev + * Version: 1.11.4 * License: GPLv3+ * * Php Version 5.6 @@ -15,7 +15,7 @@ * @package WordPress * @author Frank Bültge * @license http://opensource.org/licenses/gpl-license.php GNU Public License - * @version 2017-11-29 + * @version 2017-12-14 */ /** diff --git a/package.json b/package.json index 9544c03..2f49327 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Adminimize", - "version": "1.11.3", + "version": "1.11.4", "repository": { "type": "git", "url": "git@github.com:bueltge/Adminimize.git" diff --git a/readme.txt b/readme.txt index 0e6773a..c67ffb0 100644 --- 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.9 -Stable tag: 1.11.3 +Stable tag: 1.11.4 Adminimize that lets you hide 'unnecessary' items from the WordPress backend @@ -40,6 +40,12 @@ 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.4 (2017-12-14) +* Fixed hide of menu items, if you use custom menu, see [wiki page](https://github.com/bueltge/Adminimize/wiki/Custom-Menu-Order) +* Fixed Import/Export for different server environments. +* Remove languge file on github, we use always the translation community from wordpress.org +* Fixed check for settings page of Adminimize, so that we see all options, areas of the install. + 1.11.3 (2017-11-16) * Added custom dashbaord options to admin head to hide it via css. * Added support of multiple roles for dashboard options.