Skip to content

Commit

Permalink
v3.1.17
Browse files Browse the repository at this point in the history
* Allow to disable publishing button when it's not required.
* Add `Orchestra\Foundation\Http\Middleware\RequireCsrfToken` for explicit `"orchestra.csrf"` route middleware.
* Update assets:
  - Vue v1.0.3.

Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed Oct 29, 2015
1 parent b31ca10 commit a6b22a8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bower.json
Expand Up @@ -15,7 +15,7 @@
"jquery": "~1.10.2",
"select2": "~3.4.8",
"underscore": "^1.6.0",
"vue": "~1.0.0"
"vue": "^1.0.3"
},
"install": {
"path": "resources/public/components",
Expand Down
7 changes: 7 additions & 0 deletions docs/changes.md
Expand Up @@ -5,6 +5,13 @@ title: Foundation Change Log

## Version 3.1 {#v3-1}

### v3.1.17 {#v3-1-17}

* Allow to disable publishing button when it's not required.
* Add `Orchestra\Foundation\Http\Middleware\RequireCsrfToken` for explicit `"orchestra.csrf"` route middleware.
* Update assets:
- Vue v1.0.3.

### v3.1.16 {#v3-1-16}

* Add `Orchestra\Foundation\Auth\ThrottlesLogins::retriesLeft()` method.
Expand Down

0 comments on commit a6b22a8

Please sign in to comment.