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

Change subject: Tag v0.11.7
......................................................................


Tag v0.11.7

Change-Id: I421ed61b7454b4c94ce3f061a9b8a858a9a5db5f
---
M History.md
M README.md
M package.json
3 files changed, 16 insertions(+), 2 deletions(-)

Approvals:
  Bartosz Dziewoński: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/History.md b/History.md
index bac6382..86287ce 100644
--- a/History.md
+++ b/History.md
@@ -1,5 +1,19 @@
 # OOjs UI Release History
 
+## v0.11.7 / 2015-07-01
+* Element.php: Strip all namespaces from infused PHP widgets (Kunal Mehta)
+* OptionWidget: Explicitly set aria-selected to 'false' on init (Bartosz 
Dziewoński)
+
+* MediaWiki theme: Add support for frameless primary buttons (Ed Sanders)
+* MediaWiki theme: Align and center the advanced icon (Roan Kattouw)
+* MediaWiki, Apex themes: Fix styling for frameless process dialog actions (Ed 
Sanders)
+
+* Element.php: Add test case to verify class name in infused widgets (Kunal 
Mehta)
+* Element.php: Only variables may be passed by reference (Kunal Mehta)
+* Theme.php: Actually make abstract in PHP (Kunal Mehta)
+* Theme.php: Add missing doc comments (Kunal Mehta)
+* documentation: Use bold in comments instead of h4 (Ed Sanders)
+
 ## v0.11.6 / 2015-06-23
 * NumberInputWidget: Don't use `Math.sign()` (Brad Jorsch)
 * SelectWidget: Fix invalid escape sequence '`\s`' (Roan Kattouw)
diff --git a/README.md b/README.md
index e537752..8969947 100644
--- a/README.md
+++ b/README.md
@@ -52,7 +52,7 @@
 $ git checkout -B release -t origin/master
 
 # Ensure tests pass
-$ npm install && npm test
+$ npm install && composer update && npm test
 
 # Avoid using "npm version patch" because that creates
 # both a commit and a tag, and we shouldn't tag until after
diff --git a/package.json b/package.json
index 7e54ce5..4ea4c75 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "oojs-ui",
-  "version": "0.11.6",
+  "version": "0.11.7",
   "description": "User interface classes built on the OOjs framework.",
   "keywords": [
     "oojs-plugin",

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I421ed61b7454b4c94ce3f061a9b8a858a9a5db5f
Gerrit-PatchSet: 1
Gerrit-Project: oojs/ui
Gerrit-Branch: master
Gerrit-Owner: Jforrester <jforres...@wikimedia.org>
Gerrit-Reviewer: Bartosz Dziewoński <matma....@gmail.com>
Gerrit-Reviewer: Catrope <roan.katt...@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