Changeset 163856
- Timestamp:
- 10/16/2009 12:45:34 AM (16 years ago)
- Location:
- gigs-calendar/trunk
- Files:
-
- 3 edited
-
gigs-calendar.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
-
version.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
gigs-calendar/trunk/gigs-calendar.php
r126887 r163856 5 5 * Description: A calendar to let musicians and other performing artists share their performance dates with their adoring public. 6 6 * Author: Dan Coulter 7 * Version: 0.4. 67 * Version: 0.4.7 8 8 * Author URI: http://dancoulter.com 9 9 */ … … 87 87 $options = get_option('gigs-calendar'); 88 88 if ( $options !== false && !current_user_can($options['user_level']) ) { 89 exit;89 //exit; // Stupid non-fix. 90 90 } 91 91 get_currentuserinfo(); -
gigs-calendar/trunk/readme.txt
r126887 r163856 2 2 Contributors: dancoulter 3 3 Tags: gigs, shows, calendar, musician, artist 4 Requires at least: 2. 25 Tested up to: 2.8 6 Stable tag: 0.4. 64 Requires at least: 2.7 5 Tested up to: 2.8.4 6 Stable tag: 0.4.7 7 7 8 8 Manage and display a calendar of your gigs/shows/performances. -
gigs-calendar/trunk/version.php
r126887 r163856 2 2 3 3 define("DTC_GIGS_DB_VERSION", 3); 4 define("DTC_GIGS_PLUGIN_VERSION", '0.4. 6');4 define("DTC_GIGS_PLUGIN_VERSION", '0.4.7'); 5 5 6 6 ?>
Note: See TracChangeset
for help on using the changeset viewer.