Plugin Directory

Changeset 436456


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

version 2.4

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

Legend:

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

    r436108 r436456  
    44Requires at least: 3.2.1
    55Tested up to: 3.2.1
    6 Stable tag: 2.3
     6Stable tag: 2.4
    77
    88A 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  
    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.3
     6Version: 2.4
    77Author: Will Brubaker
    88Author URI: http://www.vagabumming.com
     
    2727static private $vagabumming_plugin_values = array(
    2828                                            'name'=>'Where Can I Find',
    29                                             'version'=>'2.3', //hate using a string value here, but need it to hold non-numeric values
     29                                            'version'=>'2.4', //hate using a string value here, but need it to hold non-numeric values
    3030                                            'slug'=>'wcif',
    3131                                            'dbversion'=>'1.0.1',
  • where-can-i-find/trunk/readme.txt

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

    r436123 r436456  
    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.3
     6Version: 2.4
    77Author: Will Brubaker
    88Author URI: http://www.vagabumming.com
     
    2727static private $vagabumming_plugin_values = array(
    2828                                            'name'=>'Where Can I Find',
    29                                             'version'=>'2.3', //hate using a string value here, but need it to hold non-numeric values
     29                                            'version'=>'2.4', //hate using a string value here, but need it to hold non-numeric values
    3030                                            'slug'=>'wcif',
    3131                                            'dbversion'=>'1.0.1',
Note: See TracChangeset for help on using the changeset viewer.