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.3.1

Read release notes
  • Default AI generation target to the HTML tab in the visual builder
  • Add HTML AI bundle support with <style id="ai-generated"> and <script id="ai-generated">
  • Move bundled AI CSS/JS out of HTML and into the CSS/JS editors automatically
StableDate not recorded
Read release notes
  • Refactored admin into separate actions and rendering classes for maintainability.
  • Added Pretty Links CSV import preset alongside Generic and LinkCentral.
  • Improved input sanitization on redirect URI parsing.
  • Added PHPCS configuration and Composer dev tooling.
  • Added uninstall.php for clean plugin removal (drops tables and options).
  • Improved build.sh with .distignore support and critical file verification.
  • Improved release workflow with version verification, checksums, and distribution validation.
  • Block editor popover anchor now uses bounding rect snapshot for reliable positioning.
  • Button primary color now follows WordPress admin theme color.
  • Lowered PHP requirement from 8.2 to 8.0.
  • Tested up to WordPress 6.9.
StableDate not recorded

Dynamic Month & Year into Posts 1.2.8

Read release notes
  • Fixed some issues related to rendering of next month.
  • [monthyear] no longer prints next month after 28th. Reason: User experience, as the user may be tricked to thinking the wrong current month and year names.
StableDate not recorded
Read release notes
  • Fixed release packaging bug that accidentally removed blocks/link-inserter/build/* from zip assets.
  • GitHub release workflow now compiles block editor assets before zipping and verifies build files exist.
StableDate not recorded

Dynamic Month & Year into Posts 1.2.2

Read release notes
  • New: Capitalize Month Names. Add c before any month based shortcode to render it capitalized. Useful in various languages where Month names are generally in small letters, like French, Swedish etc.
  • Example shortcodes: [cmonth], [cmon], [cnmonth], [cpmonth], [cnmon], [cpmon] etc.
  • New Shortcodes: [nnyear] and [ppyear] show 2 years next and previous years, like 2023 and 2019 respectively.
  • New Shortcode: [monthyear] shows current month and year together for specific purposes.
  • Better compatibility with Rank Math Pro and Elementor.
StableDate not recorded
Read release 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.
StableDate not recorded

GT Page Blocks Builder 1.2.1

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