Plugin Directory

Changeset 163856


Ignore:
Timestamp:
10/16/2009 12:45:34 AM (16 years ago)
Author:
DanCoulter
Message:

Updated to 0.4.7

Location:
gigs-calendar/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • gigs-calendar/trunk/gigs-calendar.php

    r126887 r163856  
    55 * Description: A calendar to let musicians and other performing artists share their performance dates with their adoring public.
    66 * Author: Dan Coulter
    7  * Version: 0.4.6
     7 * Version: 0.4.7
    88 * Author URI: http://dancoulter.com
    99 */
     
    8787            $options = get_option('gigs-calendar');
    8888            if ( $options !== false && !current_user_can($options['user_level']) ) {
    89                 exit;
     89                //exit; // Stupid non-fix.
    9090            }
    9191            get_currentuserinfo();
  • gigs-calendar/trunk/readme.txt

    r126887 r163856  
    22Contributors: dancoulter
    33Tags: gigs, shows, calendar, musician, artist
    4 Requires at least: 2.2
    5 Tested up to: 2.8
    6 Stable tag: 0.4.6
     4Requires at least: 2.7
     5Tested up to: 2.8.4
     6Stable tag: 0.4.7
    77
    88Manage and display a calendar of your gigs/shows/performances.
  • gigs-calendar/trunk/version.php

    r126887 r163856  
    22
    33define("DTC_GIGS_DB_VERSION", 3);
    4 define("DTC_GIGS_PLUGIN_VERSION", '0.4.6');
     4define("DTC_GIGS_PLUGIN_VERSION", '0.4.7');
    55
    66?>
Note: See TracChangeset for help on using the changeset viewer.