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

Commit

Permalink
Change details added to Readme (#310)
Browse files Browse the repository at this point in the history
Missing release information details were added into readme.txt.  Also missing release details were added into changelog.txt
  • Loading branch information
amiga-500 authored Jan 19, 2017
1 parent 023e21a commit 8f46d07
Show file tree
Hide file tree
Showing 2 changed files with 182 additions and 0 deletions.
85 changes: 85 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,91 @@
* AMP Support
* Redis Support
* Removed Nag Screens, Obsolete Widgets, & Licensing
* Added Redis support
* Fixed some bugs

= 0.9.4.4 =
* Added PHP 7 support
* Added APCu support
* Fixed some bugs

= 0.9.4.1 =
* Fixed security issue if debug mode is enabled XSS vector exists HTML comments. CVE-2014-8724, Tobias Glemser
* Fixed security issue with missing nonces, Ryan Satterfield

= 0.9.4 =
* Fixed undefined w3tc_button_link
* Fixed support and other form submissions
* Fixed extension enabled key error
* Fixed Test CDN errors
* Fixed trailing slashes in custom wp content path and Minify
* Fixed WP_PLUGIN_DIR not being available when object-cache.php is loaded and W3TC constant not set
* Fixed Minify Auto and restructuring of JS code placement on page
* Fixed remove / replace drop in file on plugins page
* Fixed false positive check for legacy code
* Fixed deprecated wpdb escape
* Fixed Fragment Caching and APC anomalies
* Fixed cached configs causing 500 error on interrupted file writes
* Fixed readfile errors on servers with the functionality disabled
* Fixed false positives for license key verification
* Fixed debug information not printed on cached pages
* Fixed backwards compatibility and flushing and added doing it wrong notification
* Fixed "Prevent caching of objects after settings change"
* Fixed "Use late init" being shown as enabled with Disc:Enhanced
* Fixed missing param in APC cache method declaration
* Fixed user roles property not begin an array
* Fixed adding empty Vary header
* Fixed notice on failed upgrade licencing check
* Fixed Database Cache description text
* Fixed duplicate bb10 agents
* Fixed settings link in Minify Auto notification
* Fixed notice with undefined constant
* Fixed nginx configuration and Referrer, User Groups setting
* Fixed Genesis settings and Suhosin field name limit error
* Fixed Genesis and Fragment Caching (caching categories etc)
* Fixed CDN being enabled when creating NetDNA/MaxCDN pullzone
* Fixed NewRelic related notice in compatibility popup
* Fixed trailing slash issue in filename to url conversion
* Fixed issue with wp in subdirectory and relative Minimal Manual urls
* Fixed issue with widget styling
* Fixed issue with Purge All button action
* Fixed issue with exporting of settings
* Fixed issue with plugin interferring with preview theme
* Fixed issue with malformed config files
* Added caching of list of posts pages (tags, categories etc) to Genesis extension a long with flush it checkbox
* Added typecasting on expiration time in object cache drop-in
* Added capability check for save options
* Added FeedBurner extension
* Added woff support to Browser Cache
* Added new CloudFlare IPs
* Added support for WordPress defined charset and collate in CDN queue table creation
* Added WordPress SEO by Yoast extension
* Added *.less to CDN theme uploads and MIME
* Added default settings for MaxCDN Pull Zone creation
* Added call to change MaxCDN canonical header setting to match plugin setting
* Added one button default pull zone creation to MaxCDN without refresh
* Added MaxCDN authorization validation
* Added whitelist IPs notification for MaxCDN
* Added support for use of existing zones without refresh
* Added new mime types
* Added support for separate domains for frontend and admin backend
* Added CloudFlare as an extension
* Added nofollow to blogroll links
* Added DEV mode support to PRO version
* Added EDGE MODE functionality
* Improved wrapper functions in plugins.php for plugin / theme authors
* Improved reliability of NetDNA / MaxCDN API calls by using WP HTTP and not cURL
* Improved Fragment Caching debug information
* Improved preview mode, removed query string requirement
* Improved FAQ structure
* Improved empty minify/pgcache cache notification when using CDN
* Improved default settings for MaxCDN zone creation
* Improved CDN queue performance
* Improved blogmap url sanitation
* Improved MaxCDN automatic zone creation process
* Improved license key saving and Pro mode activation on Pro license purchases
* Updated EDGE MODE: Full site mirroring support for MaxCDN
* Updated translations

= 0.9.3 =
* Added support for extensions
Expand Down
97 changes: 97 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,104 @@ Please reach out to all of these people and support their projects if you're so

== Changelog ==

= 0.9.4.6.2 =
* Fixed a strict mode error specific to PHP 5.4/5.6 users
* Configuration file loader adjustment to handle a case of someone going from v0.9.5.2+ to v0.9.4.x

= 0.9.4.6.1 =
* CSSTidy (minifier) updated. Now supports CSS3.0 + new options and a few bug fixes
* AWS v4 signature updates
* Enhancement to query string handling for disk enhanced mode
* AMP plugin compatibility fix
* Config reader performance boost
* Cloudfront CDN patch
* Embedded minified content (js and css) has been tweaked
* House-cleaning to fix some file mismatches
* Removed rtf/rtx and svg/svgz from the HTML mime types
* Fixed APCu implementation in the dashboard
* User agent is now used during cache priming

= 0.9.4.6 =
* Amazon Web Services (AWS) v4 signature support (fixes the AWS4-HMAC-SHA256 error issue)
Note: for existing S3 users, you will need to set the bucket region under the CDN section
* Added new AWS regions and endpoints
* Can change cache directory location without php warnings
* Rebranded internally to the w3-total-cache-fixed folder
* Update notifications and future installs of this plugin are now done directly within the WP plugin page
* Prevents activation (with admin notice) when another W3TC install is active
* Corrected export setting to have a .json extension

= 0.9.4.5.6 =
* Fixed an SNS vulnerability
* Fixed an SSRF security flaw
* Removed deprecated WordPress code
* WP-CLI new feature: Prime cache pages
* Support for WEBP image format
* New feature to allow embedding of minified JS and CSS content directly into the HTML page (good for AMP, Service Workers, and prefetching)
* Fixed bug where it was attempting to delete an addin object cache file before knowing if it existed
* Added in a dashboard widget showing the latest release

= 0.9.4.5.5 =
* Adds a new "Hide Plugin Update Notification" checkbox under General Settings' Miscellaneous area
* Fragment caching fix when using PHP7
* Modified the support link that is visible in the Admin bar to point ot this fork's Issues forum
* Addendum to make ready for WP 4.7+ changes that was made back in 0.9.4.5.1
* Fix to the Hide Update Notification message that was causing problems when deactivating/adding plugins

= 0.9.4.5.4 =
* Fixes the 4 security flaws (security token bypass, file upload/download, eval)

= 0.9.4.5.3 =
* Fixed sitemap plugins like Yoast which dropped the priority attribute
* No longer includes external scripts and styles for AMP pages (see v0.4.5.6 for a new feature that allows minified files to be embeded)
* Proper caching and client-side returns of feeds and sitemaps for disk enhanced when "Handle XML Mime Type" is selected
* Fixed a PHP warning notice that occurred when attempting to minify an xml file
* Tweak was made to the Purge Sitemaps default regex
* Sitemaps are now set to not cach by default on fresh installs
* Modified wp's plugin page display name to reflect the real name of this repo
* Page cache bug fix -- Was allowing the calling script to auto allow itself to be cached as well as allowing queries to be cached

= 0.9.4.5.2 =
* Adjusted "w3tc_pgcache_lifetime" filter and added extra optional parameters
* New fields under Page Cache Advanced section: Never cache pages associated with categories, tags, authors, and custom fields
* Flush cached sitemaps
* Cleaned up dashboard
* Fixed security issue -- xss vulnerability

= 0.9.4.5.1 =
* Expanded regular expression support for several Page Cache and Minify fields
* Google PageSpeed - added a new feature (under General Settings) to allow users to provide an optional http referrer for better security
* Amazon Cloudfront (origin pull) expires header now works
* w3tc_pgcache_lifetime filter
* nginx rules fix
* Alow the use of "~" (tilde) in boxes that allow for regex input
* Added "w3tc_pgcache_lifetime" filter to allow control of how long a page can live
* Added smart browser cache default settings
* WP v4.7+ changes the behavior of $wp_filter so this has now been reflected in code
* Fixed a bug for the "Cache Exception List" field.
* Fixed a bug where all "Expires Header" checkboxes became unchecked and disabled when just selecting Amazon Cloudfront (origin pull) despite the CDN not being enabled
* Fixes the "Recently an error occurred while creating the CSS / JS minify cache: File "XXX" doesn't exist" bug
* URL parsing fix for page cache flushing
* SSL caching -- fixes a bug where SSL pages were always getting cached despite the "Cache SSL (https) Requests" option being unchecked
* Fixes the role removal issue bug
* Memcached Extension Support
* Fixed incorrect labels on Redis settings page
* Page cache compatibility mode now Apache 2.4+ aware
* Load balancer fix -- for ssl sites behind load balancers
* Fixes an old locale bug
* "Accepted Query Strings" field and "Rejected Cookies" field allow for key/value pairs input as well as regex support

= 0.9.4.5 =
* Removed Deprecated WordPress Code
* Full PHP7 Compliancy (Passes PHPCompatibility: 100%)
* Memcache Extension Support
* APCu Support
* OPcache Support
* WOFF2 Font Support
* Proper HTTPS Caching
* AMP Support
* Redis Support
* Removed Nag Screens, Obsolete Widgets, & Licensing
* Added Redis support
* Fixed some bugs: https://github.com/szepeviktor/fix-w3tc/blob/master/README.md#fix

Expand Down

1 comment on commit 8f46d07

@szepeviktor
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you.

Please sign in to comment.