Skip to content

Commit d2b5d42

Browse files
committed
Prepare new release 1.4.3
1 parent 1b8defb commit d2b5d42

File tree

5 files changed

+14
-10
lines changed

5 files changed

+14
-10
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
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-
* Fixed small php notes.
6-
* Fixed the possibility to translate the footer message about RAM, SQL queries.
7-
* ​Added fix to leave message for the parent theme in a single line.
8-
* Added Ui change to list more as 4 themes in Theme usage overview. Probs @n-goncalves #44
95

10-
## [1.4.3](https://github.com/bueltge/wordpress-multisite-enhancements/compare/1.4.2...1.4.3) - ToDo
6+
## [1.4.3](https://github.com/bueltge/wordpress-multisite-enhancements/compare/1.4.2...1.4.3) - 2018-05-17
117
* Fix undefined index Network on plugin list, #46
8+
* Fix small php notes.
9+
* Fix the possibility to translate the footer message about RAM, SQL queries.
10+
* ​Add fix to leave message for the parent theme in a single line.
11+
* Add Ui change to list more as 4 themes in Theme usage overview. Probs @n-goncalves #44
1212

1313
## [1.4.2](https://github.com/bueltge/wordpress-multisite-enhancements/compare/1.4.1...1.4.2) - 2018-02-22
1414
* Change syntax for usage of plugins, themes; probs @cfoellmann

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"require-dev": {
2424
"phpmd/phpmd": "2.1.3",
2525
"inpsyde/monkery-test-case": "^2.0",
26-
"inpsyde/php-coding-standards": "^0.11",
26+
"inpsyde/php-coding-standards": "^0.12",
2727
"pheromone/phpcs-security-audit": "^2.0"
2828
}
2929
}

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.3-dev
6+
* Version: 1.4.3
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.4.2",
3+
"version": "1.4.3",
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: 6 additions & 2 deletions
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.2
6+
Stable tag: 1.4.3
77
License: GPLv2 or later
88
License URI: http://www.gnu.org/licenses/gpl-2.0.html
99

@@ -96,8 +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.3 (ToDo) =
99+
= 1.4.3 (2018-05-17) =
100100
* Fix undefined index Network on plugin list, #46
101+
* Fix small php notes.
102+
* Fix the possibility to translate the footer message about RAM, SQL queries.
103+
* ​Add fix to leave message for the parent theme in a single line.
104+
* Add Ui change to list more as 4 themes in Theme usage overview. Probs @n-goncalves #44
101105

102106
= 1.4.2 (2017-02-22) =
103107
* Change syntax for usage of plugins, themes; probs @cfoellmann

0 commit comments

Comments
 (0)