3.7.7 (Joomla) – 2026-07-21
Improvements
- Updated CodeMirror library to v5.65.21.
- Updated Twig library to v3.28.0 (Security Update).
Bug Fixes
- Fixed the background color of the component uninstall message when using dark mode.
- Fixed the background color of
<select>elements in the back-end when using dark mode.
3.7.6 (Joomla) – 2026-06-25
Improvements
- CSV/XML/JSON Export: Export now includes all records, regardless of the current pagination settings. (Note: exporting very large tables may require additional server resources.)
- Menu Email Send Condition: Added full Twig support. Field references are now automatically converted to the recommended syntax, e.g.
{{ field.value == 1 }}instead of{{ field == 1 }}. The previous format (e.g.sent=0) remains fully supported for backward compatibility.
Bug Fixes
- Fixed an issue where the default edit layout incorrectly included virtual fields.
- Fixed a bug when copying fields in the back-end.
- Fixed a bug when renaming virtual fields in the back-end.
- Fixed the
{{ table.sqlselect }}Tag Wizard entry name. - Fixed a back-end CSV record import error caused by a duplicate class declaration (“Class already declared”).
3.7.5 (Joomla), 1.7.5 (WordPress) – 2026-05-21
- Important Security Update: Added authorization and CSRF token validation to FileUploader endpoint.
- Security: Updated Twig library to latest secure version addressing known vulnerabilities.
- Improved temporary file cleanup logic.
We strongly recommend all users update to version 3.7.5 as soon as possible.
3.7.4 (Joomla) – 2026-05-01
- New: Added validation for field types during table import.
- Improved: Table Join search select box now shows only existing options based on actual table records.
- New: Added
lookup_filtersupport in{{ html.search(...) }}for advanced filtering of Table Join (Lookup Table) fields. - Improved: Range Search now excludes default values from URL query strings, resulting in cleaner and shorter URLs.
- Fixed: Issue with editing text fields in third-party tables.
- Improved: Third-party table fields can now be modified correctly.
- Fixed: Record cache now updates properly on record save events.
- New: Added
$get_listing_idvariable for use inreturntolinks. - Fixed: Image Uploader now correctly applies custom CSS styles.
- Fixed: Module
returntoparameter was being ignored — now works as expected. - Fixed: Bug in Table Join search functionality
- Back-end – Fixed: “Save & New” issue in Table Manager: Previously, it updated the current table instead of creating a new one. Now correctly resets the form and creates a new table without affecting the original.
- Back-end – Fixed: General bug in field renaming and related operations.
3.7.3 (Joomla) – 2026-03-24
- Added Load Record Cache feature to improve performance.
- Introduced
{{ html.searchrange() }}tag, now supporting search within Table Join (Lookup Table) fields. - URL query handling — special characters are now safely encoded (
<→_lt_,>→_gt_). - Back-end: Issue with Table Field List not updating correctly when creating a new field.
- Back-end: Bug affecting field renaming functionality :Case-sensitivity issue when renaming table fields – fixed.
3.7.2 (Joomla) – 2026-03-14
- Back-end: Improved CSV Import interface and functionality.
- Added database query caching for frequently requested data (Languages, User Groups, User Details, Layout, Table Details, and Field Lists), significantly improving page load speed.
3.7.1 (Joomla) – 2026-03-06
- {{ document.cookie() }} tag added.
- {{ html.search() }} button icon fixed.
- {{ html.searchreset() }} button label and icon fixed.
- {{ docnument.layout() }} may parse Content Plugins after rendering again if needed.
3.7.0 (Joomla) – 2026-02-26
- Unused class reference deleted.
- Import tables duplicate field records bug fixed.
3.6.9 (Joomla) – 2026-01-04
- {{ tables.sqlselect() }} tag added.
- PHP tags deprecated.
3.6.8 (Joomla) – 2026-01-04
PHP 8.4 Warnings fixed.
Leave a Reply
You must be logged in to post a comment.