Skip to content

v0.2.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@cjg89 cjg89 released this 26 Oct 14:16
· 313 commits to master since this release

Bug fixes:

  • Added rule to globally hide empty <p> tags to prevent undesirable post content formatting
  • Fixed Sass linter warning in src/scss/_person.scss
  • Updated 'modern' Academic Calendar layout to respect empty 'title' attr
  • Fixed issue where the UCF WP Theme's enqueued css's version number would include the child theme's version number at the end of the stylesheet url, instead of the UCF WP Theme version number, if used as a parent theme
  • Added ellipses to Person email addresses when displayed in the 'people' UCF Post List layout to prevent overflow
  • Removed invalid alt text on Person thumbnails when displayed in the 'people' UCF Post List layout

Enhancements:

  • Updated site title in primary nav to be wrapped in a <h1> on the homepage; updated header markup functions to use a <h2> for the main page heading on the homepage
  • Made person-related functions in this theme pluggable

Other:

  • Bumped WP and PHP installation required versions