Skip to content

Commit

Permalink
version bump to 4.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
janhartigan committed Jan 23, 2015
1 parent 83c939f commit 6e5cc8b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 15 deletions.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## Changelog

### 4.16.0
- It's now possible to use the raw value of a file/image field to help with storing files on remote servers.

### 4.15.0
Expand Down
20 changes: 5 additions & 15 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://administrator.frozennode.com/)
- **Version:** 4.15.0
- **Version:** 4.16.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,6 +53,9 @@ Administrator is released under the MIT License. See the LICENSE file for detail

## Recent Changelog

### 4.16.0
- It's now possible to use the raw value of a file/image field to help with storing files on remote servers.

### 4.15.0
- New uneditable states for color, password, enum, and wysiwyg fields for when the editable option resolves to false
- New translations (sk)
Expand All @@ -61,17 +64,4 @@ Administrator is released under the MIT License. See the LICENSE file for detail
- Bugfix: Basic validation for relationship fields wasn't working
- Bugfix: "Characters left" text was sitting unnecessarily outside the "editable" conditional
- Bugfix: Some missing image-related translations
- Bugfix: Editable option wasn't working for some fields

### 4.14.2
- Bugfix: Query clauses in the newQuery method for models was throwing errors if bindings were involved

### 4.14.1
- Bugfix: when validating all rules against all attributes for existing models, "exists" and "unique" rules would cause problems

### 4.14.0
- New translations (hr, nb)
- Bugfix: The Spanish translation had an issue with noun genders
- Bugfix: Visible option wasn't previously working with filters
- Bugfix: The front-end form should now resize to its correct height at all times
- Bugfix: If relationships defined an alternate primary key on the foreign table, Administrator would always just grab the model's primary key name
- Bugfix: Editable option wasn't working for some fields

0 comments on commit 6e5cc8b

Please sign in to comment.