Skip to content

Commit

Permalink
Merge pull request #207 from SemanticMediaWiki/rel302
Browse files Browse the repository at this point in the history
3.0.2 release, for MW 39 users
  • Loading branch information
malberts authored Mar 8, 2023
2 parents aafae46 + efc531f commit 2ef5313
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 6 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
8 changes: 8 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -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 8, 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.
Expand Down
11 changes: 11 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "[email protected]",
"homepage": "https://professional.wiki",
"role": "Maintainer"
}
],
"support": {
Expand Down
7 changes: 4 additions & 3 deletions extension.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 2ef5313

Please sign in to comment.