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. */