Skip to content

Commit 1490760

Browse files
committed
Preparation for new release on wp.org
1 parent f578eb6 commit 1490760

File tree

5 files changed

+14
-6
lines changed

5 files changed

+14
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
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+
7+
## [1.4.2](https://github.com/bueltge/wordpress-multisite-enhancements/compare/1.4.1...1.4.2) - 2018-02-22
58
* Change syntax for usage of plugins, themes; probs @cfoellmann
69
* Count the usage in sites for plugins, themes; probs @cfoellmann
710
* Change of the autoloader, the removel of a function is now more solid. See [the wiki page](https://github.com/bueltge/wordpress-multisite-enhancements/wiki/Remove-features); probs @cfoellmann

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
"name": "bueltge/wordpress-multisite-enhancements",
33
"description": "Enhance Multisite for Network Admins with different topics",
44
"keywords" : ["wordpress", "multisite", "plugin"],
5-
"license": "GPL-2.0+",
6-
"version": "1.4.0",
5+
"license": "GPL-2.0-or-later",
76
"type": "wordpress-plugin",
87
"homepage": "https://github.com/bueltge/wordpress-multisite-enhancements/",
98
"authors": [

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.4.2-dev
6+
* Version: 1.4.2
77
* Author: Frank Bültge
88
* Author URI: https://bueltge.de
99
* License: GPLv2+

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "wordpress-multisite-enhancements",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
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",
7-
"license": "GPL-2.0+",
7+
"license": "GPL-2.0-or-later",
88
"author": {
99
"name": "Frank Bueltge",
1010
"email": "[email protected]",

readme.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: Bueltge, inpsyde
33
Tags: multisite, administration, admin bar, network,
44
Requires at least: 4.6
55
Tested up to: 4.9
6-
Stable tag: 1.4.1
6+
Stable tag: 1.4.2
77
License: GPLv2 or later
88
License URI: http://www.gnu.org/licenses/gpl-2.0.html
99

@@ -96,6 +96,12 @@ I'm German and my English might be gruesome here and there.
9696
So please be patient with me and let me know of typos or grammatical parts. Thanks
9797

9898
== Changelog ==
99+
= 1.4.2 (2017-02-22) =
100+
* Change syntax for usage of plugins, themes; probs @cfoellmann
101+
* Count the usage in sites for plugins, themes; probs @cfoellmann
102+
* Change of the autoloader, the removel of a function is now more solid. See [the wiki page](https://github.com/bueltge/wordpress-multisite-enhancements/wiki/Remove-features); probs @cfoellmann
103+
* Added option to display or hide the list of sites if too big #44; probs @n-goncalves
104+
99105
= 1.4.1 (2017-08-10) =
100106
* Added a change for initialization of the class to run also on php 5.3 installs.
101107

0 commit comments

Comments
 (0)