jenkins-bot has submitted this change and it was merged. Change subject: updated version number + release notes ......................................................................
updated version number + release notes Change-Id: I6913af7c2a931ebbd363a53453d5569989853ef2 --- M BLUESPICE-RELEASE-NOTES M BlueSpiceFoundation.php M includes/installer/BsWebInstallerOutput.php 3 files changed, 16 insertions(+), 2 deletions(-) Approvals: Mglaser: Looks good to me, approved jenkins-bot: Verified diff --git a/BLUESPICE-RELEASE-NOTES b/BLUESPICE-RELEASE-NOTES index 9a5c22c..333a42b 100644 --- a/BLUESPICE-RELEASE-NOTES +++ b/BLUESPICE-RELEASE-NOTES @@ -3,6 +3,19 @@ http://www.blue-spice.org<br /> http://www.hallowelt.com<br /> +==BlueSpice 2.23.1.1== + +BlueSpice 2.23.1.1 is a security release. + +===Note=== +This release indends to fix a security vulnerability in the shoutbox extension. +For details see https://gerrit.wikimedia.org/r/#/c/220410/ + +===Changelog=== + +====BlueSpiceExtensions==== +* Shoutbox: XSS Security fix + ==BlueSpice 2.23.1== BlueSpice 2.23.1 is a minor and maintenance release. @@ -134,6 +147,7 @@ * Yuki Shira * TGC * Umherirrender +* Frederic Mohr ===Standing on the shoulders of giants=== We would like to thank all the people around MediaWiki. You've created a wonderful piece of software. Thanks a lot! \ No newline at end of file diff --git a/BlueSpiceFoundation.php b/BlueSpiceFoundation.php index 2f8adbd..1248ff0 100644 --- a/BlueSpiceFoundation.php +++ b/BlueSpiceFoundation.php @@ -29,7 +29,7 @@ */ $wgBlueSpiceExtInfo = array( 'name' => 'BlueSpice for MediaWiki', - 'version' => '2.23.1', + 'version' => '2.23.1.1', 'status' => 'stable', 'package' => 'BlueSpice Free', //default value for BS free extensions 'url' => 'http://www.blue-spice.org', diff --git a/includes/installer/BsWebInstallerOutput.php b/includes/installer/BsWebInstallerOutput.php index e97bb2c..6bc4f37 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.1' )->plain(); + echo wfMessage( 'bs-installer-title', $wgVersion, '2.23.1.1' )->plain(); } } -- To view, visit https://gerrit.wikimedia.org/r/221844 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I6913af7c2a931ebbd363a53453d5569989853ef2 Gerrit-PatchSet: 2 Gerrit-Project: mediawiki/extensions/BlueSpiceFoundation Gerrit-Branch: master Gerrit-Owner: Tweichart <[email protected]> Gerrit-Reviewer: Mglaser <[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
