Plugin Directory

Changeset 923946


Ignore:
Timestamp:
05/30/2014 07:04:55 PM (11 years ago)
Author:
mlazarov
Message:

Updating install docs and fixing typo

Location:
hyper-cache-extended/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • hyper-cache-extended/trunk/options.php

    r564624 r923946  
    113113    echo '<div class="error fade" style><p><span style="color:red">Warning:</span> ';
    114114    echo 'Your server load is above `Max server load average` config option<br/>';
    115     echo "Your cache will NOT be recreated until server load goest below <b>".$options['load'].'</b>';
     115    echo "Your cache will NOT be recreated until server load goes below <b>".$options['load'].'</b>';
    116116    echo '</span></p></div>';
    117117}
  • hyper-cache-extended/trunk/plugin.php

    r648411 r923946  
    44Plugin URI: http://marto.lazarov.org/plugins/hyper-cache-extended
    55Description: 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.0
     6Version: 1.1.1
    77Author: Martin Lazarov
    88Author URI: http://marto.lazarov.org
  • hyper-cache-extended/trunk/readme.txt

    r648411 r923946  
    33Requires at least: 2.5
    44Tested up to: 3.5.0
    5 Stable tag: 1.1.0
     5Stable tag: 1.1.1
    66Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=D96ZZLGAV8X8J
    77Contributors: mlazarov
     
    59591. Put the plugin folder into [wordpress_dir]/wp-content/plugins/
    60602. Go into the WordPress admin interface and activate the plugin
    61 3. Optional: go to the options page and configure the plugin
     613. Add **define("WP_CACHE",true);** to wp-config.php just after the **define("WPLANG", ...);**.
     624. Optional: go to the options page and configure the plugin
    6263
    6364Before upgrade DEACTIVATE the plugin and then ACTIVATE and RECONFIGURE!
     
    7879
    7980== Changelog ==
     81= 1.1.1 =
     82* Readme install update
     83
    8084= 1.1.0 =
    8185* Adding WP_CACHE check
Note: See TracChangeset for help on using the changeset viewer.