v1.4.0
·
23 commits
to production-built
since this release
Fixed
- Added proper types for helper functions that support array in the first argument.
Asset_Manager_Preload::set_asset_types()should return an empty array if no valid arguments are passed.
Changed
- Migrates code into the
Alley\WP\Asset_Managernamespace. Legacy classes such
asAsset_Manager_ScriptsandAsset_Manager_Stylesare aliased to their new
namespace for backward compatibility. Helper functions are left un-namespaced. - Adds a dependency on Composer autoloader. For submodules, you can track the
production-builtbranch of the plugin or any tagged release (which will be
built) to include the dependencies.
Full Changelog: v1.3.7...v1.4.0