Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Hubert Prein committed Jun 12, 2017
1 parent d2f9b19 commit 27bc89e
Show file tree
Hide file tree
Showing 2 changed files with 15 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.6.2';
return '1.7.0';
}

/**
Expand Down
14 changes: 14 additions & 0 deletions releases.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
[
{
"version": "1.7.0",
"downloadUrl": "https://github.com/am-impact/amforms/archive/master.zip",
"date": "2017-06-12T10:00:00+01:00",
"notes": [
"[Added] Add onBeforeDeleteSubmission and onDeleteSubmission events.",
"[Added] Added support for multiple reCAPTCHA's on one page.",
"[Added] Submission confirmation events.",
"[Added] German translations.",
"[Improved] Remove jQuery from datetime fields.",
"[Fixed] Remove the export action if the user does not have the userrights for it.",
"[Fixed] Export criteria fix."
]
},
{
"version": "1.6.1",
"downloadUrl": "https://github.com/am-impact/amforms/archive/master.zip",
Expand Down

0 comments on commit 27bc89e

Please sign in to comment.