Gatilab Products

Changelogs

Improvements, fixes, and the details behind each release.

All Products

Release history across our plugins and themes.

StableDate not recorded
Read release notes
  • Renamed internal code prefix from gt_ to gtlm_ (4+ characters) per WordPress.org guidelines.
  • Fixed nonce verification order in CSV import handler — nonce is now checked before reading POST data.
  • Fixed SQL injection vector — $orderby now uses %i identifier placeholder in prepared queries.
  • Added Source Code section to readme for compiled block editor assets.
  • Added card-based UI styling to all admin pages (edit link, categories, settings, import/export).
  • Settings page reorganized into General, Tools, and Diagnostics cards.
  • Clean uninstall now removes both old (gt_) and new (gtlm_) prefix options and tables.
StableDate not recorded

Dynamic Month & Year into Posts 1.3.5

Read release notes
  • Made Black Friday and Cyber Monday dates totally dynamic and auto-updating.
  • Use [year n=number] to display any year next or previous to this year. For example [year n=5] renders 5th year from now and [year n=-5] renders 5th year back from today.
StableDate not recorded

GT Page Blocks Builder 1.3.4

Read release notes
  • Fix OpenAI GPT-5 model compatibility by omitting custom temperature for gpt-5* models
  • Add provider debug diagnostics (finish reason, refusal summary, usage) for AI responses
  • Add optional raw payload logging via filters for AI troubleshooting
StableDate not recorded

Functionalities 1.3.3

Read release notes
  • Improved: Snippets UI — collapsible cards, type badges (CSS/JS/Meta), inline label editing, icon buttons
  • Fixed: Template index replacement no longer corrupts textarea attributes
  • Fixed: kses_with_styles handles empty style tags and regex failures gracefully
StableDate not recorded

Functionalities 1.3.2

Read release notes
  • Added: Snippets repeater — multiple independently-toggleable code snippets per location (header, body open, footer)
  • Fixed: CSS inside <style> tags no longer stripped by wp_kses() for non-admin users
  • Removed: Legacy GT Nofollow Manager references and gtnf_* filter hooks from Link Management
  • Improved: Auto-migration from single-string snippet format to repeater arrays
StableDate not recorded

GT Page Blocks Builder 1.3.2

Read release notes
  • Lock AI Generate to HTML mode in visual builder and ignore non-HTML text selections
  • Prevent HTML from being emptied when AI returns only bundled <style id="ai-generated"> / <script id="ai-generated"> tags