1.0.3
Added ability to use a different model other then fuel_pagevariables_model for block layouts
Added link_filter paramter to wysiwyg field type
Added logging for migrations
Added a generic attributes parameter to Form_builder fields
Added additional security when editing the permissions of a user
Changed fuel_javascript configuration value to allow you to load javascript files from modules other then fuel (as well as the main 'app' asset/js/ folder)
Improved how page layout works so that it will run before saving both page data and page variable data
Fixed infinite redirect loop issue for some when browsing to /fuel
Fixed issue when duplicating a user and their permissions wouldn't show up
Fixed heading field in default 404 layout
Fixed issue when trying to overwrite a simple modules name
Fixed issue when uploading multiple images from a repeatable field
Fixed issue with list view in the CMS and a boolean field that accepts a NULL value and is a NULL value showing the incorrect value
Various other bug fixes