Releases: joomlatools/joomlatools-framework
Releases · joomlatools/joomlatools-framework
v2.0.7
- Use Nooku installer version ~1.0 in Composer
v2.1.0
- Add UserInterface::hasRole method
- Get request format from URL path when possible
- Removed PHP 5.2 support
- Fields that start with an underscore are hidden in JSON layouts by default
- Better handling of empty request payloads
- DatabaseTableAbstract select modes were not properly working
- Grid search would filter selected rows only
- Automatically add [] to multiple select input boxes
- Proper normalization of dates sent in different formats
- Minor frontend display issues
v2.0.6
- Fix select2 form submit handler with multiple selections in Joomla 3.4
- Fix problem with duplicate Content-Type headers
- Fix offset reset when the limit is larger than total
- Fix cache keys to include view and model identifiers in persistable behavior
- Fix mixed method return values after edit in creatable, modifiable and lockable behaviors.
v2.0.5
- Fix authentication requests when serving downloads through Office
- Fix data persistance issue with consequent HMVC requests
- Exclude internal methods in HTTP Options calls
- Return an array from UserAbstract::getGroups and UserAbstract::getRoles
- Fix FTP streaming
- Fix output bufferig issue on certain hosts
- Fix basepath issue in class loader
- Fix double encoding in request referrer
v2.0.4
- Dispatcher now filters view names with the cmd filter
v2.0.3
- Use
composer require
for installation instructions - Fix class fallback issue in object manager
- Define mb_substr and mb_strlen if they do not exist natively
v2.0.2
- Register stream names with koowa- prefix to avoid naming collisions with PHP streams
- Remove format property from the HttpUrl class and make it a part of the path
- Automatically append a hash of the version information to the static assets
- Fixes to the language key alias
- Remove the location header for non-redirect requests in IIS (See explanation)
- Fix output buffer handling for certain PHP installations
v2.0.1
- Rename koowa.jquery.js to koowa.kquery.js
- Do not expose unnecessary JavaScript variables in koowa.js
- Rename enable/disable switch for Bootstrap to enable-koowa-bootstrap.txt
v2.0.0
Initial release