Skip to content

v0.2.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@cjg89 cjg89 released this 03 Dec 21:50
· 296 commits to master since this 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 utilizing get_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 background object-positions to re-position header images/videos as screen sizes expand or contract.
    • Made ucfwp_get_media_background_picture() and ucfwp_get_media_background_video() pluggable.
    • Added hook that allows ucfwp_get_media_background_picture_srcs()'s returned value to be modified.
  • 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.