Changeset 436108
- Timestamp:
- 09/10/2011 06:26:02 PM (15 years ago)
- Location:
- where-can-i-find
- Files:
-
- 4 edited
- 1 copied
-
tags/2.3 (copied) (copied from where-can-i-find/trunk)
-
tags/2.3/readme.txt (modified) (3 diffs)
-
tags/2.3/wherecanifind.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/wherecanifind.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
where-can-i-find/tags/2.3/readme.txt
r436104 r436108 4 4 Requires at least: 3.2.1 5 5 Tested up to: 3.2.1 6 Stable tag: 2. 26 Stable tag: 2.3 7 7 8 8 A simple directory of where things can be found in a particular city/geographical location … … 37 37 38 38 == Changelog == 39 = 2. 1=39 = 2.3 = 40 40 * 10 Sep 2011 41 41 * Packaged missing files with this version. Sorry :( … … 45 45 46 46 == Upgrade notice == 47 = 2. 1= There were some files missing from the 2.0 release. Upgrade now!47 = 2.3 = There were some files missing from the 2.0 release. Upgrade now! 48 48 = 2.0 = initial GPL2 release 49 49 -
where-can-i-find/tags/2.3/wherecanifind.php
r436104 r436108 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. 26 Version: 2.3 7 7 Author: Will Brubaker 8 8 Author URI: http://www.vagabumming.com … … 28 28 static private $vagabumming_plugin_values = array( 29 29 'name'=>'Where Can I Find', 30 'version'=>'2. 2222222222222222222222', //hate using a string value here, but need it to hold non-numeric values30 'version'=>'2.3', //hate using a string value here, but need it to hold non-numeric values 31 31 'slug'=>'wcif', 32 32 'dbversion'=>'1.0.1', -
where-can-i-find/trunk/readme.txt
r436104 r436108 4 4 Requires at least: 3.2.1 5 5 Tested up to: 3.2.1 6 Stable tag: 2. 26 Stable tag: 2.3 7 7 8 8 A simple directory of where things can be found in a particular city/geographical location … … 37 37 38 38 == Changelog == 39 = 2. 1=39 = 2.3 = 40 40 * 10 Sep 2011 41 41 * Packaged missing files with this version. Sorry :( … … 45 45 46 46 == Upgrade notice == 47 = 2. 1= There were some files missing from the 2.0 release. Upgrade now!47 = 2.3 = There were some files missing from the 2.0 release. Upgrade now! 48 48 = 2.0 = initial GPL2 release 49 49 -
where-can-i-find/trunk/wherecanifind.php
r436104 r436108 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. 26 Version: 2.3 7 7 Author: Will Brubaker 8 8 Author URI: http://www.vagabumming.com … … 28 28 static private $vagabumming_plugin_values = array( 29 29 'name'=>'Where Can I Find', 30 'version'=>'2. 2222222222222222222222', //hate using a string value here, but need it to hold non-numeric values30 'version'=>'2.3', //hate using a string value here, but need it to hold non-numeric values 31 31 'slug'=>'wcif', 32 32 'dbversion'=>'1.0.1',
Note: See TracChangeset
for help on using the changeset viewer.