Releases: UCF/UCF-Section-Plugin
Releases · UCF/UCF-Section-Plugin
v1.2.2
Bug Fixes:
- Fixed issue where CSS was not added to college post type.
v1.2.1
Bug fixes:
- Reverts the 'Requires at least' version number
v1.2.0
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
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
- Updated npm packages
- Fixed an issue where get_post_sections() throws notice
- Added responsive images with wp_make_content_images_responsive()
v1.1.1
Bug Fixes:
- Ensure that styles and scripts are loaded when using
random_from_tag
shortcode attribute
v1.1.0
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
Bug Fixes:
- Updated logic and provided an additional help function for processing sections in content outside of the main post_content
v1.0.14
Bug Fixes:
- Added null check to suppress a warning that was bring thrown.
- Added logic to handle non-content sections.