Plugin Directory

Changeset 626939


Ignore:
Timestamp:
11/19/2012 09:20:23 AM (13 years ago)
Author:
mbence
Message:

v1.4.1 File status cache clearing

Location:
wp-livephp/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • wp-livephp/trunk/readme.txt

    r503658 r626939  
    44Tags: developer, live, autorefresh, theme, plugin, refresh, easy, development
    55Requires at least: 2.6
    6 Tested up to: 3.3.1
     6Tested up to: 3.4.2
    77Stable tag: /trunk/
    88
     
    4040
    4141== Changelog ==
     42= 1.4.1 =
     43* File state cache clearing added
    4244= 1.4 =
    4345* Switched to long polling. Now the js will open only one long ajax request every 2 minutes (or as long as the php script is allowed to run).
  • wp-livephp/trunk/wp-live-monitor.php

    r503658 r626939  
    55 * @link http://bencemeszaros.com
    66 * @link http://wordpress.org/extend/plugins/wp-livephp/
    7  * @version 1.4
     7 * @version 1.4.1
    88 */
    99
     
    8585        protected function main($start)
    8686        {
     87            // clear file state cache
     88            clearstatcache();
    8789            // long polling loop
    8890            do
  • wp-livephp/trunk/wp-live.js

    r503658 r626939  
    44 * @link http://bencemeszaros.com
    55 * @link http://wordpress.org/extend/plugins/wp-livephp/
    6  * @version 1.4
     6 * @version 1.4.1
    77 */
    88
  • wp-livephp/trunk/wp-live.php

    r503658 r626939  
    77  Author URI: http://bencemeszaros.com
    88  Plugin URI: http://wordpress.org/extend/plugins/wp-livephp/
    9   Version: 1.4
     9  Version: 1.4.1
    1010  License: GPL2
    1111 */
Note: See TracChangeset for help on using the changeset viewer.