diff --git a/admin/class-activation-redirect.php b/admin/class-activation-redirect.php index f057ebcbe..911a46f55 100644 --- a/admin/class-activation-redirect.php +++ b/admin/class-activation-redirect.php @@ -16,14 +16,14 @@ * * Handles redirecting to the welcome page after plugin activation. * - * @since 1.35.0 + * @since 1.36.0 */ class Activation_Redirect { /** * The page slug for the welcome page. * - * @since 1.35.0 + * @since 1.36.0 * @var string */ const WELCOME_PAGE_SLUG = 'accessibility_checker'; @@ -31,7 +31,7 @@ class Activation_Redirect { /** * Initialize the activation redirect. * - * @since 1.35.0 + * @since 1.36.0 */ public function init(): void { add_action( 'admin_init', [ $this, 'maybe_redirect_to_welcome' ] ); @@ -40,7 +40,7 @@ public function init(): void { /** * Get the welcome page URL. * - * @since 1.35.0 + * @since 1.36.0 * @return string The URL to the welcome page. */ public function get_welcome_page_url(): string { @@ -57,7 +57,7 @@ public function get_welcome_page_url(): string { * - We're not activating multiple plugins at once * - User has permission to access the welcome page * - * @since 1.35.0 + * @since 1.36.0 * @return void */ public function maybe_redirect_to_welcome(): void { diff --git a/package-lock.json b/package-lock.json index 94a23c73f..522f05367 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "accessibility-checker", - "version": "1.33.0", + "version": "1.36.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "accessibility-checker", - "version": "1.33.0", + "version": "1.36.0", "hasInstallScript": true, "license": "GPL-2.0+", "devDependencies": {