Changeset 3153416
- Timestamp:
- 09/17/2024 02:23:32 PM (18 months ago)
- Location:
- authorsy/trunk
- Files:
-
- 2 edited
-
authorsy.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
authorsy/trunk/authorsy.php
r3082030 r3153416 5 5 * Plugin URI: https://themeplugs.com/ 6 6 * Description: Author box and bio link for WordPress. 7 * Version: 1.0. 17 * Version: 1.0.2 8 8 * Requires at least: 5.2 9 9 * Requires PHP: 7.3 … … 54 54 */ 55 55 public static function get_version() { 56 return '1.0. 1';56 return '1.0.2'; 57 57 } 58 58 -
authorsy/trunk/readme.txt
r3082030 r3153416 3 3 Tags: author box, Post Rating, author bio,Multiple author, guest author 4 4 Requires at least: 5.2 5 Tested up to: 6. 56 Stable tag: 1.0. 15 Tested up to: 6.6 6 Stable tag: 1.0.2 7 7 Requires PHP: 7.3 8 8 License: GPLv2 or later … … 78 78 79 79 == Changelog == 80 80 = 1.0.2= 81 - WP 6.6 Compatible 82 81 83 = 1.0.1= 82 84 - WP 6.5 Compatible
Note: See TracChangeset
for help on using the changeset viewer.