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

Commit

Permalink
Core GIT Files (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
amiga-500 committed Jan 30, 2017
1 parent b225070 commit 3d47122
Show file tree
Hide file tree
Showing 6 changed files with 100 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitattributes
@@ -0,0 +1,10 @@
.gitattributes export-ignore
.gitignore export-ignore
.travis.yml export-ignore
bin export-ignore
README.md export-ignore
LICENSE export-ignore
ISSUE_TEMPLATE.md export-ignore
PULL_REQUEST_TEMPLATE.md export-ignore
tests export-ignore
phpunit.xml.dist export-ignore
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
bin/**
5 changes: 5 additions & 0 deletions ISSUE_TEMPLATE.md
@@ -0,0 +1,5 @@
Thank you for reporting an issue!

Please make sure you describe the issue and your use case.

If you are also proposing a solution then please make sure to elaborate on why your solution is adequate.
21 changes: 21 additions & 0 deletions LICENSE
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2016 Viktor Szépe

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
7 changes: 7 additions & 0 deletions PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,7 @@
Thank you for proposing a fix! Please make sure you describe the issue, provide a use case, and elaborate on why your solution is an adequate one.

In Summary:

1. What is the problem?
2. Where is the cause?
3. How was it solved?
56 changes: 56 additions & 0 deletions README.md
@@ -0,0 +1,56 @@
# W3 Total Cache (Fixed) [![Build Status](https://travis-ci.org/szepeviktor/w3-total-cache-fixed.svg?branch=v0.9.5.x)](https://travis-ci.org/szepeviktor/w3-total-cache-fixed)

This project is a community driven build of W3 Total Cache (W3TC) originally developed by [@ftownes](https://github.com/ftownes). The aim is to continuously incorporate fixes, improvements, and enhancements over the official Wordpress release of [W3 Total Cache](https://wordpress.org/plugins/w3-total-cache/).

[DONE]: http://i65.tinypic.com/2dbjpn6.png "Feature Integrated"
[PENDING]: http://i68.tinypic.com/25000tw.png "Still Pending"

**There are two actively maintained _W3TC (Fixed)_ generations in this repository: [Version 0.9.5.x](https://github.com/szepeviktor/w3-total-cache-fixed/tree/v0.9.5.x) and [Version 0.9.4.x](https://github.com/szepeviktor/w3-total-cache-fixed/tree/v0.9.4.x)**<br>

Both generations fill voids for two sets of users. Although on the surface both are separated by a trivial subversion increment in their names, their underlying coding structure is vastly different. Because of that they potentially operate differently under the same server-side configurations.

**_Version 0.9.5.x_** is a fork of the latest official release of W3TC (found on WordPress) but also integrates updates, security patches, and new features.

**_Version 0.9.4.x_** is for those who, for one reason or another, are unable to upgrade to W3TC v0.9.5.x and so prefer to stick with this legacy version (because they've had success with it) but still yearn for updates, security patches, and new features.

Make sure you select the correct generation that fits your environment.

---

### Latest Release

| Generation | Date |Version | Download Link
| ------------- |:-------------:|:-----:|-----|
| For 0.9.5.x Users | 2017-01-30 | 0.9.5.2.1 | [w3-total-cache-fixed-(for-v0.9.5.x-users).zip](https://github.com/szepeviktor/w3-total-cache-fixed/releases/download/0.9.5.2.1/w3-total-cache-fixed-for-v0.9.5.x-users.zip)
| For 0.9.4.x Users | 2017-01-19 | 0.9.4.6.2| [w3-total-cache-fixed-(for-v0.9.4.x-users).zip](https://github.com/szepeviktor/w3-total-cache-fixed/releases/download/0.9.4.6.2/w3-total-cache-fixed-for-v0.9.4.x-users.zip)

---

### Installation (for v0.9.5.x Users)

1. Deactivate and delete your existing W3 Total Cache plugin (if installed) from within WordPress' Plugin page.
1. Use FTP or some other file manager to navigate to _`wp-content/plugins/`_.
1. Download the **_latest release_** (see above) and extract its contents into _`wp-content/plugins/`_.
1. Activate the _W3 Total Cache (Fixed)_ plugin from within WordPress' Plugin page.
1. Verify everything is working correctly and that your original configuration settings are still present.
1. Empty all caches.

### Fixes, Improvements, & Enhancement Highlights


Since the last [official release](https://wordpress.org/plugins/w3-total-cache/) of W3 Total Cache (v0.9.5.2), the following new features, bug fixes, and updates have been applied to this repository's [v0.9.5.x](https://github.com/szepeviktor/w3-total-cache-fixed/tree/v0.9.5.x) branch, which has its base already synced to v0.9.5.2:

Type | More Information |
--- | --- |
:cyclone: New Feature | [Dashboard Widget For Flushing Individual User-Inputted URLs](https://github.com/szepeviktor/w3-total-cache-fixed/commit/f098003e8e4b4a3dbc2504b8a47b62205d5f6b9b) |
:beetle: Bug Fix | [Gzipped Cached Pages Are Not Decoded Correctly -- PHP 5.3.x Specific](https://github.com/szepeviktor/w3-total-cache-fixed/pull/313) |
:beetle: Bug Fix | [_{uploads_dir}_ Placeholder & Full URLS Issue In CDN Custom Files Field](https://github.com/szepeviktor/w3-total-cache-fixed/pull/316) |
:diamond_shape_with_a_dot_inside: Update | [CSSTidy Updated to v1.5.5 With New Options - Requires PHP 5.4+](https://github.com/szepeviktor/w3-total-cache-fixed/pull/317) |
:cyclone: New Feature | [Google PageSpeed Widget - Key Restriction Field Added](https://github.com/szepeviktor/w3-total-cache-fixed/pull/318) |
:cyclone: New Feature | [Page Cache - Added 4 New "_Never Cache ..._" Fields](https://github.com/szepeviktor/w3-total-cache-fixed/pull/319) |
:beetle: Bug Fix | [Admin Image URLs Malformed For Must-Use Plugins (mu-plugins)](https://github.com/szepeviktor/w3-total-cache-fixed/pull/322) |
:cyclone: New Feature | [WP-CLI - Prime the Page Cache (Cache Preload)](https://github.com/szepeviktor/w3-total-cache-fixed/pull/324) |
:beetle: Bug Fix | [Flushing Not Working Consistently For Post Changes](https://github.com/szepeviktor/w3-total-cache-fixed/pull/331) |
:diamond_shape_with_a_dot_inside: Update | [Amazon Web Services (AWS) Signature v4 Support & New Locations](https://github.com/szepeviktor/w3-total-cache-fixed/pull/332) |
:beetle: Bug Fix | [Save Cloudflare Settings - SSL Update Failure](https://github.com/szepeviktor/w3-total-cache-fixed/pull/334) |
:cyclone: New Feature | [Rewrite URLs via _wp_..._attachment_for_js()_ filter when CDN is Enabled](https://github.com/szepeviktor/w3-total-cache-fixed/pull/336) |

0 comments on commit 3d47122

Please sign in to comment.