Skip to content

Commit

Permalink
bumping version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dpanta94 committed Oct 22, 2024
1 parent c85b44d commit d64fbea
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.2.9
* Version: 1.4.0
* Author: StellarWP
* Author URI: https://stellarwp.com
*/
2 changes: 1 addition & 1 deletion src/Assets/Asset.php
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ public function __construct( string $slug, string $file, string $version = null,
/**
* Adds the asset to a group path.
*
* @since TBD
* @since 1.4.0
*
* @return static
*/
Expand Down
8 changes: 4 additions & 4 deletions src/Assets/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public static function get_hook_prefix(): string {
/**
* Gets the root path of a group.
*
* @since TBD
* @since 1.4.0
*
* @return string
*/
Expand All @@ -61,7 +61,7 @@ public static function get_path_of_group_path( string $group ): string {
/**
* Gets the relative path of a group.
*
* @since TBD
* @since 1.4.0
*
* @return string
*/
Expand All @@ -72,7 +72,7 @@ public static function get_relative_path_of_group_path( string $group ): string
/**
* Adds a group path.
*
* @since TBD
* @since 1.4.0
*
* @throws RuntimeException If the root or relative path is not specified.
*
Expand Down Expand Up @@ -195,7 +195,7 @@ public static function set_version( string $version ) {
/**
* Normalizes a path.
*
* @since TBD
* @since 1.4.0
*
* @param string $path The path to normalize.
*
Expand Down

0 comments on commit d64fbea

Please sign in to comment.