Plugin Directory

Changeset 2554541


Ignore:
Timestamp:
06/26/2021 07:39:07 PM (5 years ago)
Author:
ott
Message:

Release version 1.0.2

Location:
attachment-url-version/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • attachment-url-version/trunk/attachment-url-version.php

    r2554529 r2554541  
    55 * Plugin URI: https://wordpress.org/plugins/attachment-url-version
    66 * Description: Adds the version number of attachments to their URL.
    7  * Version: 1.0.1
     7 * Version: 1.0.2
    88 * Author: Matthias-Christian Ott
    99 * License: GPLv2 or later
  • attachment-url-version/trunk/readme.txt

    r2554529 r2554541  
    55Tested up to: 5.7
    66Requires PHP: 7.4
    7 Stable tag: 1.0.1
     7Stable tag: 1.0.2
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    1313== Description ==
    1414
    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.
     15By 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.
    1616
    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.
     17Version 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.
    1818
    1919== Changelog ==
     20
     21= 1.0.2 =
     22* Minor corrections in readme.txt.
    2023
    2124= 1.0.1 =
Note: See TracChangeset for help on using the changeset viewer.