Plugin Directory

Changeset 2396779


Ignore:
Timestamp:
10/09/2020 03:20:54 PM (5 years ago)
Author:
wpeventpartners
Message:

live now feature added

Location:
wp-event-partners
Files:
330 added
2 edited

Legend:

Unmodified
Added
Removed
  • wp-event-partners/trunk/README.txt

    r2368347 r2396779  
    44Requires PHP: 5.6
    55Requires at least: 5.0.0
    6 Tested up to: 5.4.2
    7 Stable tag: 1.1.0
     6Tested up to: 5.5.1
     7Stable tag: 1.1.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6161== Changelog ==
    6262
     63= 1.1.1 =
     64* "Live Now" feature added in schedule section for happening event.
     65
    6366= 1.1.0 =
    6467* Fixed Speakers in Schedule list in homepage.
  • wp-event-partners/trunk/wpeventpartners.php

    r2368347 r2396779  
    77Text Domain: wp-event-partners
    88Domain Path: /languages/
    9 Version: 1.1.0
     9Version: 1.1.1
    1010*/
    1111
     
    128128            wp_enqueue_style('testimonial-layout-', WEP_EVENT_URL . '/frontend/assets/css/testimonial-layout.css', false, false, 'screen');
    129129            wp_enqueue_style('venue-layout-', WEP_EVENT_URL . '/frontend/assets/css/venue-layout.css', false, false, 'screen');
    130 
     130            wp_enqueue_script( 'live-now', WEP_EVENT_URL . '/frontend/assets/js/live-now.js', array( 'jquery' ), '20151215', true );
     131           
    131132            if(is_front_page()){
    132133                wp_register_script( 'event-frontend-script', WEP_EVENT_URL . '/frontend/assets/js/event-frontend.js', array( 'jquery' ), '20151215', true );
Note: See TracChangeset for help on using the changeset viewer.