Releases: UCF/Colleges-Theme
Releases · UCF/Colleges-Theme
v1.0.5
Bug Fixes:
- Updated
THEME_URL
constant to use theget_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_
toCOLLEGES_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 nowCOLLEGES_THEME_URL
THEME_STATIC_URL
is nowCOLLEGES_THEME_STATIC_URL
THEME_CSS_URL
is nowCOLLEGES_THEME_CSS_URL
THEME_JS_URL
is nowCOLLEGES_THEME_JS_URL
THEME_IMG_URL
is nowCOLLEGES_THEME_IMG_URL
THEME_CUSTOMIZER_PREFIX
is nowCOLLEGES_THEME_CUSTOMIZER_PREFIX
THEME_CUSTOMIZER_DEFAULTS
is nowCOLLEGES_THEME_CUSTOMIZER_DEFAULTS
v1.0.4
v1.0.3
v1.0.2
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 intowp_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
v1.0.0
v1.0.0-beta.2
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
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
Initial prerelease