Changeset 2678259
- Timestamp:
- 02/14/2022 07:58:03 AM (4 years ago)
- Location:
- image-cdn/trunk
- Files:
-
- 2 edited
-
image-cdn.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
image-cdn/trunk/image-cdn.php
r2601861 r2678259 17 17 * Text Domain: image-cdn 18 18 * License: GPLv2 or later 19 * Version: 1.1. 519 * Version: 1.1.6 20 20 */ 21 21 … … 24 24 25 25 // Update this when you update the "Version" above! 26 define( 'IMAGE_CDN_VERSION', '1.1. 5' );26 define( 'IMAGE_CDN_VERSION', '1.1.6' ); 27 27 28 28 // Load plugin files. -
image-cdn/trunk/readme.txt
r2601861 r2678259 3 3 Tags: image cdn, cdn, ImageEngine, image optimizer, content delivery network, image convert, avif, webp 4 4 Requires at least: 4.6 5 Tested up to: 5. 85 Tested up to: 5.9 6 6 Requires PHP: 5.6 7 7 Stable tag: trunk … … 64 64 * Supports [ImageEngine Directives](https://support.imageengine.io/hc/en-us/articles/360058880672-Directives/?utm_source=wordpress.org&utm_medium=page&utm_term=wp-imageengine&utm_campaign=wp-imageengine). Users of ImageEngine can also configure the Directives for their assets to control image quality, automatic format conversion and automatic image resizing. 65 65 * Compatible with the [WordPress Cache Enabler](https://wordpress.org/plugins/cache-enabler/) plugin. 66 * Compatible with WooCommerce, Gutenberg, Elementor, WPBakery /Visual Composer, Oxygen Builder, Divi and other popular page builders.66 * Compatible with WooCommerce, Gutenberg, Elementor, WPBakery, Visual Composer, Oxygen Builder, Divi and other popular page builders. 67 67 68 68 == System Requirements == … … 121 121 == Changelog == 122 122 123 = 1.1.6 = 124 * Readme updates 125 123 126 = 1.1.5 = 124 127 * New logo
Note: See TracChangeset
for help on using the changeset viewer.