From bfca8f77279797097273eac4ca0a566002c6ff96 Mon Sep 17 00:00:00 2001 From: Jan Hartigan Date: Thu, 22 Aug 2013 02:18:30 -0700 Subject: [PATCH] version bump 4.6.0 --- changelog.md | 1 + readme.md | 20 +++++++++++--------- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/changelog.md b/changelog.md index 513a5b656..9c3e48a73 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,6 @@ ## Changelog +### 4.6.0 - Support for smaller screens and mobile devices - Visible option for columns that accepts either a boolean or closure - Relationship constraints now work with hasMany and hasOne fields diff --git a/readme.md b/readme.md index 6ba94b13e..d884794e9 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.5.0 +- **Version:** 4.6.0 [![Build Status](https://travis-ci.org/FrozenNode/Laravel-Administrator.png?branch=master)](https://travis-ci.org/FrozenNode/Laravel-Administrator) @@ -53,11 +53,13 @@ Administrator is released under the MIT License. See the LICENSE file for detail ## Changelog -### 4.5.0 -- You can now provide `value`, `min_value`, and `max_value` options in filter fields to set default values -- It is now possible to specify as many submenus in the `menus` array as you want -- The examples directory is now properly adjusted for L4 -- Bugfix: The CKEditor in WYSIWYG fields no longer jumps around and removes text selection on blur -- Bugfix: Soft deleted values from a related table no longer get included in relationship columns -- Bugfix: Relationship where clauses now work when you pre-specify the table name -- Bugfix: Time fields weren't saving properly \ No newline at end of file +### 4.6.0 +- Support for smaller screens and mobile devices +- Visible option for columns that accepts either a boolean or closure +- Relationship constraints now work with hasMany and hasOne fields +- There is now an `options_filter` option for relationship fields that lets you modify the query before getting the relationship options +- Custom actions and saves now rebuild the supplied config file after performing the action +- The `editable` property now accepts a closure and is passed the current page's data object +- New translations (da, it) +- Bugfix: Constraint fields no longer make multiple requests at a single time +- Bugfix: The key field is no longer set on models. This would cause some bugs on some setups \ No newline at end of file