All Products

Changelogs

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

Showing 349–360 of 393 releases

Date not recorded
Stable

Fixed block editor link inserter not appearing on WordPress 6.8+.

  • Changes 4
Read full notesHide notes
  • Fixed block editor link inserter not appearing on WordPress 6.8+.
  • Removed deprecated useAnchor hook that crashed the toolbar button on render.
  • Eliminated react-jsx-runtime dependency that prevented the script from loading on some WordPress versions.
  • Popover now anchors to the toolbar button for reliable positioning.
Date not recorded
Stable

GT Page Blocks Builder1.2.1

Add "Preview on Frontend" button in the visual builder topbar to open the live page in a new tab

  • Changes 3
Read full notesHide notes
  • Add "Preview on Frontend" button in the visual builder topbar to open the live page in a new tab
  • Make "Add Section" button more prominent with a full-width dashed button below the section list
  • Fix "Invalid page template" error when saving on block themes (TT4, etc.)
Date not recorded
Stable

Fixed critical bug: links disappeared after 1.1.9 update because new DB columns were not added on plugin update (only on fresh activation).

  • Changes 4
Read full notesHide notes
  • Fixed critical bug: links disappeared after 1.1.9 update because new DB columns were not added on plugin update (only on fresh activation).
  • Added automatic DB migration that runs on update to add missing columns and backfill existing rows.
  • Fixed WordPress admin sidebar menu getting unintended card styles on the Settings page.
  • Improved Settings page: Flush Permalinks and Run Diagnostics buttons are now inline, diagnostics output uses a clean table layout with status badges.
Date not recorded
Stable

GT Page Blocks Builder1.2.0

Add CSS-in-head collection: all Page Block CSS is combined into a single <style> tag in <head>, preventing FOUC

  • Changes 9
Read full notesHide notes
  • Add CSS-in-head collection: all Page Block CSS is combined into a single <style> tag in <head>, preventing FOUC
  • Add external file output (output: file): CSS/JS written to cacheable files in uploads directory
  • Add output block attribute (inline or file)
  • Add save_post/delete_post hooks to regenerate and clean up external asset files
  • Add JS file collection at template_redirect for external JS serving
  • Add transient caching for theme class suggestions
  • Combine footer scripts into a single <script> tag
  • Fix CSS minification breaking >= in media query range syntax
  • Fix sanitize_css stripping <= operators via CSS-safe sanitization
Date not recorded
Stable

Dynamic Month & Year into Posts1.1.9

IMPROVED! Performance by removing rank_math/paper/auto_generated_description/apply_shortcode filter that causes more load on sites, specially where wp_query is used.

  • Changes 2
Read full notesHide notes
  • IMPROVED! Performance by removing rank_math/paper/auto_generated_description/apply_shortcode filter that causes more load on sites, specially where wp_query is used.
  • This is first of many attempts to remove unnecessary elements.
Date not recorded
Stable

Added link activate/deactivate toggle. Inactive links stop redirecting but remain in the database.

  • Changes 7
Read full notesHide notes
  • Added link activate/deactivate toggle. Inactive links stop redirecting but remain in the database.
  • Delete now moves links to trash instead of permanent deletion. Links can be restored from trash.
  • Trash view with restore and permanent delete actions.
  • New bulk actions: Activate, Deactivate, Move to Trash, Restore, Delete Permanently.
  • REST API: DELETE defaults to trash (use ?force=true for permanent). New /restore and /toggle-active endpoints.
  • Status column and views (All / Active / Inactive / Trash) in the links list table.
  • New is_active and trashed_at columns added to the links table on upgrade.
Date not recorded
Stable

Block editor: Fixed editor scroll jump when opening GT Link popover from the toolbar.

  • Changes 2
Read full notesHide notes
  • Block editor: Fixed editor scroll jump when opening GT Link popover from the toolbar.
  • Block editor: Improved search input focus behavior so opening popover does not move viewport.
Date not recorded
Stable

Dynamic Month & Year into Posts1.1.6

NEW! [dt] shortcode to render only the day of the month (like 1, 2, 3, 17, 28). Combine this with other shortcodes to create date formats you desire.

  • Changes 3
Read full notesHide notes
  • NEW! [dt] shortcode to render only the day of the month (like 1, 2, 3, 17, 28). Combine this with other shortcodes to create date formats you desire.
  • Added support for shortcodes in Rank Math's Product schema description
  • IMPROVED! [date] shortcode renders date as set by Dashboard -> Settings -> General -> Date.
Date not recorded
Stable

REST API: Added full pagination (page, per_page, category_id, orderby, order) to GET /links endpoint.

  • Changes 5
Read full notesHide notes
  • REST API: Added full pagination (page, per_page, category_id, orderby, order) to GET /links endpoint.
  • REST API: Added args schema validation to all write endpoints (links, categories, bulk-category).
  • Security: Replaced innerHTML with DOM methods in admin quick edit to prevent XSS.
  • DB: Added rel whitelist validation on filter queries.
  • Build: build.sh now compiles block editor assets before packaging.