Changeset 3437169
- Timestamp:
- 01/11/2026 05:40:50 PM (3 months ago)
- Location:
- 365i-environment-indicator/trunk
- Files:
-
- 2 edited
-
environment-indicator.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
365i-environment-indicator/trunk/environment-indicator.php
r3437163 r3437169 2 2 /** 3 3 * Plugin Name: 365i Environment Indicator 4 * Plugin URI: https://wordpress.org/plugins/365i-environment-indicator/ 4 5 * Description: Displays a prominent admin bar label for the current environment: DEV, STAGING, or LIVE. 5 * Version: 1.0. 66 * Version: 1.0.7 6 7 * Author: Mark McNeece 7 8 * Author URI: https://www.365i.co.uk/author/mark-mcneece/ … … 16 17 } 17 18 18 define( 'I365EI_VERSION', '1.0. 6' );19 define( 'I365EI_VERSION', '1.0.7' ); 19 20 define( 'I365EI_PLUGIN_FILE', __FILE__ ); 20 21 define( 'I365EI_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); -
365i-environment-indicator/trunk/readme.txt
r3437163 r3437169 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 1.0. 67 Stable tag: 1.0.7 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 142 142 143 143 == Changelog == 144 145 = 1.0.7 = 146 * Enhancement: Added Plugin URI header for WordPress.org integration 147 * Enhancement: "View details" link now works in Plugins admin screen 144 148 145 149 = 1.0.6 = … … 194 198 == Upgrade Notice == 195 199 200 = 1.0.7 = 201 Added Plugin URI for proper WordPress.org integration. "View details" link now works. 202 196 203 = 1.0.6 = 197 204 WordPress.org compliance: Updated function prefix to 4+ characters, improved file upload validation, enhanced CSS escaping, and better input sanitization.
Note: See TracChangeset
for help on using the changeset viewer.