33 * The enqueue scripts interface.
44 *
55 * @link https://www.kotisivu.dev
6- * @since 0.1.3
6+ * @since 0.2.0
77 *
88 * @package Gutenberg_Native_Ai
99 */
1313/**
1414 * The enqueue scripts interface.
1515 *
16- * @since 0.1.3
16+ * @since 0.2.0
1717 * @package Gutenberg_Native_Ai
1818 * @author Heikki Vihersalo <heikki@vihersalo.fi>
1919 */
2020interface ScriptsInterface {
2121 /**
2222 * The name of the localized object
2323 *
24- * @since 0.1.3
24+ * @since 0.2.0
2525 * @access protected
2626 * @var string LOCALIZED_OBJECT_NAME The name of the localized object
2727 */
@@ -30,7 +30,7 @@ interface ScriptsInterface {
3030 /**
3131 * Check if the plugin's assets exist and display a notice if they don't
3232 *
33- * @since 0.1.3
33+ * @since 0.2.0
3434 * @access public
3535 * @param string $path The path to the asset
3636 * @return bool
@@ -40,7 +40,7 @@ public function asset_exists( string $path, string $type = '' ): bool;
4040 /**
4141 * Register the stylesheets for the plugin.
4242 *
43- * @since 0.1.3
43+ * @since 0.2.0
4444 * @access public
4545 * @param string $asset_path The path to the asset
4646 * @param string $style_url The URL to the stylesheet
@@ -52,7 +52,7 @@ public function enqueue_style( string $asset_path, string $style_url, string $ha
5252 /**
5353 * Register the scripts for the plugin.
5454 *
55- * @since 0.1.3
55+ * @since 0.2.0
5656 * @access public
5757 * @param string $asset_path The path to the asset
5858 * @param string $script_url The URL to the script
@@ -64,7 +64,7 @@ public function enqueue_script( string $asset_path, string $script_url, string $
6464 /**
6565 * Run the editor scripts and styles
6666 *
67- * @since 0.1.3
67+ * @since 0.2.0
6868 * @access public
6969 * @param string $hook The current admin page
7070 * @return void
0 commit comments