Changeset 2554548
- Timestamp:
- 06/26/2021 08:19:02 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
r2554544 r2554548 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. 37 * Version: 1.0.4 8 8 * Author: Matthias-Christian Ott 9 9 * License: GPLv2 or later 10 10 * License URI: https://www.gnu.org/licenses/gpl-2.0.html 11 * Text Domain: attachment-url-version12 11 */ 13 12 -
attachment-url-version/trunk/readme.txt
r2554544 r2554548 2 2 Contributors: ott 3 3 Tags: attachment, cache 4 Requires at least: 4. 54 Requires at least: 4.6 5 5 Tested up to: 5.7 6 6 Requires PHP: 7.4 7 Stable tag: 1.0. 37 Stable tag: 1.0.4 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 19 19 == Changelog == 20 20 21 = 1.0.4 = 22 * Require WordPress 4.6 to properly prepare the plugin for localization. 23 21 24 = 1.0.3 = 22 25 * Properly prepare the plugin for localization.
Note: See TracChangeset
for help on using the changeset viewer.