Screenshots
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 29, 2022
Supported Database
MySQL
License
MIT
Supported Versions
2.0 - Current
Downloads
4,203
Instructions
To set up this plugin please go to the System settings after an installation and pick lastmodified namespace.
New in 1.1.1-pl
1.1.1-pl
- Remove some redundant empty value checks
- Update README file
- Some improvements
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