Changeset 442410
- Timestamp:
- 09/23/2011 01:56:52 AM (15 years ago)
- Location:
- where-can-i-find/tags/2.6
- Files:
-
- 3 copied
-
. (copied) (copied from where-can-i-find/trunk)
-
readme.txt (copied) (copied from where-can-i-find/trunk/readme.txt) (1 diff)
-
wherecanifind.php (copied) (copied from where-can-i-find/trunk/wherecanifind.php) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
where-can-i-find/tags/2.6/readme.txt
r442368 r442410 37 37 38 38 == Changelog == 39 = 2.6 = 40 * 22 Sep 2011 41 * Bug fix for the bug fix. I'll get this svn thing figured out sooner or later. 39 42 = 2.4 = 40 43 * 22 Sep 2011 -
where-can-i-find/tags/2.6/wherecanifind.php
r442371 r442410 4 4 Plugin URI: http://www.vagabumming.com/where-can-i-find/ 5 5 Description: The "Where Can I Find" list for expat websites. Shortcodes: [wcifsearch] displays the list with search form. [wcifadditem] displays the form that allows users to add items. Configure options in the wordpress dashboard under Settings/Where can I find. 6 Version: 2. 56 Version: 2.6 7 7 Author: Will Brubaker 8 8 Author URI: http://www.vagabumming.com … … 27 27 static private $vagabumming_plugin_values = array( 28 28 'name'=>'Where Can I Find', 29 'version'=>'2. 5', //hate using a string value here, but need it to hold non-numeric values29 'version'=>'2.6', //hate using a string value here, but need it to hold non-numeric values 30 30 'slug'=>'wcif', 31 31 'dbversion'=>'1.0.1',
Note: See TracChangeset
for help on using the changeset viewer.