renolit/reint-file-timestamp

Timestamp parameter in public file uri

Installs: 11 306

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 2

Forks: 1

Open Issues: 0

Type:typo3-cms-extension

3.0.1 2022-06-01 20:24 UTC

This package is auto-updated.

Last update: 2024-03-29 03:39:02 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.