diff --git a/includes/class-bsf-custom-fonts-admin.php b/includes/class-bsf-custom-fonts-admin.php index 4488ee90..4e67f731 100644 --- a/includes/class-bsf-custom-fonts-admin.php +++ b/includes/class-bsf-custom-fonts-admin.php @@ -36,7 +36,7 @@ class Bsf_Custom_Fonts_Admin { /** * Edit repeater field initial count * - * @since x.x.x + * @since 1.0.0 * @var (string) $edit_repeater_field_count */ protected static $edit_repeater_field_count = 0; @@ -249,7 +249,7 @@ public function edit_new_taxonomy_default_data( $term ) { /** * Edit Taxonomy data * - * @since x.x.x + * @since 1.0.0 * @param string $key Font array repeater fields key. * @param string $value Font array repeater fields value. */ @@ -313,7 +313,7 @@ public function edit_taxonomy_repeater_data( $key, $value ) { /** * Add font fallback field * - * @since x.x.x + * @since 1.0.0 * @param int $id current term id. * @param string $title font type title. * @param string $description title font type description. @@ -378,7 +378,7 @@ protected function select_default_new_field( $id, $title, $description, $select_ /** * Select default repeater edit field. * - * @since x.x.x + * @since 1.0.0 * * @param string $id Id of the field. * @param string $title Title of the field. @@ -488,7 +488,7 @@ protected function font_edit_field( $id, $title, $description, $value = '' ) { /** * Add Taxonomy data field * - * @since x.x.x + * @since 1.0.0 * @param int $id current term id. * @param string $title font type title. * @param string $description title font type description. diff --git a/includes/helper-functions.php b/includes/helper-functions.php index 39824714..6842d680 100644 --- a/includes/helper-functions.php +++ b/includes/helper-functions.php @@ -139,7 +139,7 @@ function bcf_prepare_backward_font_data( $font ) { * @param array $font_meta_data Meta font data. * * @return array Passed Font meta data. - * @since x.x.x + * @since 2.0.2 */ function bcf_make_font_url_meta_as_array( $font_meta_data ) { $variation_data = ! empty( $font_meta_data['variations'] ) ? $font_meta_data['variations'] : array(); diff --git a/includes/plugin-update/class-custom-fonts-update.php b/includes/plugin-update/class-custom-fonts-update.php index 91c04b59..b005fd3e 100644 --- a/includes/plugin-update/class-custom-fonts-update.php +++ b/includes/plugin-update/class-custom-fonts-update.php @@ -150,7 +150,7 @@ public function v_1_3_0() { * 2. v1.3.7 <> v2.0.2 * 3. v2.0.0 <> v2.0.2 && v2.0.1 <> v2.0.2 * - * @since x.x.x + * @since 2.0.2 */ public function v_2_0_2() { $is_already_migrated_2_0_2 = get_option( 'bcf_custom_fonts_2_0_2_migration', false ); // Check if already migrated.