All Products

Changelogs

Every published release across Gatilab plugins and themes, newest first.

Showing 325–336 of 393 releases

Date not recorded
Stable

GT Page Blocks Builder2.2.0

NEW: Semantic Reset CSS (~1KB) — modern reset with box-sizing, list defaults, accessible images, prefers-reduced-motion support. Inlined in <head> when enabled.

  • Changes 2
Read full notesHide notes
  • NEW: Semantic Reset CSS (~1KB) — modern reset with box-sizing, list defaults, accessible images, prefers-reduced-motion support. Inlined in <head> when enabled.
  • NEW: Utility Classes — ~330 Tailwind-inspired utilities (grid, flex, spacing, typography, colors, borders, shadows, etc. + sm:/md:/lg: responsive variants). Frontend inlines ONLY the rules actually used on the page (parses post_content for class names). Builder loads the full set for autocomplete.
Date not recorded
Stable

GT Extensions for FluentCart2.1.4

Resolve currency at WordPress's pre-construction block-data stage.

  • Changes 2
Read full notesHide notes
  • Resolve currency at WordPress's pre-construction block-data stage.
  • Ensure FluentCart checkout inner blocks receive the correct currency context before producing HTML.
Date not recorded
Stable

GT Page Blocks Builder2.1.0

NEW: Top-level "Page Blocks" admin menu (moved out of Settings) with sub-pages: All Page Blocks (list table), Add New, Settings, License.

  • Changes 5
Read full notesHide notes
  • NEW: Top-level "Page Blocks" admin menu (moved out of Settings) with sub-pages: All Page Blocks (list table), Add New, Settings, License.
  • NEW: Database-backed reusable blocks with [page_block id="123"] and [page_block slug="hero-section"] shortcodes.
  • NEW: Admin list table with bulk actions (trash/restore/delete), search, status filtering.
  • NEW: Admin edit form with Monaco editors for HTML/CSS/JS, live preview, position picker.
  • NEW: gt_pb_get_positions() filter — theme-independent WP core hooks (wp_head, wp_footer, the_content, loop_start, etc.).
Date not recorded
Stable

Renamed internal code prefix from gt_ to gtlm_ (4+ characters) per WordPress.org guidelines.

  • Changes 7
Read full notesHide 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.
Date not recorded
Stable

Dynamic Month & Year into Posts1.3.7

New: [nmonthyear] and [pmonthyear] display next and previous month and years together. Useful in many cases.

  • Changes 1
Read full notesHide notes
  • New: [nmonthyear] and [pmonthyear] display next and previous month and years together. Useful in many cases.
Date not recorded
Stable

Dynamic Month & Year into Posts1.3.5

Made Black Friday and Cyber Monday dates totally dynamic and auto-updating.

  • Changes 2
Read full notesHide 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.
Date not recorded
Stable

Dynamic Month & Year into Posts1.3.4

Two new useful shortcodes. Post modified/updated date: [datemodified] and post publication date: [datepublished]. Use these anywhere you want to make your site more dynamic and SEO friendly.

  • Changes 1
Read full notesHide notes
  • Two new useful shortcodes. Post modified/updated date: [datemodified] and post publication date: [datepublished]. Use these anywhere you want to make your site more dynamic and SEO friendly.
Date not recorded
Stable

GT Page Blocks Builder1.3.4

Fix OpenAI GPT-5 model compatibility by omitting custom temperature for gpt-5* models

  • Changes 3
Read full notesHide 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
Date not recorded
Stable

Functionalities1.3.3

Improved: Snippets UI — collapsible cards, type badges (CSS/JS/Meta), inline label editing, icon buttons

  • Changes 3
Read full notesHide 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