Changeset 2696483
- Timestamp:
- 03/19/2022 07:33:47 PM (4 years ago)
- Location:
- plugin-tags
- Files:
-
- 4 edited
- 1 copied
-
tags/1.2.2 (copied) (copied from plugin-tags/trunk)
-
tags/1.2.2/plugin-tags.php (modified) (2 diffs)
-
tags/1.2.2/readme.txt (modified) (1 diff)
-
trunk/plugin-tags.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
plugin-tags/tags/1.2.2/plugin-tags.php
r2696482 r2696483 3 3 * Plugin Name: Plugin Tags 4 4 * Description: Add tags to the plugins list view to quickly note which does what. 5 * Version: 1. 05 * Version: 1.2.2 6 6 * Tags: plugin tags, plugin notes, plugin keywords, plugin management 7 7 * Author: DamChtlv … … 29 29 * @var string 30 30 */ 31 public $version = '1. 0';31 public $version = '1.2.2'; 32 32 33 33 // Constructor -
plugin-tags/tags/1.2.2/readme.txt
r2696482 r2696483 5 5 Tested up to: 5.8 6 6 Requires PHP: 5.6 7 Stable tag: 1. 07 Stable tag: 1.2.2 8 8 License: GPL v2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
plugin-tags/trunk/plugin-tags.php
r2696482 r2696483 3 3 * Plugin Name: Plugin Tags 4 4 * Description: Add tags to the plugins list view to quickly note which does what. 5 * Version: 1. 05 * Version: 1.2.2 6 6 * Tags: plugin tags, plugin notes, plugin keywords, plugin management 7 7 * Author: DamChtlv … … 29 29 * @var string 30 30 */ 31 public $version = '1. 0';31 public $version = '1.2.2'; 32 32 33 33 // Constructor -
plugin-tags/trunk/readme.txt
r2696482 r2696483 5 5 Tested up to: 5.8 6 6 Requires PHP: 5.6 7 Stable tag: 1. 07 Stable tag: 1.2.2 8 8 License: GPL v2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.