Skip to content
This repository was archived by the owner on Jul 10, 2018. It is now read-only.

Commit

Permalink
Merge branch 'release/2.1.4'
Browse files Browse the repository at this point in the history
* release/2.1.4:
  2.1.4
  • Loading branch information
Josh Angell committed May 19, 2016
2 parents 8d6c520 + d7bbb72 commit 377d02a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pimpmymatrix/PimpMyMatrixPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public function getName()

public function getVersion()
{
return '2.1.3';
return '2.1.4';
}

public function getSchemaVersion()
Expand Down
10 changes: 10 additions & 0 deletions release-notes.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
[
{
"version" : "2.1.4",
"date" : "19-5-2016",
"notes" : [
{
"type" : "fixed",
"message" : "Fixed an issue where long menus would be inaccessibile in Live Preview on devices with short screens."
}
]
},
{
"version" : "2.1.3",
"date" : "31-3-2016",
Expand Down

0 comments on commit 377d02a

Please sign in to comment.