From 4ccb47992d26ec078624cbdff104838ea7968756 Mon Sep 17 00:00:00 2001 From: Jan Hartigan Date: Sat, 23 Nov 2013 18:45:50 -0800 Subject: [PATCH] version bumping --- changelog.md | 1 + readme.md | 23 +++++++++++------------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/changelog.md b/changelog.md index 76bdd986f..258a3b1af 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,6 @@ ## Changelog +### 4.8.0 - Anonymous functions can now be passed for custom action title, confirmation, and messages options - It is now possible to return a redirect from custom actions - Selecting an item now scrolls the browser to the top of the page diff --git a/readme.md b/readme.md index 7d9f8b960..834154735 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.7.2 +- **Version:** 4.8.0 [![Build Status](https://travis-ci.org/FrozenNode/Laravel-Administrator.png?branch=master)](https://travis-ci.org/FrozenNode/Laravel-Administrator) @@ -53,14 +53,13 @@ Administrator is released under the MIT License. See the LICENSE file for detail ## Changelog -### 4.7.2 -- Bugfix: New Laravel setRules method in validator was throwing Administrator's setRules typehinting off -- Bugfix: Redirection was always pointing at the admin dashboard instead of the current page - -### 4.7.1 -- Bugfix: IoC resolution of the 'session.store' instance was being called as 'session' - -### 4.7.0 -- Custom pages are now available with the 'page.{path}.{to}.{view}' menu syntax -- New translations (ca) -- Bugfix: Autocomplete relationship fields weren't respecting prefixed table names \ No newline at end of file +### 4.8.0 +- Anonymous functions can now be passed for custom action title, confirmation, and messages options +- It is now possible to return a redirect from custom actions +- Selecting an item now scrolls the browser to the top of the page +- It is now possible to return accessor values into the edit form +- Default values can now be set for edit fields +- Bugfix: Custom dashboards no longer include unnecessary js files +- Bugfix: Updated to latest jQuery timepicker addon to fix some legacy jQuery UI bugs +- Bugfix: The detach() method is now used to remove related items instead of delete() +- Bugfix: The bool filter field wasn't properly grabbing results \ No newline at end of file