Changeset 476397
- Timestamp:
- 12/16/2011 02:14:16 PM (14 years ago)
- Location:
- wp-livephp/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
wp-live.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-livephp/trunk/readme.txt
r475855 r476397 35 35 36 36 == Changelog == 37 = 1.2.1 = 38 * No cache fix for IE 37 39 = 1.2 = 38 40 * Added Backend (wp-admin) monitoring option … … 48 50 49 51 == Upgrade Notice == 52 = 1.2.1 = 53 Update to 1.2.1 if you plan to use this plugin on Internet Explorer 50 54 = 1.2 = 51 55 This version adds wp-admin monitoring and a nice settings page -
wp-livephp/trunk/wp-live.php
r475855 r476397 5 5 Plugin URI: http://bencemeszaros.com/livephp 6 6 Description: Automatically refresh your browser if you change any files in your theme or plugins directory 7 Version: 1.2 7 Version: 1.2.1 8 8 Author: Bence Meszaros 9 9 Author URI: http://bencemeszaros.com … … 51 51 foreach ($this->dirs as $root) 52 52 { 53 // no cache headers 54 header("Cache-Control: no-cache, must-revalidate"); 55 header("Expires: -1"); 56 53 57 if ($this->checkDir(realpath($root), $start)) 54 58 {
Note: See TracChangeset
for help on using the changeset viewer.