Changeset 3118801
- Timestamp:
- 07/16/2024 02:16:48 AM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
show-environment-in-admin-bar/tags/1.2.1/plugin.php
r3118799 r3118801 5 5 * Description: Add an indication to the Admin Bar of the environment WordPress is running in (e.g., Prod, Staging, QA, Dev, etc) 6 6 * Plugin URI: https://github.com/pbiron/shc-show-env 7 * Version: 1.2 7 * Version: 1.2.1 8 8 * Author: Paul V. Biron/Sparrow Hawk Computing 9 9 * Author URI: http://sparrowhawkcomputing.com … … 38 38 * 39 39 * @since 1.1 40 * 41 * @var number 42 */ 43 const version = 1.2; 40 * @since 1.2.1 type changed to string. 41 * 42 * @var string 43 */ 44 const version = '1.2.1'; 44 45 45 46 /**
Note: See TracChangeset
for help on using the changeset viewer.