From eae75b84899a6548f709acfe88272c5e1a67abb0 Mon Sep 17 00:00:00 2001 From: Swashata Ghosh <1623381+swashata@users.noreply.github.com> Date: Mon, 5 Jan 2026 14:26:05 +0530 Subject: [PATCH 1/9] [addon] [dev] Have a better DX when activating an add-on without releasing it (#842) --- start.php | 2 +- templates/account.php | 22 +++++++++++++++++----- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/start.php b/start.php index 73688982..f1534010 100644 --- a/start.php +++ b/start.php @@ -15,7 +15,7 @@ * * @var string */ - $this_sdk_version = '2.13.0'; + $this_sdk_version = '2.13.0.1'; #region SDK Selection Logic -------------------------------------------------------------------- diff --git a/templates/account.php b/templates/account.php index 89120022..777c22c6 100755 --- a/templates/account.php +++ b/templates/account.php @@ -252,6 +252,8 @@ $available_license_paid_plan = is_object( $available_license ) ? $fs->_get_plan_by_id( $available_license->plan_id ) : null; + + $is_dev_mode = ( defined( 'WP_FS__DEV_MODE' ) && WP_FS__DEV_MODE ); ?>