Plugin Directory

Changeset 1325671


Ignore:
Timestamp:
01/11/2016 08:55:10 AM (10 years ago)
Author:
tutv95
Message:

Updated version 1.1.1

Location:
easy-events-wp/trunk
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • easy-events-wp/trunk/easy-events-wp.php

    r1325656 r1325671  
    55 * Plugin URI: https://wparena.com
    66 * Description: Create and manage event extremely simple event. Including event widget.
    7  * Version: 1.1.0
     7 * Version: 1.1.1
    88 * Author: WPArena
    99 * Author URI: https://wparena.com
     
    2323define( 'EASY_EVENT_URI', untrailingslashit( plugins_url( '/', __FILE__ ) ) );
    2424define( 'EASY_EVENT_DIR', untrailingslashit( plugin_dir_path( __FILE__ ) ) );
    25 define( 'EASY_EVENT_VERSION', '1.1.0' );
     25define( 'EASY_EVENT_VERSION', '1.1.1' );
    2626
    2727if ( ! class_exists( 'Easy_Event' ) ) :
  • easy-events-wp/trunk/readme.txt

    r1325656 r1325671  
    3838* Create count down for event.
    3939
     40= 1.1.1
     41* Updated assets file.
     42
    4043== Upgrade Notice ==
    4144
Note: See TracChangeset for help on using the changeset viewer.