Skip to content

Commit

Permalink
New release
Browse files Browse the repository at this point in the history
  • Loading branch information
Hubert Prein committed Sep 30, 2016
1 parent 9e1d6d6 commit 816ac18
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion AmFormsPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function getReleaseFeedUrl()
*/
public function getVersion()
{
return '1.4.4';
return '1.4.5';
}

/**
Expand Down
9 changes: 9 additions & 0 deletions releases.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[
{
"version": "1.4.5",
"downloadUrl": "https://github.com/am-impact/amforms/archive/master.zip",
"date": "2016-09-30T10:00:00+01:00",
"notes": [
"[Fixed] Fixed showing translated label for fields.",
"[Fixed] Fixed required attribute."
]
},
{
"version": "1.4.4",
"downloadUrl": "https://github.com/am-impact/amforms/archive/master.zip",
Expand Down

0 comments on commit 816ac18

Please sign in to comment.