Changeset 1111042
- Timestamp:
- 03/12/2015 11:45:37 AM (11 years ago)
- Location:
- lite-event-calendar/trunk
- Files:
-
- 2 added
- 2 edited
-
dpliteeventcalendar.php (modified) (2 diffs)
-
languages/dpProEventCalendar-en.mo (added)
-
languages/dpProEventCalendar-en.po (added)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lite-event-calendar/trunk/dpliteeventcalendar.php
r1059839 r1111042 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. 15 Version: 1.0.2 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. 1",false);//Current Version of this plugin24 define("DP_LITE_EVENT_CALENDAR_VER","1.0.2",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
r1059839 r1111042 5 5 Requires at least: 3.8 6 6 Tested up to: 4.0.1 7 Stable tag: 1.0. 17 Stable tag: 1.0.2 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.2 = 52 * Added Po language files 53 51 54 = 1.0.1 = 52 55 * Fixed issue when seeing event
Note: See TracChangeset
for help on using the changeset viewer.