diff --git a/includes/class-freemius.php b/includes/class-freemius.php index 5ee9bc99..f7d86281 100755 --- a/includes/class-freemius.php +++ b/includes/class-freemius.php @@ -17209,6 +17209,10 @@ function opt_in( $params['is_extensions_tracking_allowed'] = FS_Permission_Manager::instance( $this )->is_extensions_tracking_allowed(); $params['is_diagnostic_tracking_allowed'] = FS_Permission_Manager::instance( $this )->is_diagnostic_tracking_allowed(); + // We want to allow people activating license on unpublished plugins if they are using a license key + if ( ! empty($license_key)) + $params['show_pending'] = true; + $request = array( 'method' => 'POST', 'body' => $params, diff --git a/templates/add-ons.php b/templates/add-ons.php index d4078f0c..a924f335 100755 --- a/templates/add-ons.php +++ b/templates/add-ons.php @@ -50,7 +50,28 @@ do_action( 'addons/after_title' ) ?> -
WP_FS__DEV_MODE
, but no secret key is defined for this plugin. As a result, add-ons that are not publicly released yet, or that do not have publicly visible pricing, will not appear in the list below.
+ To configure your development environment properly, add the %s
constant to your wp-config.php, then reload this page.
+ %s