Skip to content

Releases: UCF/UCF-Section-Plugin

v1.2.3

22 Mar 14:12
e2822ce
Compare
Choose a tag to compare

Enhancements:

  • Added composer file.

v1.2.2

28 Jul 14:04
0dbcc61
Compare
Choose a tag to compare

Bug Fixes:

  • Fixed issue where CSS was not added to college post type.

v1.2.1

30 Aug 21:15
Compare
Choose a tag to compare

Bug fixes:

  • Reverts the 'Requires at least' version number

v1.2.0

03 Aug 17:35
Compare
Choose a tag to compare

Bug Fixes:

  • Replaces wp_make_content_images_responsive with wp_filter_content_tags, which was introduced in WP 5.5.
  • Keeps call to the old function if the new one doesn't exist for backwards compatibility.

v1.1.3

21 May 19:03
Compare
Choose a tag to compare

Enhancements:

  • Modified filtering options for files that are selectable from the media library modal when choosing a CSS or JS file for a page/post. Both CSS and JS will now be filtered by their respective file extensions by default (to filter out other files with the text/plain type), CSS filtering now includes the text/plain type, and JS filtering now includes the text/javascript type.
  • Updated packages.

v1.1.2

09 Jul 18:08
7fe11e7
Compare
Choose a tag to compare
  • Updated npm packages
  • Fixed an issue where get_post_sections() throws notice
  • Added responsive images with wp_make_content_images_responsive()

v1.1.1

19 Jun 14:32
Compare
Choose a tag to compare

Bug Fixes:

  • Ensure that styles and scripts are loaded when using random_from_tag shortcode attribute

v1.1.0

16 Jun 13:36
Compare
Choose a tag to compare

Enhancements:

  • Added random_from_tag shortcode attribute and logic that enables a random section to be displayed from the given tag slug
  • Upgraded packages and gulpfile
  • Added linter configs, Github issue/PR templates, and CONTRIBUTING doc to repo

v1.0.15

21 Feb 15:02
Compare
Choose a tag to compare

Bug Fixes:

  • Updated logic and provided an additional help function for processing sections in content outside of the main post_content

v1.0.14

18 Feb 20:16
Compare
Choose a tag to compare

Bug Fixes:

  • Added null check to suppress a warning that was bring thrown.
  • Added logic to handle non-content sections.