diff --git a/assets.php b/assets.php index 7ea1071..9dfb619 100644 --- a/assets.php +++ b/assets.php @@ -2,7 +2,7 @@ /** * Plugin Name: Assets * Description: Asset library with a plugin bootstrap file for automated testing. - * Version: 1.2.5 + * Version: 1.2.6 * Author: StellarWP * Author URI: https://stellarwp.com */ diff --git a/src/Assets/Assets.php b/src/Assets/Assets.php index 4b64e0c..4029798 100755 --- a/src/Assets/Assets.php +++ b/src/Assets/Assets.php @@ -460,7 +460,7 @@ public function filter_tag_async_defer( $tag, $handle ) { * Filters the Script tags to attach type=module based on the rules we set in our Asset class. * * @since 1.0.0 - * @since TBD + * @since 1.2.6 * * @param string $tag Tag we are filtering. * @param string $handle Which is the ID/Handle of the tag we are about to print.