Skip to content

Releases: emboldagency/embold-sage10-tweaks

Gravity Forms Tags Fix

05 Aug 20:20
9065001
Compare
Choose a tag to compare

Added a fix for Gravity Forms Merge Tags search going missing in Sage 10.

Thanks @josh-emBold!

Update Paragraph Targeting

29 May 15:58
5599c3a
Compare
Choose a tag to compare

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

22 May 13:54
6fca5f4
Compare
Choose a tag to compare

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

15 Jan 16:13
Compare
Choose a tag to compare

In this release we've open sourced the plugin.

Skip Update Check if Timing Out

19 Dec 14:02
Compare
Choose a tag to compare

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

13 Jun 17:04
Compare
Choose a tag to compare

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.