Changeset 436456
- Timestamp:
- 09/11/2011 06:48:03 PM (15 years ago)
- Location:
- where-can-i-find
- Files:
-
- 4 edited
- 1 copied
-
tags/2.4 (copied) (copied from where-can-i-find/trunk)
-
tags/2.4/readme.txt (modified) (1 diff)
-
tags/2.4/wherecanifind.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/wherecanifind.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
where-can-i-find/tags/2.4/readme.txt
r436108 r436456 4 4 Requires at least: 3.2.1 5 5 Tested up to: 3.2.1 6 Stable tag: 2. 36 Stable tag: 2.4 7 7 8 8 A simple directory of where things can be found in a particular city/geographical location -
where-can-i-find/tags/2.4/wherecanifind.php
r436123 r436456 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. 36 Version: 2.4 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. 3', //hate using a string value here, but need it to hold non-numeric values29 'version'=>'2.4', //hate using a string value here, but need it to hold non-numeric values 30 30 'slug'=>'wcif', 31 31 'dbversion'=>'1.0.1', -
where-can-i-find/trunk/readme.txt
r436108 r436456 4 4 Requires at least: 3.2.1 5 5 Tested up to: 3.2.1 6 Stable tag: 2. 36 Stable tag: 2.4 7 7 8 8 A simple directory of where things can be found in a particular city/geographical location -
where-can-i-find/trunk/wherecanifind.php
r436123 r436456 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. 36 Version: 2.4 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. 3', //hate using a string value here, but need it to hold non-numeric values29 'version'=>'2.4', //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.