Changeset 2155756
- Timestamp:
- 09/12/2019 07:48:13 PM (6 years ago)
- Location:
- badge/trunk
- Files:
-
- 2 edited
-
DisplayBadge.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
badge/trunk/DisplayBadge.php
r1998258 r2155756 2 2 /* 3 3 Plugin Name: Display Badge 4 Plugin URI: http ://blog.damn.org.za/widgets/4 Plugin URI: https://damn.org.za/widgets/ 5 5 Description: Individual Badge Version of DisplayBadges 6 6 Author: Eugéne Roux 7 Version: 1. 48 Author URI: http ://damn.org.za/7 Version: 1.5 8 Author URI: https://damn.org.za/ 9 9 */ 10 10 … … 166 166 // 167 167 add_action('widgets_init', create_function('', 'return register_widget( "DisplayBadge" );')); 168 -
badge/trunk/readme.txt
r1998258 r2155756 4 4 Tags: snippets, badges, admin, administration, jadb 5 5 Requires at least: 2.8 6 Tested up to: 5. 16 Tested up to: 5.2.3 7 7 Stable tag: trunk 8 8 … … 65 65 == Changelog == 66 66 67 = 1. 0=67 = 1.5 = 68 68 69 * Initial Public Release 69 * Very minor update to update the links to my blog 70 * Tested up to WordPress 5.2.3 70 71 71 72 = 1.1 = 72 73 73 74 * Minor update to add an "id" selector to the displayed badges 75 76 = 1.0 = 77 78 * Initial Public Release
Note: See TracChangeset
for help on using the changeset viewer.