Plugin Directory

Changeset 1906877


Ignore:
Timestamp:
07/10/2018 07:52:49 AM (8 years ago)
Author:
rajulmondal5
Message:

version 2.4.5

Location:
stay-alive/trunk
Files:
2 edited

Legend:

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

    r1906857 r1906877  
    44Donate link: https://profiles.wordpress.org/rajulmondal5
    55Tags: users, online, active, live, pusher, chat, login
    6 Requires at least: 2.4.4
    7 Tested up to: 2.4.4
    8 Stable tag: 2.4.4
     6Requires at least: 2.4.3
     7Tested up to: 2.4.5
     8Stable tag: 2.4.5
    99Requires PHP: 5.2.4
    1010License: GPLv2 or later
     
    68682. Create profile if you don't have one.
    69693. Go to dashboard.
    70 4. Create your <a href="https://dashboard.pusher.com/#wizard-modal">Channels</a> app
     704. Create your <a href="https://dashboard.pusher.com/#wizard-modal" target="_blank">Channels</a> app
    71715. Go to App Key tab.
    7272
     
    7575= Demo Pusher credentials =
    7676
    77 <table>
    78     <tr><td><b>app_id</b></td><td>271772</td></tr>
    79     <tr><td><b>key</b></td><td>de239293c1b9a0043237</td></tr>
    80     <tr><td><b>secret</b></td><td>5fdfbbe99495441683ac</td></tr>
    81     <tr><td><b>cluster</b></td><td>mt1</td></tr>
    82 <table>
     77<ul>
     78    <li><b>app_id</b>: 271772</li>
     79    <li><b>key</b>: de239293c1b9a0043237</li>
     80    <li><b>secret</b>: 5fdfbbe99495441683ac</li>
     81    <li><b>cluster</b>: mt1</li>
     82</ul>
    8383
    8484= Short Code =
     
    101101== Changelog ==
    102102
    103 = 2.4.0 =
     103= 2.4.5 =
     104* 10-07-2018
     105* Updated readme.txt to mention pusher service used in our application
     106* added pusher demo credentials
     107* added banner
     108* added icon
     109* https://github.com/razzul/stay-alive/releases
     110
     111= 2.4.1 =
    104112* 08-07-2018
    105113* Updated readme.txt to mention pusher service used in our application
  • stay-alive/trunk/stay-alive.php

    r1906857 r1906877  
    44Plugin URI: https://github.com/razzul/stayalive
    55description: Stay Alive: wordpress plugin to check logged in user's status
    6 Version: 2.4.4
     6Version: 2.4.5
    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.4', true );
     98        wp_register_script('stay_aliv_js', plugins_url( 'assets/js/stay-alive.js', __FILE__ ), array(), '2.4.5', 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.