Monday 12th May, 2014
Editor 1.3.1 release notes
With the dust of the DataTables 1.10.0 and Editor 1.3.0 releases now settled, this is a small bug fix release of Editor, addressing issues that were brought to light in the 1.3.0 release. It is a recommended upgrade for everyone using Editor.
Details of change change are available below.
Release notes
New
- New: Ability to use any jQuery UI date picker option
- A new
opts
option is provided for the jQuery date option which is a configuration object that can be used for any jQuery UI date picker options, just as jQuery UI would normally be configured.
- A new
Updates
- Update examples: More specific link for field plug-in development
- Update examples: Back / next API example uses filtered rows only
Fixes
- Fix: Attach submit event directly to the form element
- Fix: Remove debug statement
- Fix: fields with
name=0
were causing an error - Fix: Bootstrap integration error for title setting
- Fix PHP: A join with a table alias could cause a PHP error
- Fix PHP: Compatibility with PHP 5.3 when checking for a closure
- Fix PHP: PHP 5.3 compatibility for server-side processing
- Fix PHP: Field class could show an error on create
- Fix examples: Add missing standalone example index page
- Fix examples: Typos
- Fix examples: Demo tabs weren't quite working in the examples
- Fix examples: REST demo needed database name to be updated
- Fix examples: REST example needed a path update