renolit / reint-file-timestamp
Timestamp parameter in public file uri
Installs: 13 386
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 1
Open Issues: 0
Type:typo3-cms-extension
Requires
- php: ^8.1
- typo3/cms-core: ^12.4
Requires (Dev)
- ergebnis/composer-normalize: ^2.42
Replaces
- typo3-ter/reint-file-timestamp: 4.0.0
This package is auto-updated.
Last update: 2024-10-04 21:03:57 UTC
README
A TYPO3 extension which adds a timestamp parameter to public file urls - in frontend and backend - of TYPO3.
Example: https://mydomain.tld/myfile.pdf will be changed to https://mydomain.tld/myfile.pdf?v=timestampoffile
It is useful for content publisher in TYPO3 because some browsers cache the files extremely and after updating the file in TYPO3 the changes can't bee seen.
Useful for editors e.g. in Intranet systems or Corporate websites.
Because most of the time it's not useful to change the public url of all files, the default configuration will only change public url of docx, doc, pdf, xls, xlsx, odt, ods, ppt and pptx documents in frontend.
The changed public url is done in backend for all files in the filelist module.
Installation and Usage
More information on introduction and usage can be found in the documentation folder.
Issues and Feedback
Please use Github to send me issues or feature requests, feedback or in best case pull requests. Thanks.