v4.2.4
Changelog
Release Date - 6 June 2026
-
Modifications:
- [Pro] Renamed the "Reindex Custom Tables" tool to "Custom Tables" and added a "Recreate Custom Tables" button that drops and recreates the table structure, with success/error feedback displayed in the admin.
- [Pro] Added "Convert Custom Table to InnoDB" tool that upgrades the table storage engine and automatically regenerates FULLTEXT indexes.
- [Pro] Custom table creation is now skipped entirely when the Enhanced Content Search Index setting is disabled, avoiding unnecessary database queries on every admin page load.
- [Pro] Custom table creation is now blocked on MySQL versions below 5.7.8 and MariaDB versions below 10.2.7 (which lack JSON column support), with a clear admin notice instead of a silent failure.
- [Pro] Admin notices: FULLTEXT index and missing-table warnings now respect the ECSI setting; removed ECSI upsell and wizard notices; DB errors use the Admin_Notices_API.
-
Bug fixes:
- Fixed broken
aspect-ratioon the rounded thumbs style caused by CSS variables carryingpxunits. A unitless--crp-aspect-ratiovariable is now used, consistent with the grid and thumbs-grid styles.
- Fixed broken
Full Changelog: v4.2.3...v4.2.4