Releases: emboldagency/embold-sage10-tweaks
Gravity Forms Tags Fix
Added a fix for Gravity Forms Merge Tags search going missing in Sage 10.
Thanks @josh-emBold!
Update Paragraph Targeting
There was an issue with adding the wp-block-paragraph
class to blocks when the paragraph contained the word "class" in it's description, like "classification" would throw off the class. Cleaned this up so that it's checking for class="
.
Editor Styles Loading Fix
Sometimes certain environments wouldn't load frontend styles in the block editor, this change should fix that by changing how we're enqueuing the css file.
Open Source
In this release we've open sourced the plugin.
Skip Update Check if Timing Out
If the API to check for plugin updates is offline, just give up after a fraction or a second instead of timing out.
Remote Plugin Updates
Added the ability to update our plugin remotely, either through the backend of WordPress or via the CLI.
We're utilizing this library to handle this, but we're storing out GitHub public access token remotely on staging. This access token only has read access to our plugin repositories, and will expire on June 13th, 2024.