adding supporters, fixing missing version update in options; ensuring unix line ending in every file
This commit is contained in:
parent
dade9fe586
commit
87b2f986a1
3 changed files with 1118 additions and 1115 deletions
|
@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
|
|||
Tags: cache, page cache, full page cache, nginx, memcached, apc, speed
|
||||
Requires at least: 3.0
|
||||
Tested up to: 4.5
|
||||
Stable tag: 1.11.1
|
||||
Stable tag: 1.11.2
|
||||
License: GPLv3
|
||||
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
||||
|
||||
|
@ -83,6 +83,9 @@ Many thanks for donations, contributors, supporters, testers & bug reporters:
|
|||
* Maksim Bukreyeu
|
||||
* Lissome Hong Kong Limited
|
||||
* [Gabriele Lauricella](https://github.com/gablau)
|
||||
* 7th Veil, LLC
|
||||
* Julia Harsch
|
||||
* Grant Berntsen
|
||||
|
||||
== Installation ==
|
||||
|
||||
|
|
|
@ -69,4 +69,4 @@ $wp_ffpc_defaults = array (
|
|||
'hashkey' => false,
|
||||
);
|
||||
|
||||
$wp_ffpc = new WP_FFPC ( 'wp-ffpc', '1.10.1', 'WP-FFPC', $wp_ffpc_defaults, 'PeterMolnar_WordPressPlugins_wp-ffpc_HU' , 'WP-FFPC' , 'FA3NT7XDVHPWU' );
|
||||
$wp_ffpc = new WP_FFPC ( 'wp-ffpc', '1.11.2', 'WP-FFPC', $wp_ffpc_defaults, 'PeterMolnar_WordPressPlugins_wp-ffpc_HU' , 'WP-FFPC' , 'FA3NT7XDVHPWU' );
|
||||
|
|
Loading…
Reference in a new issue