Gatilab Products

Changelogs

Improvements, fixes, and the details behind each release.

All Products

Release history across our plugins and themes.

StableDate not recorded

GT Page Blocks Builder 1.2.0

Read release 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
StableDate not recorded

Dynamic Month & Year into Posts 1.1.9

Read release 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.
StableDate not recorded
Read release 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.
StableDate not recorded
Read release 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.
StableDate not recorded

Dynamic Month & Year into Posts 1.1.6

Read release 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.
StableDate not recorded
Read release 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.
StableDate not recorded
Read release notes
  • Fixed format registration conflict with core/underline on WP 6.9+ (both used bare span tag).
  • Added unique className to avoid tagName collision.