Skip to content

Releases: UCF/Colleges-Theme

v1.0.5

20 Aug 19:25
Compare
Choose a tag to compare

Bug Fixes:

  • Updated THEME_URL constant to use the get_template_directory_uri function so that the parent theme is always referenced. Thank you @schrauger for submitting #41!
  • Updated the prefix on all constant names from THEME_ to COLLEGES_THEME_ to reduce the chance of conflicts with plugins.

Deprecation Notice
The following constants are deprecated and will be removed in 2 minor version (v1.2.0):

  • THEME_URL is now COLLEGES_THEME_URL
  • THEME_STATIC_URL is now COLLEGES_THEME_STATIC_URL
  • THEME_CSS_URL is now COLLEGES_THEME_CSS_URL
  • THEME_JS_URL is now COLLEGES_THEME_JS_URL
  • THEME_IMG_URL is now COLLEGES_THEME_IMG_URL
  • THEME_CUSTOMIZER_PREFIX is now COLLEGES_THEME_CUSTOMIZER_PREFIX
  • THEME_CUSTOMIZER_DEFAULTS is now COLLEGES_THEME_CUSTOMIZER_DEFAULTS

v1.0.4

10 Aug 14:04
Compare
Choose a tag to compare

Enhancements:

  • Added customizer option to re-enable built-in WordPress feeds
  • Updated readme

v1.0.3

30 Jul 19:28
Compare
Choose a tag to compare

Bug fixes:

  • Fixed issue with page_header_title meta not being applied properly on posts/pages.

Enhancements:

  • Added configuration step to readme to set a static homepage in Settings > Reading.

v1.0.2

17 May 19:37
Compare
Choose a tag to compare

Bug Fixes:

  • Improved how post/page/term titles are displayed to account for greater use cases, e.g. where a global $post object isn't set (archives, search, etc).
  • Removed unused header_title() function and hook into wp_title.
  • Updated get_person_thumbnail() to account for fallback thumbnail attachment IDs being returned instead of attachment urls.
  • Fixed undefined index notices in footer where social icons are displayed.
  • Removed unused person office hours fields.

Enhancements:

  • Added ability to customize or entirely remove the Biography heading above single person descriptions.
  • Added alignment class styles (.alignleft, .aligncenter, .alignright) for content created without the Athena Shortcodes plugin activated.
  • Upgraded npm packages/updated Athena version.
  • Removed unnecessary classes on media background picture sources; added playsinline attr to media background video elems.

v1.0.1

15 Nov 20:01
Compare
Choose a tag to compare

Enhancements/bugfixes:

  • Upgrades packages; updates Athena-Framework to latest beta, fixing media background video sizing issues.

v1.0.0

15 Nov 19:32
Compare
Choose a tag to compare

Initial stable release.

Enhancements:

  • Updated packages to latest versions.
  • Removed automatic <br> insertion in formatted site titles after "of" substrings
  • Added missing default favicon

v1.0.0-beta.2

17 Aug 18:23
Compare
Choose a tag to compare
v1.0.0-beta.2 Pre-release
Pre-release

Bugfixes:

  • Fixed an issue with homepage call-to-action buttons growing vertically on hover in IE, Edge

Other:

  • Upgraded node packages to latest versions and rebuilt css, js. Includes upgrade of Athena Framework to the latest beta version
  • Added navbar dropdown style updates for use against Athena updates

v1.0.0-beta.1

08 Aug 19:37
Compare
Choose a tag to compare
v1.0.0-beta.1 Pre-release
Pre-release

Enhancements:

  • Updated post list layout hooks to use filters instead of actions, adding support for UCF-Post-List-Shortcode v2.0.0 and dropping support for v1.0.0.

v1.0.0-beta

01 Aug 18:35
Compare
Choose a tag to compare
v1.0.0-beta Pre-release
Pre-release

Initial prerelease