Skip to content

Releases: UCF/Athena-Shortcodes-Plugin

v0.7.9

14 Apr 19:22
Compare
Choose a tag to compare

Bug Fixes:

  • Removed debug code.

v0.7.8

14 Apr 14:36
Compare
Choose a tag to compare

Bug Fix:

  • Added a setting that allows for ACF WYSIWYG content to be run through the default ACF the_content filter instead of rerouting to the built-in WordPress the_content filter.

v0.7.7

21 Mar 20:35
62aefbf
Compare
Choose a tag to compare

Bug Fix:

  • Bumped version so the readme and plugin file versions match.

v0.7.6

21 Mar 20:28
3d59ce5
Compare
Choose a tag to compare

Enhancements:

  • Added composer file.

v0.7.5

02 Feb 16:23
Compare
Choose a tag to compare
v0.7.5 Pre-release
Pre-release

Bug Fixes:

  • Adds options for the collapse and collapse-toggle shortcodes to allow for proper role attributes to be applied.

v0.7.4

29 Mar 16:08
Compare
Choose a tag to compare
v0.7.4 Pre-release
Pre-release

Bug fixes:

  • Unset absolute positioning on .stretched-link pseudo-element in WYSIWYG editor stylesheet to allow usage of this class on links contained within shortcode-generated containing blocks.

v0.7.3

22 Mar 19:12
Compare
Choose a tag to compare
v0.7.3 Pre-release
Pre-release

What's Changed

Full Changelog: v0.7.2...v0.7.3

v0.7.2

22 Mar 16:39
Compare
Choose a tag to compare
v0.7.2 Pre-release
Pre-release

Enhancements:

  • Upgraded packages, including the Athena Framework, to latest versions
  • Updated usage of slash division in athena-editor-styles.scss

v0.7.1

21 Oct 19:04
Compare
Choose a tag to compare
v0.7.1 Pre-release
Pre-release

Enhancements:

  • Updated role attribute on [nav-item]s to role="presentation" when the surrounding nav represents a dynamic tabbed interface
  • Added aria-label to [nav] shortcode output when semantic <nav> element is in use
  • Upgraded packages

v0.7.0

12 May 13:49
Compare
Choose a tag to compare
v0.7.0 Pre-release
Pre-release

Bug Fixes:

  • Removed custom logic that inserted Athena float/alignment classes on <img> tags inserted via the Media Library in favor of using vanilla WordPress alignment classes (alignleft, aligncenter, alignright, alignnone). This update ensures that alignment changes made after the image is inserted in the post content are consistent with what's displayed on the site frontend, and fixes buggy behavior when using image/text alignment buttons in TinyMCE.

    In order to support this change, this update also adds custom styles to TinyMCE's stylesheet and inline styles on the frontend to ensure vanilla WP alignment classes take precedence over Athena alignment classes when both are present on an element.

    We recommend testing this update in a QA environment before upgrading in production to ensure alignment of existing images still works as expected. You may need to force-update alignment of some images after upgrading to this version.