Skip to content

Commit cb8310c

Browse files
committed
Prepare fix release
1 parent 8f59b98 commit cb8310c

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. This projec
44
## Unreleased, only in master branch
55
*
66

7+
## [1.5.1](https://github.com/bueltge/wordpress-multisite-enhancements/compare/1.5.0...1.5.1) - 2019-02-25
8+
* Remove feature 'Networkmenu is now scrollable' - to much problems.
9+
* More clearance for the message about inactive cache.
10+
711
## [1.5.0](https://github.com/bueltge/wordpress-multisite-enhancements/compare/1.4.3...1.5.0) - 2019-02-24
812
* Networkmenu is now scrollable.
913
* More clearance for the message about inactive cache.

multisite-enhancements.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Multisite Enhancements
44
* Description: Enhance Multisite for Network Admins with different topics
55
* Plugin URI: https://github.com/bueltge/WordPress-Multisite-Enhancements
6-
* Version: 1.5.0
6+
* Version: 1.5.1
77
* Author: Frank Bültge
88
* Author URI: https://bueltge.de
99
* License: GPLv2+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wordpress-multisite-enhancements",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "Enhance WordPress Multisite for Network Admins with different topics.",
55
"homepage": "https://github.com/bueltge/wordpress-multisite-enhancements",
66
"bugs": "https://github.com/bueltge/wordpress-multisite-enhancements/issues",

readme.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: multisite, administration, admin bar, network,
44
Requires at least: 4.6
55
Tested up to: 5.1
66
Requires PHP: 5.6
7-
Stable tag: 1.5.0
7+
Stable tag: 1.5.1
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -97,9 +97,13 @@ I'm German and my English might be gruesome here and there.
9797
So please be patient with me and let me know of typos or grammatical parts. Thanks
9898

9999
== Changelog ==
100+
= 1.5.0 (2019-02-25) =
101+
* Remove feature 'Networkmenu is now scrollable'.
102+
100103
= 1.5.0 (2019-02-24) =
101104
* Networkmenu is now scrollable.
102105
* More clearance for the message about inactive cache.
106+
* Small php fixes.
103107

104108
= 1.4.3 (2018-05-17) =
105109
* Fix undefined index Network on plugin list, #46

0 commit comments

Comments
 (0)