Skip to content
This repository has been archived by the owner on Feb 23, 2019. It is now read-only.

Commit

Permalink
readying a release (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
amiga-500 authored Jan 30, 2017
1 parent 3d47122 commit 06cfc7b
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Generic_Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ function admin_bar_menu() {
'id' => 'w3tc_support',
'parent' => 'w3tc',
'title' => __( 'Support', 'w3-total-cache' ),
'href' => network_admin_url( 'admin.php?page=w3tc_support' )
'href' => "https://github.com/szepeviktor/w3-total-cache-fixed/issues"
);

if ( defined( 'W3TC_DEBUG' ) && W3TC_DEBUG ) {
Expand Down
3 changes: 0 additions & 3 deletions Generic_Plugin_Admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -508,9 +508,6 @@ public function w3tc_ajax_faq() {
function plugin_action_links( $links ) {
array_unshift( $links,
'<a class="edit" href="admin.php?page=w3tc_general">Settings</a>' );
array_unshift( $links,
'<a class="edit" style="color: red" href="admin.php?page=w3tc_support">Premium Support</a>' );


if ( !is_writable( WP_CONTENT_DIR ) ||
!is_writable( Util_Rule::get_browsercache_rules_cache_path() ) ) {
Expand Down
5 changes: 0 additions & 5 deletions Root_AdminMenu.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,6 @@ function generate_menu_array() {
'menu_text' => __( 'FAQ', 'w3-total-cache' ),
'visible_always' => true
),
'w3tc_support' => array(
'page_title' => __( 'Support', 'w3-total-cache' ),
'menu_text' => __( '<span style="color: red;">Support</span>', 'w3-total-cache' ),
'visible_always' => true
),
'w3tc_install' => array(
'page_title' => __( 'Install', 'w3-total-cache' ),
'menu_text' => __( 'Install', 'w3-total-cache' ),
Expand Down
18 changes: 16 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
=== Plugin Name ===
=== Plugin Name ===
Contributors: fredericktownes
Tags: seo, 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, yui, yui compressor, zend, opcache, apcu, google drive, highwinds, full site delivery, full site acceleration, 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, redis, narcissus, wpmml, 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.7.1
Stable tag: 0.9.5.2
Stable tag: 0.9.5.2.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= 0.9.5.2.1 =
* New Feature - Dashboard Widget For Flushing Individual User-Inputted URLs
* Bug Fix - Gzipped Cached Pages Are Not Decoded Correctly -- PHP 5.3.x Specific
* Bug Fix - {uploads_dir} Placeholder & Full URLS Issue In CDN Custom Files Field
* Update - CSSTidy Updated to v1.5.5 With New Options - Requires PHP 5.4+
* New Feature - Google PageSpeed Widget - Key Restriction Field Added
* New Feature - Page Cache - Added 4 New "Never Cache ..." Fields
* Bug Fix - Admin Image URLs Malformed For Must-Use Plugins (mu-plugins)
* New Feature - WP-CLI - Prime the Page Cache (Cache Preload)
* Bug Fix - Flushing Not Working Consistently For Post Changes
* Update - Amazon Web Services (AWS) Signature v4 Support & New Locations
* Bug Fix - Save Cloudflare Settings - SSL Update Failure
* New Feature - Rewrite URLs via wp...attachment_for_js() filter when CDN is Enabled

= 0.9.5.2 =
* Fixed security issue by protecting configuration data by adding .php to relevant files
* Fixed security issue with the creation of dot folders that could be abused
Expand Down
6 changes: 3 additions & 3 deletions w3-total-cache.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?php
/*
Plugin Name: W3 Total Cache
Plugin Name: W3 Total Cache (Fixed)
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.5.2
Version: 0.9.5.2.1
Plugin URI: https://www.w3-edge.com/wordpress-plugins/w3-total-cache/
Author: Frederick Townes
Author: W3TC (Fixed) Community
Author URI: http://www.linkedin.com/in/fredericktownes
Network: True
*/
Expand Down

0 comments on commit 06cfc7b

Please sign in to comment.