Skip to content

Releases: emboldagency/embold-sage10-tweaks

Update plugin-update-checker library

Choose a tag to compare

@octoxan octoxan released this 10 Dec 21:47
22e3d7e

Full Changelog: 0.14.0...0.14.1

Don't Lose List Classes

Choose a tag to compare

@octoxan octoxan released this 19 Feb 21:20
c2fc83c

Don't lose custom classes added to block lists in the admin when we add our default class.

Thanks @josh-emBold!

Gravity Forms Tags Fix

Choose a tag to compare

@octoxan octoxan released this 05 Aug 20:20
9065001

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

Thanks @josh-emBold!

Update Paragraph Targeting

Choose a tag to compare

@octoxan octoxan released this 29 May 15:58
5599c3a

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

Choose a tag to compare

@octoxan octoxan released this 22 May 13:54
6fca5f4

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

Choose a tag to compare

@octoxan octoxan released this 15 Jan 16:13

In this release we've open sourced the plugin.

Skip Update Check if Timing Out

Choose a tag to compare

@octoxan octoxan released this 19 Dec 14:02

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

Choose a tag to compare

@octoxan octoxan released this 13 Jun 17:04

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.