Skip to content

Commit

Permalink
V0.9.4.5 (szepeviktor#28)
Browse files Browse the repository at this point in the history
* v0.9.4.5

* v0.9.4.5
  • Loading branch information
nigrosimone authored Aug 19, 2016
1 parent a98e6e9 commit 308dccf
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Fix and customize W3 Total Cache by @ftownes
- [x] Fix https caching
- [ ] Halfdone CloudFlare support in trunk
- [x] Support AMP
- [ ] Support Redis
- [x] Support Redis

### And customize

Expand Down
2 changes: 1 addition & 1 deletion inc/define.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
}

define('W3TC', true);
define('W3TC_VERSION', '0.9.4.4');
define('W3TC_VERSION', '0.9.4.5');
define('W3TC_POWERED_BY', 'W3 Total Cache/' . W3TC_VERSION);
define('W3TC_EMAIL', '[email protected]');
define('W3TC_TEXT_DOMAIN', 'w3-total-cache');
Expand Down
8 changes: 6 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Contributors: fredericktownes
Tags: w3totalcache, w3 totalcache, w3total cache, wpo, web performance optimization, performance, availability, scaling, scalability, user experience, cache, caching, page cache, css cache, js cache, db cache, disk cache, disk caching, database cache, http compression, gzip, deflate, minify, cdn, content delivery network, media library, performance, speed, multiple hosts, css, merge, combine, unobtrusive javascript, compress, optimize, optimizer, javascript, js, cascading style sheet, plugin, yslow, yui, google, google rank, google page speed, mod_pagespeed, new relic, newrelic, aws, s3, cloudfront, sns, elasticache, rds, flash media server, amazon web services, cloud files, rackspace, akamai, max cdn, limelight, cloudflare, mod_cloudflare, microsoft, microsoft azure, iis, nginx, litespeed, apache, varnish, xcache, apc, eacclerator, wincache, mysql, w3 total cache, batcache, wp cache, wp super cache, quick cache, wp minify, bwp-minify, buddypress
Requires at least: 3.2
Tested up to: 4.5
Stable tag: 0.9.4.4
Tested up to: 4.6
Stable tag: 0.9.4.5
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -747,6 +747,10 @@ Please reach out to all of these people and support their projects if you're so

== Changelog ==

= 0.9.4.5 =
* Added Redis support
* Fixed some bugs: https://github.com/szepeviktor/fix-w3tc/blob/master/README.md#fix

= 0.9.4.4 =
* Added PHP 7 support
* Added APCu support
Expand Down
2 changes: 1 addition & 1 deletion w3-total-cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
Plugin Name: W3 Total Cache
Description: The highest rated and most complete WordPress performance plugin. Dramatically improve the speed and user experience of your site. Add browser, page, object and database caching as well as minify and content delivery network (CDN) to WordPress.
Version: 0.9.4.4
Version: 0.9.4.5
Plugin URI: http://www.w3-edge.com/wordpress-plugins/w3-total-cache/
Author: Frederick Townes
Author URI: http://www.linkedin.com/in/w3edge
Expand Down

0 comments on commit 308dccf

Please sign in to comment.