Changeset 1059839
- Timestamp:
- 01/04/2015 10:22:24 PM (11 years ago)
- Location:
- lite-event-calendar/trunk
- Files:
-
- 3 edited
-
classes/base.class.php (modified) (1 diff)
-
dpliteeventcalendar.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lite-event-calendar/trunk/classes/base.class.php
r1031477 r1059839 509 509 '.$all_working_days.' '.((($this->calendar_obj->show_time && !$event_data->hide_time) || $event_data->all_day) ? $time.$end_time : '').'</p>'. 510 510 '</div>'; 511 512 $return .= $this->getBookingButton($post_id);513 511 514 512 $return .= ' -
lite-event-calendar/trunk/dpliteeventcalendar.php
r1031477 r1059839 3 3 Plugin Name: DP Lite Event Calendar 4 4 Description: The Lite Event Calendar plugin adds a professional and sleek calendar to your posts or pages. 100% Responsive, also you can use it inside a widget. 5 Version: 1.0 5 Version: 1.0.1 6 6 Author: Diego Pereyra 7 7 Author URI: http://www.wpsleek.com/ … … 22 22 define('DP_LITE_EVENT_CALENDAR_TABLE_SUBSCRIBERS_CALENDAR','dpProEventCalendar_subscribers_calendar'); //special dates TABLE NAME 23 23 24 define("DP_LITE_EVENT_CALENDAR_VER","1.0 ",false);//Current Version of this plugin24 define("DP_LITE_EVENT_CALENDAR_VER","1.0.1",false);//Current Version of this plugin 25 25 if ( ! defined( 'DP_LITE_EVENT_CALENDAR_PLUGIN_BASENAME' ) ) 26 26 define( 'DP_LITE_EVENT_CALENDAR_PLUGIN_BASENAME', plugin_basename( __FILE__ ) ); -
lite-event-calendar/trunk/readme.txt
r1031478 r1059839 5 5 Requires at least: 3.8 6 6 Tested up to: 4.0.1 7 Stable tag: 1.0 7 Stable tag: 1.0.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 49 49 == Changelog == 50 50 51 = 1.0.1 = 52 * Fixed issue when seeing event 53 51 54 = 1.0 = 52 55 * Release
Note: See TracChangeset
for help on using the changeset viewer.