Plugin Directory

Changeset 2801427


Ignore:
Timestamp:
10/19/2022 08:04:26 PM (3 years ago)
Author:
imageengine
Message:

updated hints

Location:
image-cdn/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • image-cdn/trunk/image-cdn.php

    r2785283 r2801427  
    1717 * Text Domain:       image-cdn
    1818 * License:           GPLv2 or later
    19  * Version:           1.1.7
     19 * Version:           1.1.8
    2020 */
    2121
     
    2424
    2525// Update this when you update the "Version" above!
    26 define( 'IMAGE_CDN_VERSION', '1.1.7' );
     26define( 'IMAGE_CDN_VERSION', '1.1.8' );
    2727
    2828// Load plugin files.
  • image-cdn/trunk/imageengine/class-imagecdn.php

    r2785283 r2801427  
    3030        'sec-ch-width',
    3131        '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'
    3240        /**
    3341         * Disabled for CORS compatibility:
  • image-cdn/trunk/readme.txt

    r2785283 r2801427  
    121121== Changelog ==
    122122
     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
    123128= 1.1.7 =
    124129* 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.