Plugin Directory

Changeset 436099


Ignore:
Timestamp:
09/10/2011 05:58:51 PM (15 years ago)
Author:
vagabumming
Message:

critical update - includes missing files

Location:
where-can-i-find/trunk
Files:
2 edited

Legend:

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

    r434321 r436099  
    44Requires at least: 3.2.1
    55Tested up to: 3.2.1
    6 Stable tag: 2.0
     6Stable tag: 2.1
    77
    88A simple directory of where things can be found in a particular city/geographical location
     
    3737
    3838== Changelog ==
     39= 2.1 =
     40* 10 Sep 2011
     41* Packaged missing files with this version.  Sorry :(
    3942= 2.0 =
    4043* 05 Sep 2011
     
    4245
    4346== Upgrade notice ==
     47    = 2.1 = There were some files missing from the 2.0 release.  Upgrade now!
    4448    = 2.0 = initial GPL2 release
    4549
  • where-can-i-find/trunk/wherecanifind.php

    r434321 r436099  
    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.0
     6Version: 2.1
    77Author: Will Brubaker
    88Author URI: http://www.vagabumming.com
     
    2828static private $vagabumming_plugin_values = array(
    2929                                            'name'=>'Where Can I Find',
    30                                             'version'=>'2.0', //hate using a string value here, but need it to hold non-numeric values
     30                                            'version'=>'2.1', //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.