Plugin Directory

Changeset 1906902


Ignore:
Timestamp:
07/10/2018 08:17:39 AM (8 years ago)
Author:
rajulmondal5
Message:

2.4.7

Location:
stay-alive/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • stay-alive/trunk/README.txt

    r1906896 r1906902  
    44Donate link: https://profiles.wordpress.org/rajulmondal5
    55Tags: users, online, active, live, pusher, chat, login
    6 Requires at least: 2.4.3
    7 Tested up to: 2.4.6
    8 Stable tag: 2.4.6
     6Requires at least: 2.4.7
     7Tested up to: 2.4.7
     8Stable tag: 2.4.7
    99Requires PHP: 5.2.4
    1010License: GPLv2 or later
     
    101101== Changelog ==
    102102
     103= 2.4.7 =
     104* 10-07-2018
     105* updated plugin version
     106
     107= 2.4.6 =
     108* 10-07-2018
     109* Bug fix: filemtime() start failed
     110
    103111= 2.4.5 =
    104112* 10-07-2018
  • stay-alive/trunk/stay-alive.php

    r1906896 r1906902  
    44Plugin URI: https://github.com/razzul/stayalive
    55description: Stay Alive: wordpress plugin to check logged in user's status
    6 Version: 2.4.5
     6Version: 2.4.7
    77Author: razzul
    88Author URI: https://github.com/razzul
     
    9696        $stay_alive_trigger = !empty($options['stay_alive_trigger']) ? $options['stay_alive_trigger'] : 'test_stay_alive';
    9797        wp_enqueue_script('pusher', '//js.pusher.com/4.1/pusher.min.js', array(), '4.1.0', true);
    98         wp_register_script('stay_aliv_js', plugins_url( 'assets/js/stay-alive.js', __FILE__ ), array(), '2.4.5', true );
     98        wp_register_script('stay_aliv_js', plugins_url( 'assets/js/stay-alive.js', __FILE__ ), array(), '2.4.7', true );
    9999        wp_localize_script('stay_aliv_js', 'config', array('current_user_id' => $current_user_id, 'channel_name' => $channel_name,'event_name' => $event_name, 'credentials' => $options, 'auth_url' => site_url() .'/wp-admin/admin-ajax.php?action=stay_alive_auth'));
    100100        wp_enqueue_script('stay_aliv_js');
Note: See TracChangeset for help on using the changeset viewer.