Gatilab Products

Release Notes

Improvements, fixes, and the details behind each release.

GT Page Blocks Builder

Custom HTML, CSS, and JavaScript sections with previews and reusable blocks.

View Product
← All GT Page Blocks Builder Releases
StableDate not recorded

GT Page Blocks Builder 2.3.1

  • FIX: CSS class autocomplete was broken because PHP sent cssClasses as a JSON object (due to array_unique key gaps) instead of a JSON array. Added array_values() wrapper so Array.isArray() passes on the JS side.