From da568bbdd0a25f464f2c2a8c155e1057e0fa5650 Mon Sep 17 00:00:00 2001 From: Jeroen De Dauw Date: Wed, 8 Mar 2023 18:29:20 +0100 Subject: [PATCH 1/2] 3.0.2 release, for MW 39 users --- README.md | 12 +++++++++--- RELEASE-NOTES.md | 8 ++++++++ composer.json | 11 +++++++++++ extension.json | 7 ++++--- 4 files changed, 32 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index baf1b0ef..1674144c 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,15 @@ [![Latest Stable Version](https://poser.pugx.org/mediawiki/semantic-extra-special-properties/version.png)](https://packagist.org/packages/mediawiki/semantic-extra-special-properties) [![Packagist download count](https://poser.pugx.org/mediawiki/semantic-extra-special-properties/d/total.png)](https://packagist.org/packages/mediawiki/semantic-extra-special-properties) -Semantic Extra Special Properties (a.k.a. SESP) is an extension to [Semantic MediaWiki][smw] which adds some extra special properties to enabled content pages. +Semantic Extra Special Properties is a [Semantic MediaWiki][smw] extension that +adds some extra [special properties]. ## Requirements - PHP 7.3 or later -- MediaWiki 1.35 or later -- Semantic MediaWiki 3.1 or later +- MediaWiki 1.35 or later, tested up to MediaWiki 1.39 +- Semantic MediaWiki 3.1 or later, tested up to SMW 4.1 ## Installation @@ -103,6 +104,10 @@ but can also be executed using `composer phpunit` from the extension base direct [GNU General Public License 2.0 or later][licence] +## Release notes + +View the [release notes](RELEASE-NOTES.md) + [composer]: https://getcomposer.org/ [licence]: https://www.gnu.org/copyleft/gpl.html [mwcomposer]: https://www.mediawiki.org/wiki/Composer @@ -113,3 +118,4 @@ but can also be executed using `composer phpunit` from the extension base direct [mw-localsettings]: https://www.mediawiki.org/wiki/Localsettings [contributors]: https://github.com/SemanticMediaWiki/SemanticExtraSpecialProperties/graphs/contributors [semver]: https://semver.org/ +[special properties]: https://www.semantic-mediawiki.org/wiki/Help:Special_properties diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index fc62d45a..4364657a 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,5 +1,13 @@ This file contains the RELEASE-NOTES of the **Semantic Extra Special Properties** (a.k.a. SESP) extension. +### 3.0.2 + +Released on March 3, 2023. + +* Improved MediaWiki 1.39 compatibility + * Replace usage of `User::getRights` (thanks Hamish Slater) +* Localization updates from https://translatewiki.net + ### 3.0.1 Released on January 26, 2022. diff --git a/composer.json b/composer.json index 3447b564..dc6e5893 100644 --- a/composer.json +++ b/composer.json @@ -22,6 +22,17 @@ "name": "James Hong Kong", "homepage": "https://semantic-mediawiki.org/wiki/User:MWJames", "role": "Developer" + }, + { + "name": "Jeroen De Dauw", + "homepage": "https://www.entropywins.wtf/", + "role": "Developer" + }, + { + "name": "Professional Wiki", + "email": "info@professional.wiki", + "homepage": "https://professional.wiki", + "role": "Maintainer" } ], "support": { diff --git a/extension.json b/extension.json index 740e7bb6..982cbabf 100644 --- a/extension.json +++ b/extension.json @@ -1,10 +1,11 @@ { "name": "SemanticExtraSpecialProperties", - "version": "3.0.1", + "version": "3.0.2", "author": [ - "James Hong Kong", "Leo Wallentin", - "..." + "James Hong Kong", + "[https://professional.wiki/ Professional Wiki]", + "[https://github.com/SemanticMediaWiki/SemanticExtraSpecialProperties/graphs/contributors ...]" ], "url": "https://github.com/SemanticMediaWiki/SemanticExtraSpecialProperties/", "descriptionmsg": "sesp-desc", From efc531f375442ae177be009e7b3a8701d976485c Mon Sep 17 00:00:00 2001 From: Jeroen De Dauw Date: Wed, 8 Mar 2023 18:54:08 +0100 Subject: [PATCH 2/2] Update RELEASE-NOTES.md --- RELEASE-NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 4364657a..a5c517de 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -2,7 +2,7 @@ This file contains the RELEASE-NOTES of the **Semantic Extra Special Properties* ### 3.0.2 -Released on March 3, 2023. +Released on March 8, 2023. * Improved MediaWiki 1.39 compatibility * Replace usage of `User::getRights` (thanks Hamish Slater)