Foxtrott has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/351725 )

Change subject: Release Lingo 2.0.2
......................................................................


Release Lingo 2.0.2

Change-Id: Iafea336b55c9a5f8cb70f268bcc5fce71f7778c5
---
M build/travis/script.sh
M docs/release-notes.md
M extension.json
M tests/phpunit/Unit/BackendTest.php
M tests/phpunit/Unit/BasicBackendTest.php
5 files changed, 15 insertions(+), 7 deletions(-)

Approvals:
  Foxtrott: Verified; Looks good to me, approved
  jenkins-bot: Checked



diff --git a/build/travis/script.sh b/build/travis/script.sh
index 2adafa1..5af5128 100755
--- a/build/travis/script.sh
+++ b/build/travis/script.sh
@@ -86,7 +86,7 @@
 function installExtensionViaComposerOnMediaWikiRoot {
 
        # fix setup for older MW versions and install extension
-       composer require --prefer-source --dev --update-with-dependencies 
"phpunit/phpunit:~4.0" "justinrainbow/json-schema:~3.0" 
"mediawiki/lingo:dev-master"
+       composer require --prefer-source --dev --update-with-dependencies 
"phpunit/phpunit:~4.0" "mediawiki/lingo:dev-master"
 
        cd extensions/Lingo
 
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 71219e1..76f76ef 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -2,13 +2,21 @@
 
 ### Lingo 2.0.2
 
-Released on tbd
+Released on 3-May-2017
 
 Changes:
-
+* Update Readme for changes in customization procedure
+* Removed usage of deprecated MediaWiki features
+* Fix and add more tests
+* Some reworking of BasicBackend and LingoParser
+* Use PageContentSave hook for cache purging (instead of ArticleSave)
+* Use GetDoubleUnderscoreIDs hook
 
 Fixes:
-
+* Add page position 'bottom' for loading of ext.Lingo.Scripts module
+* Replace unsupported function calls in ArticleAnnotationTest
+* Fixed noglossary tag hook
+* Fixed language of extension description in Special:Version
 
 ### Lingo 2.0.1
 
diff --git a/extension.json b/extension.json
index e979b51..4e3ce12 100644
--- a/extension.json
+++ b/extension.json
@@ -1,6 +1,6 @@
 {
        "name": "Lingo",
-       "version": "2.0.2-dev",
+       "version": "2.0.2",
        "author": [
                "Barry Coughlan",
                "[http://www.mediawiki.org/wiki/User:F.trott Stephan Gambke]",
diff --git a/tests/phpunit/Unit/BackendTest.php 
b/tests/phpunit/Unit/BackendTest.php
index dc6596e..b78c68d 100644
--- a/tests/phpunit/Unit/BackendTest.php
+++ b/tests/phpunit/Unit/BackendTest.php
@@ -2,7 +2,7 @@
 /**
  * This file is part of the MediaWiki extension Lingo.
  *
- * @copyright 2011 - 2016, Stephan Gambke
+ * @copyright 2011 - 2017, Stephan Gambke
  * @license   GNU General Public License, version 2 (or any later version)
  *
  * The Lingo extension is free software: you can redistribute it and/or modify
diff --git a/tests/phpunit/Unit/BasicBackendTest.php 
b/tests/phpunit/Unit/BasicBackendTest.php
index a3eb9d4..bc29535 100644
--- a/tests/phpunit/Unit/BasicBackendTest.php
+++ b/tests/phpunit/Unit/BasicBackendTest.php
@@ -2,7 +2,7 @@
 /**
  * This file is part of the MediaWiki extension Lingo.
  *
- * @copyright 2011 - 2016, Stephan Gambke
+ * @copyright 2011 - 2017, Stephan Gambke
  * @license   GNU General Public License, version 2 (or any later version)
  *
  * The Lingo extension is free software: you can redistribute it and/or modify

-- 
To view, visit https://gerrit.wikimedia.org/r/351725
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Iafea336b55c9a5f8cb70f268bcc5fce71f7778c5
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Lingo
Gerrit-Branch: master
Gerrit-Owner: Foxtrott <s7ep...@gmail.com>
Gerrit-Reviewer: Foxtrott <s7ep...@gmail.com>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to