Plugin Directory

Changeset 3118801


Ignore:
Timestamp:
07/16/2024 02:16:48 AM (17 months ago)
Author:
pbiron
Message:

fix stable version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • show-environment-in-admin-bar/tags/1.2.1/plugin.php

    r3118799 r3118801  
    55 * Description: Add an indication to the Admin Bar of the environment WordPress is running in (e.g., Prod, Staging, QA, Dev, etc)
    66 * Plugin URI: https://github.com/pbiron/shc-show-env
    7  * Version: 1.2
     7 * Version: 1.2.1
    88 * Author: Paul V. Biron/Sparrow Hawk Computing
    99 * Author URI: http://sparrowhawkcomputing.com
     
    3838     *
    3939     * @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';
    4445
    4546    /**
Note: See TracChangeset for help on using the changeset viewer.