Yaron Koren has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/382692 )

Change subject: Version 4.2
......................................................................


Version 4.2

Change-Id: I4d301fce88da6a4c41cae79b3adaec62e5dc70f2
---
M INSTALL
M PageForms.php
M README
M extension.json
M includes/PF_Hooks.php
5 files changed, 7 insertions(+), 4 deletions(-)

Approvals:
  Yaron Koren: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/INSTALL b/INSTALL
index c6072e6..f64c154 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,4 +1,4 @@
-[[Page Forms 4.1.2]]
+[[Page Forms 4.2]]
 
 Contents:
 * Disclaimer
diff --git a/PageForms.php b/PageForms.php
index 05d168f..ab3aa41 100644
--- a/PageForms.php
+++ b/PageForms.php
@@ -69,7 +69,7 @@
        return 1;
 }
 
-define( 'PF_VERSION', '4.1.2' );
+define( 'PF_VERSION', '4.2' );
 
 $GLOBALS['wgExtensionCredits']['specialpage'][] = array(
        'path' => __FILE__,
diff --git a/README b/README
index d915fcb..225f0f9 100644
--- a/README
+++ b/README
@@ -30,6 +30,9 @@
 The "tokens" and updated "combobox" input types were created by
 Jatin Mehta as part of the 2014 Google Summer of Code.
 
+Support for hierarchies in the Cargo extension was added by Feroz
+Ahmed as part of the 2017 Google Summer of Code.
+
 Important code contributions were also made by Christoph Burgmer,
 Cindy Cicalese, Daniel Friesen, Daniel Hansch, Eugene Mednikov,
 Harold Solbrig, Ilmārs Poikāns, Jayson Harshbarger, Jeffrey Stuckman,
diff --git a/extension.json b/extension.json
index 1dcd240..c735c7d 100644
--- a/extension.json
+++ b/extension.json
@@ -1,7 +1,7 @@
 {
        "@Note": "When updating this file please also update PageForms.php with 
the same changes.",
        "name": "Page Forms",
-       "version": "4.1.2",
+       "version": "4.2",
        "author": [
                "Yaron Koren",
                "Stephan Gambke",
diff --git a/includes/PF_Hooks.php b/includes/PF_Hooks.php
index 67e6c17..4f7186f 100644
--- a/includes/PF_Hooks.php
+++ b/includes/PF_Hooks.php
@@ -16,7 +16,7 @@
                        return 1;
                }
 
-               define( 'PF_VERSION', '4.1.2' );
+               define( 'PF_VERSION', '4.2' );
 
                $GLOBALS['wgPageFormsIP'] = dirname( __DIR__ ) . '/../';
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I4d301fce88da6a4c41cae79b3adaec62e5dc70f2
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/PageForms
Gerrit-Branch: master
Gerrit-Owner: Yaron Koren <[email protected]>
Gerrit-Reviewer: Yaron Koren <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to