diff --git a/changelog.md b/changelog.md index c01b9932f..556270aa7 100644 --- a/changelog.md +++ b/changelog.md @@ -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 diff --git a/readme.md b/readme.md index 57f9381c0..98f4ce40d 100644 --- a/readme.md +++ b/readme.md @@ -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) @@ -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) \ No newline at end of file +### 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 \ No newline at end of file