Changeset 2554541
- Timestamp:
- 06/26/2021 07:39:07 PM (5 years ago)
- Location:
- attachment-url-version/trunk
- Files:
-
- 2 edited
-
attachment-url-version.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
attachment-url-version/trunk/attachment-url-version.php
r2554529 r2554541 5 5 * Plugin URI: https://wordpress.org/plugins/attachment-url-version 6 6 * Description: Adds the version number of attachments to their URL. 7 * Version: 1.0. 17 * Version: 1.0.2 8 8 * Author: Matthias-Christian Ott 9 9 * License: GPLv2 or later -
attachment-url-version/trunk/readme.txt
r2554529 r2554541 5 5 Tested up to: 5.7 6 6 Requires PHP: 7.4 7 Stable tag: 1.0. 17 Stable tag: 1.0.2 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 13 13 == Description == 14 14 15 By default, attachments do not have a version query parameter, like, for example JavaScript have. This plugins adds version numbers to the query strings of attachments.15 By default, attachments do not have a version query parameter, like, for example JavaScript files have. This plugins adds version numbers to the query strings of attachments. 16 16 17 Version numbers are useful for caching. If an attachment changes, its version number and, therefore, its URL changes. This allows for the attachment to be cached for an extended period of time or indefintely, for example, with the directive "immutable" of the Cache-Control header.17 Version numbers in query strings are useful for caching. If an attachment changes, its version number and, therefore, its URL changes. This allows for the attachment to be cached for an extended period of time or indefintely, for example, with the directive "immutable" of the Cache-Control header. 18 18 19 19 == Changelog == 20 21 = 1.0.2 = 22 * Minor corrections in readme.txt. 20 23 21 24 = 1.0.1 =
Note: See TracChangeset
for help on using the changeset viewer.