Plugin Directory

Changeset 1326331


Ignore:
Timestamp:
01/12/2016 08:35:29 AM (10 years ago)
Author:
tutv95
Message:

Updated

Location:
easy-events-wp/trunk
Files:
1 deleted
3 edited

Legend:

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

    r1326313 r1326331  
    55 * Plugin URI: https://wparena.com
    66 * Description: Best simple and useful WordPress Event Plugin.
    7  * Version: 1.1.4
     7 * Version: 1.1.5
    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.4' );
     25define( 'EASY_EVENT_VERSION', '1.1.5' );
    2626
    2727if ( ! class_exists( 'Easy_Event' ) ) :
  • easy-events-wp/trunk/readme.txt

    r1326302 r1326331  
    5353= 1.0.0 =
    5454Upgrade immediately.
     55
     56= 1.1.5 =
     57Fix get wrong content
  • easy-events-wp/trunk/template-builder/single.php

    r1326307 r1326331  
    4646        $single_template = get_option( 'easy_event_single_template' );
    4747        if ( $single_template == '' || $single_template == false ) {
    48             $single_template = file_get_contents( EASY_EVENT_DIR . 'template-default/single-content.php' );
     48            $single_template = file_get_contents( EASY_EVENT_DIR . '/template-default/single-content.php' );
    4949        }
    5050
Note: See TracChangeset for help on using the changeset viewer.