Skip to content

1.0.5

Compare
Choose a tag to compare
@daylightstudio daylightstudio released this 08 Mar 01:39
· 1570 commits to master since this release

Added name method to fuel_user_model
Added ability to create an extra notification from within the model
Added a scope parameter to loading a view in a template view to prevent variables overriding
Updated migration to log “nothing to do” message if there aren’t any changes rather than the “success” message.
Fixed issue with file uploads and repeatable fields
Fixed new Chrome issue with selecting text in a number input field
Fixed issue with required validator helper when an integer is passed
Fixed issue creating a tree view from a foreign keyRemoved maxlength and size from Form_builder::create_number method since it's invalid HTML
Removed language attribute in display_errors function returned javascript
Several other minor bug fixes