Changeset 2801427
- Timestamp:
- 10/19/2022 08:04:26 PM (3 years ago)
- Location:
- image-cdn/trunk
- Files:
-
- 3 edited
-
image-cdn.php (modified) (2 diffs)
-
imageengine/class-imagecdn.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
image-cdn/trunk/image-cdn.php
r2785283 r2801427 17 17 * Text Domain: image-cdn 18 18 * License: GPLv2 or later 19 * Version: 1.1. 719 * Version: 1.1.8 20 20 */ 21 21 … … 24 24 25 25 // Update this when you update the "Version" above! 26 define( 'IMAGE_CDN_VERSION', '1.1. 7' );26 define( 'IMAGE_CDN_VERSION', '1.1.8' ); 27 27 28 28 // Load plugin files. -
image-cdn/trunk/imageengine/class-imagecdn.php
r2785283 r2801427 30 30 'sec-ch-width', 31 31 'sec-ch-viewport-width', 32 'sec-ch-ect', 33 'sec-ch-ua-full-version', 34 'sec-ch-ua-full-version-list', 35 'sec-ch-ua-platform-version', 36 'sec-ch-ua-arch', 37 'sec-ch-ua-wow64', 38 'sec-ch-ua-bitness', 39 'sec-ch-ua-model' 32 40 /** 33 41 * Disabled for CORS compatibility: -
image-cdn/trunk/readme.txt
r2785283 r2801427 121 121 == Changelog == 122 122 123 = 1.1.8 = 124 * Fixed: Add new client hints [#24](https://github.com/imgeng/image-cdn-wordpress/issues/24) 125 * Header : Permissions-Policy code updated 126 * version update 127 123 128 = 1.1.7 = 124 129 * Fixed: Update name of client hints [#19](https://github.com/imgeng/image-cdn-wordpress/issues/19)
Note: See TracChangeset
for help on using the changeset viewer.