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

Change subject: Version 4.1.1
......................................................................


Version 4.1.1

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

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



diff --git a/INSTALL b/INSTALL
index d741831..da0c924 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,4 +1,4 @@
-[[Page Forms 4.1]]
+[[Page Forms 4.1.1]]
 
 Contents:
 * Disclaimer
diff --git a/PageForms.php b/PageForms.php
index 57d442c..478a1f0 100644
--- a/PageForms.php
+++ b/PageForms.php
@@ -69,7 +69,7 @@
        return 1;
 }
 
-define( 'PF_VERSION', '4.1' );
+define( 'PF_VERSION', '4.1.1' );
 
 $GLOBALS['wgExtensionCredits']['specialpage'][] = array(
        'path' => __FILE__,
diff --git a/extension.json b/extension.json
index 9972bfc..cfdaa02 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",
+       "version": "4.1.1",
        "author": [
                "Yaron Koren",
                "Stephan Gambke",
diff --git a/includes/PF_Hooks.php b/includes/PF_Hooks.php
index 026496f..4511cbb 100644
--- a/includes/PF_Hooks.php
+++ b/includes/PF_Hooks.php
@@ -16,7 +16,7 @@
                        return 1;
                }
 
-               define( 'PF_VERSION', '4.1' );
+               define( 'PF_VERSION', '4.1.1' );
 
                $GLOBALS['wgPageFormsIP'] = dirname( __DIR__ ) . '/../';
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I66ff237c4bd6a2ef947c11580ef783375eb25191
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/PageForms
Gerrit-Branch: master
Gerrit-Owner: Yaron Koren <yaro...@gmail.com>
Gerrit-Reviewer: Yaron Koren <yaro...@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