CT for Joomla! – 3.2.8 (2024-03-13)

Improvements:

    Search text by multiple fields even mixed string with Table Join List - ready. Example: {{ html.search("name,country") }}{{ html.searchbutton }} "name" is a text/string field type "country" is the Table Join List field linked to a table "countries" that has a field "countryname" So the search will be like this: name LIKE %value% OR country name LIKE %value%
    Front-end Log History page improved.
    List of field types used collected during rendering - this will be used in collecting additional javascript and css files needed.
    Twig Library updated.
    Captcha Tag improved, it doesn't depend on the Joomla Plugin anymore. Site Key and Secret Key are provided as tag parameters. Example: {{ html.captcha("6Ld3l3SITE_KEYKyNbegQXm72_mDU","6Ld3lSECRET_KEYvV1AM") }}

Bugs fixed:
    Custom Tables Add Item Module - Custom Tables Module compatibility fixed.
    Table Join and Table Join List sub-parent dependencies bug fixed.
    CSV import when the website is not in the root folder bug fixed.

Leave a Reply

Your email address will not be published. Required fields are marked *