Skip to content

Commit

Permalink
version bump to 4.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
janhartigan committed Feb 17, 2014
1 parent 9b130e0 commit 889bd85
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
3 changes: 2 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
## Changelog

### 4.10.0
- It's now possible to customize the "back to site" link at the top right of admin pages
- Closures can now be passed into the output option for columns
- New translations (se, si, uk)
- Bugfix: When navigating away from an item edit route and then hitting the back button, the browser would cache the dynamic json response. Proper headers have now been set to avoid this.
- Bugfix: When missing a rules option in a settings config file, an error would be thrown despite there being no explicit requirement for one
- Bugfix: The administrator base controller was being instantiated multiple times during unit tests in laravel 4.1.
- Bugfix: The administrator base controller was being instantiated multiple times during unit tests in laravel 4.1

### 4.9.0
- Laravel 4.1 support
Expand Down
13 changes: 8 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Administrator is an administrative interface builder for [Laravel](http://larave

- **Author:** Jan Hartigan
- **Website:** [http://frozennode.com](http://frozennode.com)
- **Version:** 4.9.0
- **Version:** 4.10.0

[![Build Status](https://travis-ci.org/FrozenNode/Laravel-Administrator.png?branch=master)](https://travis-ci.org/FrozenNode/Laravel-Administrator)

Expand Down Expand Up @@ -53,7 +53,10 @@ Administrator is released under the MIT License. See the LICENSE file for detail

## Changelog

### 4.9.0
- Laravel 4.1 support
- New translations (ja, pt)
- Bugfix: There was a PSR-0 filename/classname disagreement in on of the relatively unused classes (Fields\Relationships\HasOne)
### 4.10.0
- It's now possible to customize the "back to site" link at the top right of admin pages
- Closures can now be passed into the output option for columns
- New translations (se, si, uk)
- Bugfix: When navigating away from an item edit route and then hitting the back button, the browser would cache the dynamic json response. Proper headers have now been set to avoid this.
- Bugfix: When missing a rules option in a settings config file, an error would be thrown despite there being no explicit requirement for one
- Bugfix: The administrator base controller was being instantiated multiple times during unit tests in laravel 4.1

0 comments on commit 889bd85

Please sign in to comment.