v0.2.5
Pre-release
Pre-release
Enhancements:
- Theme mod retrieval updates:
- Updated theme mod retrieval functions to allow other defaults sets to be referenced (for child themes and their own customizer settings)
- Simplified
ucfwp_get_theme_mod_or_default()
by utilizingget_theme_mod()
's$default
param.
- Media background display overrides:
- Added hooks for specifying a
data-object-position
attribute value on media headers. Allows child themes to provide polyfilled media backgroundobject-position
s to re-position header images/videos as screen sizes expand or contract. - Made
ucfwp_get_media_background_picture()
anducfwp_get_media_background_video()
pluggable. - Added hook that allows
ucfwp_get_media_background_picture_srcs()
's returned value to be modified.
- Added hooks for specifying a
- Updated included jQuery script to be enqueued earlier to help ensure it has loaded for dependent plugins that don't explicitly define it as a dependency
- Updates the Athena Framework, Babel, and other packages to their latest versions.