Skip to content

Releases: sebkln/ajaxselectlist

v4.0.0

07 Jan 18:15
Compare
Choose a tag to compare

This release is compatible with TYPO3 v8 LTS and TYPO3 v9 LTS.

v3.0.1

10 Mar 16:58
Compare
Choose a tag to compare

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

18 Apr 20:23
Compare
Choose a tag to compare

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

23 Mar 20:44
Compare
Choose a tag to compare

Added composer.json. This TYPO3 extension is now registered at Packagist.org so that you can install it using Composer, too.

v2.0.0

04 Sep 13:29
Compare
Choose a tag to compare

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.

v1.0.0

22 Aug 18:51
Compare
Choose a tag to compare

Initial release.