Skip to content

Commit 2da5a92

Browse files
committed
Preparation for release
1 parent d79d700 commit 2da5a92

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).
33

44
## Unreleased, only in master branch
5+
6+
## [1.6.0](https://github.com/bueltge/wordpress-multisite-enhancements/compare/1.5.4...1.6.0) - 2021-01-17
7+
* Add settings page, Big probs to @hvianna
8+
59
## [1.5.4](https://github.com/bueltge/wordpress-multisite-enhancements/compare/1.5.3...1.5.4) - 2020-11-16
610
* Quickfix for custom favicon.
711

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.4",
3+
"version": "1.6.0",
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: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
Contributors: Bueltge, inpsyde
33
Tags: multisite, administration, admin bar, network,
44
Requires at least: 4.6
5-
Tested up to: 5.6
5+
Tested up to: 5.7
66
Requires PHP: 5.6
7-
Stable tag: 1.5.4
7+
Stable tag: 1.6.0
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -50,7 +50,7 @@ You want to donate - we prefer a [positive review](https://wordpress.org/support
5050
1. Unpack the download-package
5151
2. Upload the files to the `/wp-content/plugins/` directory
5252
3. Activate the plugin through the 'Network/Plugins' menu in WordPress and hit 'Network Activate'
53-
4. No options, no settings, it works
53+
4. Change the default settings in the Network Admin Menu, Settings --> Multisite Enhancements
5454

5555
== Screenshots ==
5656
1. Add Blog-ID on Sites
@@ -97,6 +97,9 @@ 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.6 (2021-01-17) =
101+
* Add settings page, Big probs to @hvianna
102+
100103
= 1.5.4 (2020-11-16) =
101104
* Quickfix for custom favicon.
102105

@@ -105,7 +108,7 @@ So please be patient with me and let me know of typos or grammatical parts. Than
105108
* Show status of deleted sites.
106109
* Apply styles for archived and deleted sites in the lists.
107110
* Replace obsolete HTML 'nobr' element.
108-
* Small fix for php notice on missing url paramters from Favicon feature.
111+
* Small fix for php notice on missing url parameters from Favicon feature.
109112
* Improve site label/icon positioning.
110113

111114
= 1.5.2 (2019-11-14) =
@@ -125,7 +128,7 @@ So please be patient with me and let me know of typos or grammatical parts. Than
125128
* Fix undefined index Network on plugin list, #46
126129
* Fix small php notes.
127130
* Fix the possibility to translate the footer message about RAM, SQL queries.
128-
* Add fix to leave message for the parent theme in a single line.
131+
* Add fix to leave message for the parent theme in a single line.
129132
* Add Ui change to list more as 4 themes in Theme usage overview. Probs @n-goncalves #44
130133

131134
= 1.4.2 (2017-02-22) =

0 commit comments

Comments
 (0)