Releases: sebkln/ajaxselectlist
v4.0.0
v3.0.1
The records in TYPO3 backend list view are now sorted in alphabetical order, as already done in the frontend. The documentation contains a solution when ajaxselectlist is used with RealURL. A README file including the most important information has been added.
v3.0.0
This release is compatible with TYPO3 v7 LTS and TYPO3 v8 LTS.
Be aware of breaking changes when updating from former versions! You'll have to update the database (update script provided) and adapt your templates.
The documentation contains an Upgrade section with details and suggestions.
New features:
- Now with multimedia assets instead of image only
- More than one media asset possible
- Image cropping tool available
- Support of both Rich Text Editors (rtehtmlarea and rte_ckeditor)
- Field order and position in the Backend form is streamlined with TYPO3 v8 LTS (issue #78383)
v2.1.0
v2.0.0
Changes:
- Removed plugin name from TypoScript path (old:
plugin.tx_ajaxselectlist_selectlist
, new:plugin.tx_ajaxselectlist
). - Result: The storagePid setting will no longer override the pages that are selected in the field Record Storage Page
If you update from version 1.0.0 and used the constants for changing the template paths, you'll have to remove the plugin name. In case you set the templateRootPaths
via TypoScript setup, your current path would continue to work. I suggest you remove the plugin name in both cases.