Plugin Directory

Changeset 3437169


Ignore:
Timestamp:
01/11/2026 05:40:50 PM (3 months ago)
Author:
bsolveit
Message:

Version 1.0.7 - Add Plugin URI for View details link

Location:
365i-environment-indicator/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • 365i-environment-indicator/trunk/environment-indicator.php

    r3437163 r3437169  
    22/**
    33 * Plugin Name: 365i Environment Indicator
     4 * Plugin URI: https://wordpress.org/plugins/365i-environment-indicator/
    45 * Description: Displays a prominent admin bar label for the current environment: DEV, STAGING, or LIVE.
    5  * Version: 1.0.6
     6 * Version: 1.0.7
    67 * Author: Mark McNeece
    78 * Author URI: https://www.365i.co.uk/author/mark-mcneece/
     
    1617}
    1718
    18 define( 'I365EI_VERSION', '1.0.6' );
     19define( 'I365EI_VERSION', '1.0.7' );
    1920define( 'I365EI_PLUGIN_FILE', __FILE__ );
    2021define( 'I365EI_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
  • 365i-environment-indicator/trunk/readme.txt

    r3437163 r3437169  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 1.0.6
     7Stable tag: 1.0.7
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    142142
    143143== 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
    144148
    145149= 1.0.6 =
     
    194198== Upgrade Notice ==
    195199
     200= 1.0.7 =
     201Added Plugin URI for proper WordPress.org integration. "View details" link now works.
     202
    196203= 1.0.6 =
    197204WordPress.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.