Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
dpanta94 committed Jan 10, 2025
1 parent 303583b commit 986c5e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion assets.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
6 changes: 3 additions & 3 deletions src/Assets/Asset.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down Expand Up @@ -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' ) {
Expand Down Expand Up @@ -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.
*
Expand Down

0 comments on commit 986c5e2

Please sign in to comment.