Gatilab Products
Changelogs
Improvements, fixes, and the details behind each release.
All Products
Release history across our plugins and themes.
Alpha Chat 0.4.1
GT Performance 1.0.0-rc.2
Read release notes
Fixed
- Fixed a fatal "Allowed memory size exhausted" error when updating the plugin.
Updater::clearCache()runs ondelete_site_transient_update_pluginsand then deletes an update transient of its own, which fires the genericdeleted_site_transientanddeleted_optionhooks; any listener that refreshes the plugin update cache in response re-entered the deletion hook, and the two recursed until PHP ran out of VM stack.clearCache(),injectUpdate(), and the remote fetch inmetadata()now each hold a re-entry guard. - Stopped
Updater::metadata()from repeating the license-server request when the update transient filter re-enters before the first response is cached. - Fixed the Redis object-cache drop-in reporting a successful delete for a key it never held. Core's
WP_Object_Cache::delete()returns false in that case, anddelete_site_transient()fires the genericdeleted_site_transienthook only on a true result, so the unconditional answer re-dispatched that hook on every repeat deletion. This is what kept the update-cache recursion above from settling on sites where the drop-in is installed without a reachable Redis server.
Alpha Chat 0.4.0
Alpha Chat 0.3.2
Alpha Chat 0.3.1
Alpha Chat 0.3.0
Alpha Chat 0.2.1
Alpha Chat 0.2.0
Alpha Chat 0.1.8
GT Performance 1.0.0-rc.1
Read release notes
Added
- Added xCloud Public API site discovery, host-cache status and purge routing, independent Cloudflare Enterprise detection, explicit edge ownership, and requested 12-hour traffic reporting.
- Added safe enable-time profiles for Cloudflare, xCloud, static CDN rewriting, Redis, compatibility safeguards, Private Islands, and Fleet while preserving credentials, custom endpoints, and other non-empty provider values.
- Added feature-level EWWW Image Optimizer ownership for next-generation formats, Easy IO, lazy loading, and missing dimensions without disabling complementary upload compression.
Changed
- Moved WebP and AVIF generation out of media-upload requests and split each source and registered image size into its own durable background job. Image work now runs ahead of cache preloads while keeping cache purges first.
- Added generic CDN and Cloudflare-specific no-store directives to private, commerce, feed, authenticated preview, and Private Islands responses.
Fixed
- Prevented large multi-image uploads from spending the full PHP execution window generating every modern-format variant synchronously. Existing targets are skipped, duplicate physical sub-sizes are deduplicated, and queued jobs recheck ownership before writing.
- Prevented GT Performance and EWWW from generating, rewriting, lazy-loading, or dimensioning the same images when EWWW or Easy IO owns the corresponding feature.
- Blocked direct Cloudflare synchronization and duplicate purge routing while an enabled xCloud edge layer owns the cache, and failed closed when xCloud Enterprise exposes analytics but no token-authenticated purge mutation.
Core Forms 4.7.5
Read release notes
Core Forms 4.7.5 fixes duplicate field IDs and reworks MailerPress consent handling.
- Schema-rendered field IDs are now unique per form instance, so labels and descriptions stay correctly associated when multiple forms appear on one page.
- The MailerPress action defaults to double opt-in, preserves existing subscribers and suppressed contacts, and records form-level consent metadata. Confirmation is resent only when a pending or previously unsubscribed contact submits again.
- The legacy FluentCart-to-MailerPress bridge no longer creates subscribed contacts when its settings are empty.