From 93d6409767e629e6b236c729292a845be2322b12 Mon Sep 17 00:00:00 2001 From: Tanner Record Date: Fri, 13 Sep 2024 14:09:52 -0400 Subject: [PATCH] Update TBD's to 2.2.0 --- src/Uplink/Resources/Resource.php | 8 ++++---- src/views/admin/fields/field.php | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Uplink/Resources/Resource.php b/src/Uplink/Resources/Resource.php index 0c5e9fb0..11580c3e 100644 --- a/src/Uplink/Resources/Resource.php +++ b/src/Uplink/Resources/Resource.php @@ -26,7 +26,7 @@ abstract class Resource { /** * Whether the resource requires OAuth. * - * @since TBD + * @since 2.2.0 * * @var int */ @@ -35,7 +35,7 @@ abstract class Resource { /** * Whether the resource requires a license key for OAuth. * - * @since TBD + * @since 2.2.0 * * @var int */ @@ -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 */ @@ -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. */ diff --git a/src/views/admin/fields/field.php b/src/views/admin/fields/field.php index 4eda4190..7ee212c4 100644 --- a/src/views/admin/fields/field.php +++ b/src/views/admin/fields/field.php @@ -45,7 +45,7 @@ class="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. */