Plugin Directory

Changeset 2696483


Ignore:
Timestamp:
03/19/2022 07:33:47 PM (4 years ago)
Author:
damchtlv
Message:

Plugin Tags 1.2.2 released from GitHub

Location:
plugin-tags
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • plugin-tags/tags/1.2.2/plugin-tags.php

    r2696482 r2696483  
    33 * Plugin Name:         Plugin Tags
    44 * Description:         Add tags to the plugins list view to quickly note which does what.
    5  * Version:             1.0
     5 * Version:             1.2.2
    66 * Tags:                plugin tags, plugin notes, plugin keywords, plugin management
    77 * Author:              DamChtlv
     
    2929         * @var string
    3030         */
    31         public $version = '1.0';
     31        public $version = '1.2.2';
    3232
    3333        // Constructor
  • plugin-tags/tags/1.2.2/readme.txt

    r2696482 r2696483  
    55Tested up to: 5.8
    66Requires PHP: 5.6
    7 Stable tag: 1.0
     7Stable tag: 1.2.2
    88License: GPL v2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • plugin-tags/trunk/plugin-tags.php

    r2696482 r2696483  
    33 * Plugin Name:         Plugin Tags
    44 * Description:         Add tags to the plugins list view to quickly note which does what.
    5  * Version:             1.0
     5 * Version:             1.2.2
    66 * Tags:                plugin tags, plugin notes, plugin keywords, plugin management
    77 * Author:              DamChtlv
     
    2929         * @var string
    3030         */
    31         public $version = '1.0';
     31        public $version = '1.2.2';
    3232
    3333        // Constructor
  • plugin-tags/trunk/readme.txt

    r2696482 r2696483  
    55Tested up to: 5.8
    66Requires PHP: 5.6
    7 Stable tag: 1.0
     7Stable tag: 1.2.2
    88License: GPL v2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.