Releases: UCF/Online-Child-Theme
Releases · UCF/Online-Child-Theme
v1.1.1
v1.1.0
Enhancements:
- Created two new layouts for the UCF Post List Shortcode plugin:
- List: Lists post list items as
<a
tags in rows/columns. The<a
tag classes are customizable with custom shortcode attributes - Select - Inputs post list items into a select element in a form that is updated upon item selection. When the user clicks the submit button they will be taken to that post's URL. The label classes, label text, default option text and button text are customizable with custom shortcode attributes.
- List: Lists post list items as
- Rewrites the URL for posts assigned to the 'Resources' category to be under 'student-resources/', e.g. ".../online/student-resources/post-slug/"
Bug Fixes:
- Fixed the color of active, top-level links in the primary navbar when the current page corresponds to one of those links
v1.0.1
Bug fixes:
- Updated
online_program_types_terms_sorting()
to account for alternative result formats (besides just an array ofWP_Term
objects). - Fixed broken conditional logic on the custom Header Title Text field, which lets you override the page title text in the h1. Previously, it would not display, even if the "Header Content - Type of Content" field was set to "default".
- Fixed sass lint issues
Enhancements:
- Made resident and nonresident tuition fields editable; allows for custom overriding of resident and nonresident tuition values with in-progress updates to the Degree CPT plugin and Tuition and Fees plugin.
- Updated this theme's unique navbar hover state overrides for compatibility with Athena Framework v1.0.4.
- Updated packages to latest versions
- Updated linter configs to use latest configurations from CM-Project-Templates
- Added aria-label/aria-labelledby attributes for navbars defined in this theme.