Skip to content

Commit 0c51c1d

Browse files
PeterTheOnekghbln
authored andcommitted
Release 2.0.0 (#31)
* Update release notes for 2.0.0 * Bump version to 2.0.0
1 parent cf5e936 commit 0c51c1d

File tree

2 files changed

+20
-6
lines changed

2 files changed

+20
-6
lines changed

docs/RELEASE-NOTES.md

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,31 @@
11
# Semantic Tasks Release Notes
22

3-
These are the release notes for the Semantic Tasks extension. See also
3+
These are the release notes for the **Semantic Tasks** (a.k.a. ST) extension. See also
44
the extension's page on mediawiki.org:
55

66
* https://www.mediawiki.org/wiki/Extension:Semantic_Tasks
77

8+
## Version 2.0.0
9+
10+
Released on 2019-11-30
11+
12+
* Minimum requirement for
13+
* PHP changed to version 5.6 and later
14+
* MediaWiki changed to version 1.31 and later
15+
* Semantic MediaWiki changed to version 3.0 and later
16+
* Added support for extension registration via "extension.json"
17+
→ Now you have to use `wfLoadExtension( 'SemanticTasks' );` in the "LocalSettings.php" file to invoke the extension
18+
* Introduced custom property mapping
19+
* Reworked and improved extension documentation
20+
* Updated translations (by translatewiki.net community)
821

922
## Version 1.7.0
1023

1124
Released on 2017-08-01
1225

1326
* Removed I18n php shim
1427
* Dropped support for MediaWiki 1.22.x and earlier.
15-
28+
* Updated translations (by translatewiki.net community)
1629

1730
## Version 1.6.0
1831

@@ -21,25 +34,26 @@ Released on 2015-4-09
2134
* Made compatible with MediaWiki 1.24.x and later.
2235
* Removed deprecated code.
2336
* Added option to notify users when unassigned from a task.
24-
37+
* Updated translations (by translatewiki.net community)
2538

2639
## Version 1.5.0
2740

2841
Released on 2014-04-01
2942

3043
* Migrated to JSON i18n
31-
44+
* Updated translations (by translatewiki.net community)
3245

3346
## Version 1.4.1
3447

3548
Released on 2011-12-06
3649

3750
* Added support for Semantic MediaWiki 1.7.x and later.
3851
* Dropped support for MediaWiki 1.15.x and earlier.
39-
52+
* Updated translations (by translatewiki.net community)
4053

4154
## Version 1.4.0
4255

4356
Released in June 2010
4457

4558
* Fixed bug that caused notifications to fail in non-main namespaces.
59+
* Updated translations (by translatewiki.net community)

extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "SemanticTasks",
3-
"version": "2.0.0-alpha",
3+
"version": "2.0.0",
44
"author": [
55
"Steren Giannini",
66
"Ryan Lane",

0 commit comments

Comments
 (0)