jenkins-bot has submitted this change and it was merged.

Change subject: Raised version number to 2.23.3
......................................................................


Raised version number to 2.23.3

This is BlueSpice 2.23.3 stable release

Change-Id: I5e0f7f228176e1c1604869b7e5e7012c81e0a9ea
---
M BlueSpiceFoundation.php
M includes/installer/BsWebInstallerOutput.php
2 files changed, 2 insertions(+), 2 deletions(-)

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



diff --git a/BlueSpiceFoundation.php b/BlueSpiceFoundation.php
index f319bf7..71478d2 100644
--- a/BlueSpiceFoundation.php
+++ b/BlueSpiceFoundation.php
@@ -29,7 +29,7 @@
  */
 $wgBlueSpiceExtInfo = array(
        'name' => 'BlueSpice',
-       'version' => '2.23.3-beta',
+       'version' => '2.23.3',
        'status' => 'stable',
        'package' => 'BlueSpice Free', //default value for BS free extensions
        'url' => 'http://bluespice.com',
diff --git a/includes/installer/BsWebInstallerOutput.php 
b/includes/installer/BsWebInstallerOutput.php
index da92644..ac6b611 100644
--- a/includes/installer/BsWebInstallerOutput.php
+++ b/includes/installer/BsWebInstallerOutput.php
@@ -34,6 +34,6 @@
         // BlueSpice
        public function outputTitle() {
                global $wgVersion;
-               echo wfMessage( 'bs-installer-title', $wgVersion, '2.23.3-beta' 
)->plain();
+               echo wfMessage( 'bs-installer-title', $wgVersion, '2.23.3' 
)->plain();
        }
 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I5e0f7f228176e1c1604869b7e5e7012c81e0a9ea
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/BlueSpiceFoundation
Gerrit-Branch: master
Gerrit-Owner: Mglaser <[email protected]>
Gerrit-Reviewer: Dvogel hallowelt <[email protected]>
Gerrit-Reviewer: Ljonka <[email protected]>
Gerrit-Reviewer: Pwirth <[email protected]>
Gerrit-Reviewer: Robert Vogel <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to