Skip to content

Commit

Permalink
docs: Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Apr 27, 2024
1 parent fbf1f0e commit 193483e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 66 deletions.
60 changes: 0 additions & 60 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,63 +19,3 @@
## 4.0.0-beta.1 - 2022.03.12
### Added
* Initial Craft CMS 4 compatibility

## 1.0.10 - 2022.03.12

### Added
* Added the ability to use environment variables and aliases in the **FastCGI Cache Path** setting ([#9](https://github.com/nystudio107/craft-fastcgicachebust/issues/9))
* Added `.gitattributes` & `CODEOWNERS`

### Changed

* Refactored from `composer.json` `extra` to `__construct()` and object properties
* Switched documentation system to VitePress

## 1.0.9 - 2020.04.16
### Added
* Fixed Asset Bundle namespace case

## 1.0.8 - 2018.04.14
### Added
* The FastCGI Cache will now also be cleared whenever Template caches are deleted

### Changed
* Refactored out to `shouldBustCache` method
* Code cleanup

## 1.0.7 - 2018.03.20
### Changed
* Added a config file override warning to the Settings page
* Fixed inconsistent quotes in the `config.php`

## 1.0.6 - 2018.03.02
### Changed
* Fixed deprecation errors from Craft CMS 3 RC13

## 1.0.5 - 2018.02.01
### Added
* Renamed the composer package name to `craft-fastcgicachebust`

## 1.0.4 - 2017.12.06
### Added
* You can have more than one cache to have it clear by separating the paths with a comma (`,`) in the config settings

### Changed
* Updated to require craftcms/cms `^3.0.0-RC1`

## 1.0.3 - 2017.11.27
### Changed
* Don't bust the FastCGI Cache unless the element being saved is ENABLED or LIVE
* Don't bust the FastCGI Cache for certain custom ElementTypes

## 1.0.2 - 2017.08.12
### Changed
* Added 'FastCGI Cache' to the list of things that can be cleared via Craft's Clear Caches tool

## 1.0.1 - 2017.07.15
### Changed
* Craft 3 beta 20 compatibility

## 1.0.0 - 2017.06.16
### Added
- Initial release
4 changes: 2 additions & 2 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
The MIT License (MIT)

Copyright (c) 2017 nystudio107
Copyright (c) nystudio107

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.
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.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ To install FastCGI Cache Bust, follow these steps:

You can also install FastCGI Cache Bust via the **Plugin Store** in the Craft Control Panel.

FastCGI Cache Bust works on Craft 4.x.

## Documentation

Click here -> [FastCGI Cache Bust Documentation](https://nystudio107.com/plugins/fastcgi-cache-bust/documentation)
Expand Down
2 changes: 0 additions & 2 deletions docs/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ To install FastCGI Cache Bust, follow these steps:

You can also install FastCGI Cache Bust via the **Plugin Store** in the Craft Control Panel.

FastCGI Cache Bust works on Craft 3.x.

## FastCGI Cache Bust Overview

FastCGI Cache Bust is a simple plugin that clears your entire FastCGI Cache any time an entry is saved. This is somewhat of a scortched earth approach to cache invalidation, but it ensure cache coherency.
Expand Down

0 comments on commit 193483e

Please sign in to comment.