Skip to content

Commit

Permalink
chore: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
imnavanath committed Jul 11, 2023
1 parent 584a39f commit 1a12d2c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions includes/class-bsf-custom-fonts-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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.
*/
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion includes/helper-functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion includes/plugin-update/class-custom-fonts-update.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1a12d2c

Please sign in to comment.