diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b6b160..e47a883 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Next +## v0.7.0 - Fix bug where passing an empty manifest to `enqueue_asset` or `register_asset` would fail with a TypeError. - **Breaking**: Minimum supported PHP version is now PHP 8.1. diff --git a/asset-loader.php b/asset-loader.php index 79214a8..060cc12 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.6.4 + * Version: 0.7.0 * Author: K Adam White * Author URI: http://kadamwhite.com * License: GPL-2.0+