About LastModified
MODx Revolution plugin which handle request If-Modified-Since and return Last-Modified header and 304 response code if necessary. The key difference from similar packages is a possibility to update last editing date of parent resource to reacquire its content.
Information
Released
December 13, 2021
Supported Database
MySQL
License
MIT
Supported Versions
2.0 - Current
Downloads
4,450
Instructions
To set up this plugin please go to the System settings after an installation and pick lastmodified namespace.
New in 1.1.0-pl
1.1.0-pl
- Add exclude by id setting
 - Refactor plugin code and logic
 - Update README information and settings
 - Update code style
 - Some improvements
 
1.0.10-pl
- Add clear cache for all updated documents on OnDocFormSave
 - Massive refactoring
 - Update .gitignore
 
1.0.9-pl
- Add contexts support
 - Some improvements
 
1.0.8-pl
- Add prevent on session variables names
 
1.0.7-pl
- Add prevent handling for authorized users
 - Some improvements
 
1.0.6-pl
- Add update start page
 - Some improvements
 
1.0.5-pl
- Add update nesting level
 
- Parent 0 bugfix
 - Some improvements
 
- Add update parent editedon functionality
 - Some phpdoc annotation update
 
- Add response directive option
 - Update lexicon files and docs
 - Some improvements
 
- Add maxage and expires options
 - Add HTTP protocol version
 - Update lexicon files and docs
 
- Initial release