diff --git a/CHANGELOG.md b/CHANGELOG.md index 910e95b..ee46dd0 100644 --- 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.10.5...HEAD) +## [Unreleased](https://github.com/bueltge/Adminimize/compare/1.10.6...HEAD) + +## [1.10.6](https://github.com/bueltge/Adminimize/compare/1.10.5...1.10.5) - 2016-08-09 ### Fixed * Fix to see Logout link also on mobile view. +* Fix type definition. ## [1.10.5](https://github.com/bueltge/Adminimize/compare/1.10.4...1.10.5) - 2016-06-28 ### Fixed diff --git a/adminimize.php b/adminimize.php index 44f7a5a..ea0da4a 100755 --- a/adminimize.php +++ b/adminimize.php @@ -7,13 +7,13 @@ * 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.6-dev + * Version: 1.10.6 * License: GPLv3+ * * @package WordPress * @author Frank Bültge * @license http://opensource.org/licenses/gpl-license.php GNU Public License - * @version 22016-07-05 + * @version 2016-08-09 */ /** diff --git a/package.json b/package.json index 06ad2a2..a75de4b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Adminimize", - "version": "1.10.5", + "version": "1.10.6", "repository": { "type": "git", "url": "git@github.com:bueltge/Adminimize.git" diff --git a/readme.txt b/readme.txt index 278db2a..d3f0ae5 100644 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,8 @@ Contributors: 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: 4.5.3 -Stable tag: 1.10.5 +Tested up to: 4.6.0 +Stable tag: 1.10.6 Adminimize that lets you hide 'unnecessary' items from the WordPress backend @@ -43,6 +43,10 @@ Use the installer via back-end of your install or ... 1. Settings area in WP 4.5-alpha == Changelog == += 1.10.6 (2016-08-09) = +* Fix to see Logout link also on mobile view. +* Fix type definition. + = 1.10.5 (2016-06-28) = * Fix PHP Warning * Fix check for active usage of Link Manager