Changeset 1031020
- Timestamp:
- 11/23/2014 04:46:21 AM (11 years ago)
- Location:
- factoid/trunk
- Files:
-
- 2 edited
-
factoid.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
factoid/trunk/factoid.php
r1031014 r1031020 5 5 Plugin URI: http://www.october.com.au/soft/factoid.htm 6 6 Description: Place random quotes or facts on your site through shortcodes or widgets 7 Version: 1.1 7 Version: 1.11 8 8 Author: Craig Delahoy 9 9 Author URI: http://www.october.com.au … … 22 22 class WP_octo_factoid 23 23 { 24 public $version = 11 0; # also update in text above24 public $version = 111; # also update in text above 25 25 public $product = "FD01"; 26 26 -
factoid/trunk/readme.txt
r1031007 r1031020 28 28 == Changelog == 29 29 30 = 1.11 = 31 * Minor bug fix 32 30 33 = 1.1 = 31 34 * Added three new display styles
Note: See TracChangeset
for help on using the changeset viewer.