Changeset 923946
- Timestamp:
- 05/30/2014 07:04:55 PM (11 years ago)
- Location:
- hyper-cache-extended/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
hyper-cache-extended/trunk/options.php
r564624 r923946 113 113 echo '<div class="error fade" style><p><span style="color:red">Warning:</span> '; 114 114 echo 'Your server load is above `Max server load average` config option<br/>'; 115 echo "Your cache will NOT be recreated until server load goes tbelow <b>".$options['load'].'</b>';115 echo "Your cache will NOT be recreated until server load goes below <b>".$options['load'].'</b>'; 116 116 echo '</span></p></div>'; 117 117 } -
hyper-cache-extended/trunk/plugin.php
r648411 r923946 4 4 Plugin URI: http://marto.lazarov.org/plugins/hyper-cache-extended 5 5 Description: Hyper Cache Extended is a cache system for WordPress to improve it's perfomances and save resources. Before update <a href="http://wordpress.org/extend/plugins/hyper-cache-extended/" target="_blank">read the version changes</a>. To manually upgrade remeber the sequence: deactivate, update, activate. 6 Version: 1.1. 06 Version: 1.1.1 7 7 Author: Martin Lazarov 8 8 Author URI: http://marto.lazarov.org -
hyper-cache-extended/trunk/readme.txt
r648411 r923946 3 3 Requires at least: 2.5 4 4 Tested up to: 3.5.0 5 Stable tag: 1.1. 05 Stable tag: 1.1.1 6 6 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=D96ZZLGAV8X8J 7 7 Contributors: mlazarov … … 59 59 1. Put the plugin folder into [wordpress_dir]/wp-content/plugins/ 60 60 2. Go into the WordPress admin interface and activate the plugin 61 3. Optional: go to the options page and configure the plugin 61 3. Add **define("WP_CACHE",true);** to wp-config.php just after the **define("WPLANG", ...);**. 62 4. Optional: go to the options page and configure the plugin 62 63 63 64 Before upgrade DEACTIVATE the plugin and then ACTIVATE and RECONFIGURE! … … 78 79 79 80 == Changelog == 81 = 1.1.1 = 82 * Readme install update 83 80 84 = 1.1.0 = 81 85 * Adding WP_CACHE check
Note: See TracChangeset
for help on using the changeset viewer.