Releases: alleyinteractive/wp-asset-manager
Releases · alleyinteractive/wp-asset-manager
v1.3.1
What's Changed
- Check for array key before using by @srtfisher in #47
Full Changelog: v1.3.0...v1.3.1
v1.3.0
What's Changed
- Use
am_view_asset_error
meta capability to determine whether to display error messages related to asset enqueuing.am_view_asset_error
is mapped tomanage_options
by default. by @dlh01, @mslinnea in #46
New Contributors
Full Changelog: v1.2.0...v1.3.0
v1.2.0
v1.1.2
v1.1.0
v1.0.0
v0.1.3
v0.1.2
v0.1.1
Added
- Supports
include_any
in thecondition
parameter for matching any condition (#10, #19) - Adds
am_preload
for preloading assets of any supported type (#16) - Improves overall plugin documentation
Changed
- Uses the print media swap method for async-loaded styles, based on Filament Group's The Simplest Way to Load CSS Asynchronously (#13)
Fixed
- Includes the
media
attribute only ifmedia
exists (#7) - Uses self-closing link tags (#7)
- Ensures
in_footer
is set (#8) - Corrects an issue where
loadCSS
was being output for load_methods other than defer (3510e8c)
Removed
am_enqueue_style
withload_method => preload
is no longer supported. For backward compatibility this configuration will patch in a call toam_preload
and alsosync
enqueue the asset (127acbc)- The
loadCSS
preload polyfill is removed since it is no longer supported (5d820d9)
Initial Release
Merge pull request #2 from alleyinteractive/readme-updates Add basic README content