Skip to content

Commit

Permalink
Merge pull request #86 from stellarwp/chore/2.2.0-version-bump
Browse files Browse the repository at this point in the history
Version bump for 2.2.0
  • Loading branch information
tarecord committed Sep 13, 2024
2 parents 3c1fa91 + 93d6409 commit de339bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/Uplink/Resources/Resource.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ abstract class Resource {
/**
* Whether the resource requires OAuth.
*
* @since TBD
* @since 2.2.0
*
* @var int
*/
Expand All @@ -35,7 +35,7 @@ abstract class Resource {
/**
* Whether the resource requires a license key for OAuth.
*
* @since TBD
* @since 2.2.0
*
* @var int
*/
Expand Down Expand Up @@ -135,7 +135,7 @@ abstract class Resource {
* Is the plugin using OAuth?
*
* @since 2.0.0
* @since TBD Changed to int.
* @since 2.2.0 Changed to int.
*
* @var int
*/
Expand Down Expand Up @@ -193,7 +193,7 @@ public function is_using_oauth(): bool {
/**
* Returns whether the resource requires a license key for OAuth.
*
* @since TBD
* @since 2.2.0
*
* @return bool Whether the resource requires a license key for OAuth.
*/
Expand Down
2 changes: 1 addition & 1 deletion src/views/admin/fields/field.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class="<?php echo esc_attr( $field->get_classes() ); ?>"
/**
* Fires before the license key input is printed on the page.
*
* @since TBD
* @since 2.2.0
*
* @param string $slug The slug of the field.
*/
Expand Down

0 comments on commit de339bf

Please sign in to comment.