From 2da5a92a5a26ce4e2215a5d513691ea96aad34b6 Mon Sep 17 00:00:00 2001 From: Frank Bueltge Date: Sun, 17 Jan 2021 21:08:47 +0100 Subject: [PATCH] Preparation for release --- CHANGELOG.md | 4 ++++ package.json | 2 +- readme.txt | 13 ++++++++----- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7ee5f9..05d669f 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ 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 + +## [1.6.0](https://github.com/bueltge/wordpress-multisite-enhancements/compare/1.5.4...1.6.0) - 2021-01-17 +* Add settings page, Big probs to @hvianna + ## [1.5.4](https://github.com/bueltge/wordpress-multisite-enhancements/compare/1.5.3...1.5.4) - 2020-11-16 * Quickfix for custom favicon. diff --git a/package.json b/package.json index 7989cf2..4c19930 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wordpress-multisite-enhancements", - "version": "1.5.4", + "version": "1.6.0", "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", diff --git a/readme.txt b/readme.txt index f8f518c..a03eb40 100755 --- a/readme.txt +++ b/readme.txt @@ -2,9 +2,9 @@ Contributors: Bueltge, inpsyde Tags: multisite, administration, admin bar, network, Requires at least: 4.6 -Tested up to: 5.6 +Tested up to: 5.7 Requires PHP: 5.6 -Stable tag: 1.5.4 +Stable tag: 1.6.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -50,7 +50,7 @@ You want to donate - we prefer a [positive review](https://wordpress.org/support 1. Unpack the download-package 2. Upload the files to the `/wp-content/plugins/` directory 3. Activate the plugin through the 'Network/Plugins' menu in WordPress and hit 'Network Activate' -4. No options, no settings, it works +4. Change the default settings in the Network Admin Menu, Settings --> Multisite Enhancements == Screenshots == 1. Add Blog-ID on Sites @@ -97,6 +97,9 @@ 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.5.6 (2021-01-17) = +* Add settings page, Big probs to @hvianna + = 1.5.4 (2020-11-16) = * Quickfix for custom favicon. @@ -105,7 +108,7 @@ So please be patient with me and let me know of typos or grammatical parts. Than * Show status of deleted sites. * Apply styles for archived and deleted sites in the lists. * Replace obsolete HTML 'nobr' element. -* Small fix for php notice on missing url paramters from Favicon feature. +* Small fix for php notice on missing url parameters from Favicon feature. * Improve site label/icon positioning. = 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 * 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 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) =