diff --git a/assets.php b/assets.php index 3f1553c..0e34bbd 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.4.2 + * Version: 1.4.4 * Author: StellarWP * Author URI: https://stellarwp.com */ diff --git a/src/Assets/Asset.php b/src/Assets/Asset.php index 175e0bf..874256c 100644 --- a/src/Assets/Asset.php +++ b/src/Assets/Asset.php @@ -289,7 +289,7 @@ class Asset { * This flag will be raised when the asset is added to a group path * and lowered when it's removed from it. * - * @since TBD + * @since 1.4.3 * * @var bool */ @@ -1175,7 +1175,7 @@ public function in_header() { * Set the asset type. * * @since 1.0.0 - * @since TBD - For css files, we dont want to use asset file for dependencies by default. + * @since 1.4.4 - For css files, we dont want to use asset file for dependencies by default. */ protected function infer_type() { if ( substr( $this->file, -3, 3 ) === '.js' ) { @@ -1534,7 +1534,7 @@ public function set_action( string $action ) { /** * Set the asset file path for the asset. * - * @since TBD + * @since 1.3.0 * * @param string $path The partial path to the asset. *