WordPress.org

Plugin Directory

Changeset 1576717


Ignore:
Timestamp:
01/17/2017 05:51:42 PM (3 years ago)
Author:
hnle
Message:

bump to 1.0.1

Location:
non-cache-ppp/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • non-cache-ppp/trunk/non-cache-ppp.php

    r1504173 r1576717  
    88 * Text Domain:     non-cache-ppp
    99 * Domain Path:     /languages
    10  * Version:         1.0.0
     10 * Version:         1.0.1
    1111 *
    1212 * @package         Non_Cache_Ppp
     
    2222            ! headers_sent()
    2323        ) {
    24             header( 'Cache-Control: no-cache, must-revalidate' );
     24            nocache_headers();
    2525        }
    2626
  • non-cache-ppp/trunk/readme.txt

    r1504385 r1576717  
    2020This plugin needs PHP 5.3+
    2121
     22Note: If you're using CloudFront, you should also use [C3 Cloudfront Cache Controller](https://wordpress.org/plugins/c3-cloudfront-clear-cache/)
     23
    2224== Installation ==
    2325
     
    2628
    2729== Changelog ==
     30= 1.0.1 =
     31* Use built in function for disable cache.
    2832
    2933= 1.0 =
Note: See TracChangeset for help on using the changeset viewer.