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
44the 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
1124Released 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
2841Released 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
3548Released 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
4356Released in June 2010
4457
4558* Fixed bug that caused notifications to fail in non-main namespaces.
59+ * Updated translations (by translatewiki.net community)
0 commit comments