Skip to content

Releases: UCF/UCF-Section-Plugin

v1.2.3

Choose a tag to compare

@jmbarne3 jmbarne3 released this 22 Mar 14:12
e2822ce

Enhancements:

  • Added composer file.

v1.2.2

Choose a tag to compare

@rjucf rjucf released this 28 Jul 14:04
0dbcc61

Bug Fixes:

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

v1.2.1

Choose a tag to compare

@cadie cadie released this 30 Aug 21:15

Bug fixes:

  • Reverts the 'Requires at least' version number

v1.2.0

Choose a tag to compare

@jmbarne3 jmbarne3 released this 03 Aug 17:35

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

Choose a tag to compare

@cjg89 cjg89 released this 21 May 19:03

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

Choose a tag to compare

@rjucf rjucf released this 09 Jul 18:08
7fe11e7
  • Updated npm packages
  • Fixed an issue where get_post_sections() throws notice
  • Added responsive images with wp_make_content_images_responsive()

v1.1.1

Choose a tag to compare

@cadie cadie released this 19 Jun 14:32

Bug Fixes:

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

v1.1.0

Choose a tag to compare

@cadie cadie released this 16 Jun 13:36

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

Choose a tag to compare

@jmbarne3 jmbarne3 released this 21 Feb 15:02

Bug Fixes:

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

v1.0.14

Choose a tag to compare

@jmbarne3 jmbarne3 released this 18 Feb 20:16

Bug Fixes:

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