From ed50944be1f0a816300074b5d41354cce72c8637 Mon Sep 17 00:00:00 2001 From: Jan Hartigan Date: Sun, 16 Mar 2014 19:24:00 -0700 Subject: [PATCH] version bump to 4.11.0 --- changelog.md | 1 + readme.md | 12 ++++-------- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/changelog.md b/changelog.md index 720a2df89..db199b71b 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,6 @@ ## Changelog +### 4.11.0 - Model ids no longer have to be numeric - New translations (vi) diff --git a/readme.md b/readme.md index ca72e8c0a..6f6561899 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://administrator.frozennode.com/) -- **Version:** 4.10.0 +- **Version:** 4.11.0 [![Build Status](https://travis-ci.org/FrozenNode/Laravel-Administrator.png?branch=master)](https://travis-ci.org/FrozenNode/Laravel-Administrator) @@ -53,10 +53,6 @@ Administrator is released under the MIT License. See the LICENSE file for detail ## 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 \ No newline at end of file +### 4.11.0 +- Model ids no longer have to be numeric +- New translations (vi) \ No newline at end of file