Changeset 1906902
- Timestamp:
- 07/10/2018 08:17:39 AM (8 years ago)
- Location:
- stay-alive/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (2 diffs)
-
stay-alive.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
stay-alive/trunk/README.txt
r1906896 r1906902 4 4 Donate link: https://profiles.wordpress.org/rajulmondal5 5 5 Tags: users, online, active, live, pusher, chat, login 6 Requires at least: 2.4. 37 Tested up to: 2.4. 68 Stable tag: 2.4. 66 Requires at least: 2.4.7 7 Tested up to: 2.4.7 8 Stable tag: 2.4.7 9 9 Requires PHP: 5.2.4 10 10 License: GPLv2 or later … … 101 101 == Changelog == 102 102 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 103 111 = 2.4.5 = 104 112 * 10-07-2018 -
stay-alive/trunk/stay-alive.php
r1906896 r1906902 4 4 Plugin URI: https://github.com/razzul/stayalive 5 5 description: Stay Alive: wordpress plugin to check logged in user's status 6 Version: 2.4. 56 Version: 2.4.7 7 7 Author: razzul 8 8 Author URI: https://github.com/razzul … … 96 96 $stay_alive_trigger = !empty($options['stay_alive_trigger']) ? $options['stay_alive_trigger'] : 'test_stay_alive'; 97 97 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 ); 99 99 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')); 100 100 wp_enqueue_script('stay_aliv_js');
Note: See TracChangeset
for help on using the changeset viewer.