diff --git a/CHANGELOG.md b/CHANGELOG.md index d07b837..1f0a0b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## v0.5.0 + +- Support enqueuing scripts in the page `` by passing `'in-footer' => false` in options array. +- Introduce `get_active_manifest()` function to return the first available manifest in a list. + ## v0.4.1 - Fix bug where admin namespace was not loaded. diff --git a/asset-loader.php b/asset-loader.php index 35412cc..8c50e17 100644 --- a/asset-loader.php +++ b/asset-loader.php @@ -13,7 +13,7 @@ * Plugin Name: Asset Loader * Plugin URI: https://github.com/humanmade/asset-loader * Description: Utilities to seamlessly consume Webpack-bundled assets in WordPress themes & plugins. - * Version: 0.4.1 + * Version: 0.5.0 * Author: K Adam White * Author URI: http://kadamwhite.com * License: GPL-2.0+