Changeset 2155757
- Timestamp:
- 09/12/2019 07:50:18 PM (6 years ago)
- Location:
- badges/trunk
- Files:
-
- 2 edited
-
DisplayBadges.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
badges/trunk/DisplayBadges.php
r1998256 r2155757 2 2 /* 3 3 Plugin Name: Display Badges 4 Plugin URI: http ://blog.damn.org.za/widgets/4 Plugin URI: https://damn.org.za/widgets/ 5 5 Description: Display a set of Badges (named XXFoo.inc) within the widget 6 6 Author: Eugéne Roux 7 7 Version: 2.4.1 8 Author URI: http ://damn.org.za/8 Author URI: https://damn.org.za/ 9 9 */ 10 10 -
badges/trunk/readme.txt
r1998256 r2155757 4 4 Tags: books, read, reading, 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 … … 82 82 == Changelog == 83 83 84 = 1.0=84 = 2.3 = 85 85 86 * Initial Public Release 86 * Give groupings of badges a different class than badges 87 88 = 2.2 = 89 90 * Moved to a '<div>' based layout instead of using Lists 91 * Split Boxing and Padding into two separate options 92 93 = 2.1 = 94 95 * Fixed the HTML generated to be cleaner and identify the badge class better 96 * Simplified the examples slightly 87 97 88 98 = 2.0 = … … 91 101 * Added (better) examples to the documentation 92 102 93 = 2.1=103 = 1.0 = 94 104 95 * Fixed the HTML generated to be cleaner and identify the badge class better 96 * Simplified the examples slightly 97 98 = 2.2 = 99 100 * Moved to a '<div>' based layout instead of using Lists 101 * Split Boxing and Padding into two separate options 102 103 = 2.3 = 104 105 * Give groupings of badges a different class than badges 106 105 * Initial Public Release
Note: See TracChangeset
for help on using the changeset viewer.