diff --git a/CHANGELOG.md b/CHANGELOG.md index a45a4c3..3cdd04e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. This projec ## [Unreleased](https://github.com/bueltge/Adminimize/compare/1.11.0...HEAD) -## [1.11.2](https://github.com/bueltge/Adminimize/compare/1.11.2...1.11.2) - 2016-12-01 +## [1.11.2](https://github.com/bueltge/Adminimize/compare/1.11.2...1.11.2) - 2016-12-04 * Fix backticks for `shell_exec` error #59. * Fix prevent access function for pages #51, #57. diff --git a/adminimize.php b/adminimize.php index 4a5639c..647f9aa 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.11.2-RC2 + * Version: 1.11.2 * License: GPLv3+ * * @package WordPress * @author Frank Bültge * @license http://opensource.org/licenses/gpl-license.php GNU Public License - * @version 2016-12-02 + * @version 2016-12-04 */ /** diff --git a/package.json b/package.json index 754d9e7..77fd58d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Adminimize", - "version": "1.11.1", + "version": "1.11.2", "repository": { "type": "git", "url": "git@github.com:bueltge/Adminimize.git" diff --git a/readme.txt b/readme.txt index cc5b40f..86acdb4 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.7.0 -Stable tag: 1.11.1 +Stable tag: 1.11.2 Adminimize that lets you hide 'unnecessary' items from the WordPress backend @@ -43,7 +43,7 @@ Use the installer via back-end of your install or ... 1. Settings area in WP 4.5-alpha == Changelog == -= 1.11.2 (2016-12-01) = += 1.11.2 (2016-12-04) = * Fix backticks for `shell_exec` error. * Fix prevent access function for pages.