Skip to content

Commit

Permalink
Release new version 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bueltge committed Feb 21, 2016
1 parent 298f3c4 commit d7b6142
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
## 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.
* Fix exclude settings page for pages, there is the current screen not existent.
* 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)
Expand Down
2 changes: 1 addition & 1 deletion adminimize.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 5 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -41,15 +41,17 @@ 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.
* Fix exclude settings page for pages, there is the current screen not existent.
* 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.
Expand Down

0 comments on commit d7b6142

Please sign in to comment.