Download the PHP package rah/rah_nocache without Composer
On this page you can find all versions of the php package rah/rah_nocache. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download rah/rah_nocache
More information about rah/rah_nocache
Files in rah/rah_nocache
Package rah_nocache
Short Description Adds no-cache HTTP headers to Textpattern CMS admin pages
License GPL-2.0
Homepage https://github.com/gocom/rah_nocache
Informations about the package rah_nocache
h1. rah_nocache
"Download":https://github.com/gocom/rah_nocache/releases | "Issues":https://github.com/gocom/rah_nocache | "Packagist":https://packagist.org/packages/rah/rah_nocache
Rah_nocache is a simple plugin for "Textpattern CMS":https://textpattern.com which tries to prevent client-side and proxy caching of admin-side editor forms by sending no-cache HTTP response headers. The plugin tries to remove all unwanted browser and proxy caching that could break admin-side panels functionality by redirecting requests to your local cache instead of showing the live pages. Usually important control panels and dynamically changing, informative pages shouldn't be cached, but should contain the most up-to-date information.
h2. Install
Using "Composer":https://getcomposer.org:
bc. $ composer require rah/rah_nocache
Or "download":https://github.com/gocom/rah_nocache/releases an installer package.
h2. Usage
Plug-and-play. No configuration is required after installing it.
h2. Changelog
h3. Version 0.5.0 - 2022/05/13
- Repackaged 0.4.0 as a Composer package.
- Internal: updated code-styling and development environment.
- Now requires PHP >= 7.4.0.
h3. Version 0.4.0 - 2013/04/17
- Improved: HTML5 validity.
- Improved: Prevents caching on Ajax, asynchronous and other script responses.
- Now requires Textpattern 4.5.0 or newer.
h3. Version 0.3 - 2012/07/12
- Improved: Some minor clean up, and updated to new source structure.
h3. Version 0.2 - 2011/10/30
- Added: License to the header comment block.
- Added: Some comments to the code.
- Updated: Help file.
h3. Version 0.1 - 2009/06/03
- Initial release.