Plugin Directory

Changeset 436104


Ignore:
Timestamp:
09/10/2011 06:11:56 PM (15 years ago)
Author:
vagabumming
Message:

please get the right files in this time

Location:
where-can-i-find
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • where-can-i-find/tags/2.2/readme.txt

    r436099 r436104  
    44Requires at least: 3.2.1
    55Tested up to: 3.2.1
    6 Stable tag: 2.1
     6Stable tag: 2.2
    77
    88A simple directory of where things can be found in a particular city/geographical location
  • where-can-i-find/tags/2.2/wherecanifind.php

    r436099 r436104  
    44Plugin URI: http://www.vagabumming.com/where-can-i-find/
    55Description: 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.1
     6Version: 2.2
    77Author: Will Brubaker
    88Author URI: http://www.vagabumming.com
     
    2828static private $vagabumming_plugin_values = array(
    2929                                            'name'=>'Where Can I Find',
    30                                             'version'=>'2.1', //hate using a string value here, but need it to hold non-numeric values
     30                                            'version'=>'2.2222222222222222222222', //hate using a string value here, but need it to hold non-numeric values
    3131                                            'slug'=>'wcif',
    3232                                            'dbversion'=>'1.0.1',
  • where-can-i-find/trunk/readme.txt

    r436099 r436104  
    44Requires at least: 3.2.1
    55Tested up to: 3.2.1
    6 Stable tag: 2.1
     6Stable tag: 2.2
    77
    88A simple directory of where things can be found in a particular city/geographical location
  • where-can-i-find/trunk/wherecanifind.php

    r436099 r436104  
    44Plugin URI: http://www.vagabumming.com/where-can-i-find/
    55Description: 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.1
     6Version: 2.2
    77Author: Will Brubaker
    88Author URI: http://www.vagabumming.com
     
    2828static private $vagabumming_plugin_values = array(
    2929                                            'name'=>'Where Can I Find',
    30                                             'version'=>'2.1', //hate using a string value here, but need it to hold non-numeric values
     30                                            'version'=>'2.2222222222222222222222', //hate using a string value here, but need it to hold non-numeric values
    3131                                            'slug'=>'wcif',
    3232                                            'dbversion'=>'1.0.1',
Note: See TracChangeset for help on using the changeset viewer.