Release 0.1.3 — relicense from Apache-2.0 to Proprietary
Reverts the earlier Apache-2.0 change in favour of a proprietary licence matching the other internal ATT plugins (att-consent). Grants use only to authorised sites; all other rights reserved. MIT carve-out preserved for vendored PUC.
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
/**
|
||||
* Plugin Name: ATT Site Healthcheck
|
||||
* Description: Walks a technician through a structured WordPress site healthcheck. Steps are drop-in PHP files so adding/removing one is a single file change.
|
||||
* Version: 0.1.2
|
||||
* Version: 0.1.3
|
||||
* Author: Steve Hanlon
|
||||
* License: Apache-2.0
|
||||
* License URI: https://www.apache.org/licenses/LICENSE-2.0
|
||||
* License: Proprietary
|
||||
* License URI: https://git.h12e.com/steve/wp-healthcheck/raw/branch/main/LICENSE
|
||||
* Requires PHP: 7.4
|
||||
*
|
||||
* Internal/agency tool — not distributed via WP.org. See beads decision hc-5ix.26.
|
||||
@@ -15,7 +15,7 @@ if (!defined('ABSPATH')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
define('ATT_HC_VERSION', '0.1.2');
|
||||
define('ATT_HC_VERSION', '0.1.3');
|
||||
define('ATT_HC_PLUGIN_FILE', __FILE__);
|
||||
define('ATT_HC_PLUGIN_DIR', plugin_dir_path(__FILE__));
|
||||
define('ATT_HC_PLUGIN_URL', plugin_dir_url(__FILE__));
|
||||
|
||||
Reference in New Issue
Block a user