Plugin Directory

Changeset 1111042


Ignore:
Timestamp:
03/12/2015 11:45:37 AM (11 years ago)
Author:
dpereyra
Message:

Added PO language files

Location:
lite-event-calendar/trunk
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • lite-event-calendar/trunk/dpliteeventcalendar.php

    r1059839 r1111042  
    33Plugin Name: DP Lite Event Calendar
    44Description: 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.1
     5Version: 1.0.2
    66Author: Diego Pereyra
    77Author URI: http://www.wpsleek.com/
     
    2222define('DP_LITE_EVENT_CALENDAR_TABLE_SUBSCRIBERS_CALENDAR','dpProEventCalendar_subscribers_calendar'); //special dates TABLE NAME
    2323
    24 define("DP_LITE_EVENT_CALENDAR_VER","1.0.1",false);//Current Version of this plugin
     24define("DP_LITE_EVENT_CALENDAR_VER","1.0.2",false);//Current Version of this plugin
    2525if ( ! defined( 'DP_LITE_EVENT_CALENDAR_PLUGIN_BASENAME' ) )
    2626    define( 'DP_LITE_EVENT_CALENDAR_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
  • lite-event-calendar/trunk/readme.txt

    r1059839 r1111042  
    55Requires at least: 3.8
    66Tested up to: 4.0.1
    7 Stable tag: 1.0.1
     7Stable tag: 1.0.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4949== Changelog ==
    5050
     51= 1.0.2 =
     52* Added Po language files
     53
    5154= 1.0.1 =
    5255* Fixed issue when seeing event
Note: See TracChangeset for help on using the changeset viewer.