Skip to content

Commit

Permalink
Prepare new release 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bueltge committed May 17, 2018
1 parent 1b8defb commit d2b5d42
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 10 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased, only in master branch
* Fixed small php notes.
* Fixed the possibility to translate the footer message about RAM, SQL queries.
* ​Added fix to leave message for the parent theme in a single line.
* Added Ui change to list more as 4 themes in Theme usage overview. Probs @n-goncalves #44

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

## [1.4.2](https://github.com/bueltge/wordpress-multisite-enhancements/compare/1.4.1...1.4.2) - 2018-02-22
* Change syntax for usage of plugins, themes; probs @cfoellmann
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"require-dev": {
"phpmd/phpmd": "2.1.3",
"inpsyde/monkery-test-case": "^2.0",
"inpsyde/php-coding-standards": "^0.11",
"inpsyde/php-coding-standards": "^0.12",
"pheromone/phpcs-security-audit": "^2.0"
}
}
2 changes: 1 addition & 1 deletion multisite-enhancements.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Multisite Enhancements
* Description: Enhance Multisite for Network Admins with different topics
* Plugin URI: https://github.com/bueltge/WordPress-Multisite-Enhancements
* Version: 1.4.3-dev
* Version: 1.4.3
* Author: Frank Bültge
* Author URI: https://bueltge.de
* License: GPLv2+
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": "wordpress-multisite-enhancements",
"version": "1.4.2",
"version": "1.4.3",
"description": "Enhance WordPress Multisite for Network Admins with different topics.",
"homepage": "https://github.com/bueltge/wordpress-multisite-enhancements",
"bugs": "https://github.com/bueltge/wordpress-multisite-enhancements/issues",
Expand Down
8 changes: 6 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: Bueltge, inpsyde
Tags: multisite, administration, admin bar, network,
Requires at least: 4.6
Tested up to: 4.9
Stable tag: 1.4.2
Stable tag: 1.4.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==
= 1.4.3 (ToDo) =
= 1.4.3 (2018-05-17) =
* Fix undefined index Network on plugin list, #46
* Fix small php notes.
* Fix the possibility to translate the footer message about RAM, SQL queries.
* ​Add fix to leave message for the parent theme in a single line.
* Add Ui change to list more as 4 themes in Theme usage overview. Probs @n-goncalves #44

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

0 comments on commit d2b5d42

Please sign in to comment.