Changeset 2774532 – WordPress Plugin Repository
- ️Wed Aug 24 2022
-
Timestamp:
- 08/24/2022 01:31:19 AM (3 years ago)
- tlovett1 Message:
-
Update to version 1.1.6 from GitHub
Location:
- dynamic-cloudinary Files:
-
Legend:
- Unmodified
- Added
- Removed
-
dynamic-cloudinary/tags/1.1.6/dynamic-cloudinary.php
r2773790 r2774532 4 4 * Plugin URI: https://github.com/tlovett1/dynamic-cloudinary 5 5 * Description: Automatically serve all your images optimized from the cloud. 6 * Version: 1.1.5 6 * Version: 1.1.6 7 7 * Requires PHP: 7.0 8 8 * Author: Taylor Lovett … … 20 20 namespace DynamicCloudinary; 21 21 22 define( 'DYNAMIC_CLOUDINARY_VERSION', '1.1.5' ); 22 define( 'DYNAMIC_CLOUDINARY_VERSION', '1.1.6' ); 23 23 define( 'DYNAMIC_CLOUDINARY_URL', plugin_dir_url( __FILE__ ) ); 24 24 define( 'DYNAMIC_CLOUDINARY_PATH', plugin_dir_path( __FILE__ ) ); -
dynamic-cloudinary/tags/1.1.6/readme.txt
r2773790 r2774532 4 4 Requires at least: 5.5 5 5 Tested up to: 6.0 6 Stable tag: 1.1.3 6 Stable tag: 1.1.6 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 28 28 == Changelog == 29 29 30 = 1.1.5 = 30 = 1.1.6 = 31 31 * Docs and plugin settings link 32 32 -
dynamic-cloudinary/trunk/dynamic-cloudinary.php
r2773790 r2774532 4 4 * Plugin URI: https://github.com/tlovett1/dynamic-cloudinary 5 5 * Description: Automatically serve all your images optimized from the cloud. 6 * Version: 1.1.5 6 * Version: 1.1.6 7 7 * Requires PHP: 7.0 8 8 * Author: Taylor Lovett … … 20 20 namespace DynamicCloudinary; 21 21 22 define( 'DYNAMIC_CLOUDINARY_VERSION', '1.1.5' ); 22 define( 'DYNAMIC_CLOUDINARY_VERSION', '1.1.6' ); 23 23 define( 'DYNAMIC_CLOUDINARY_URL', plugin_dir_url( __FILE__ ) ); 24 24 define( 'DYNAMIC_CLOUDINARY_PATH', plugin_dir_path( __FILE__ ) ); -
dynamic-cloudinary/trunk/readme.txt
r2773790 r2774532 4 4 Requires at least: 5.5 5 5 Tested up to: 6.0 6 Stable tag: 1.1.3 6 Stable tag: 1.1.6 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 28 28 == Changelog == 29 29 30 = 1.1.5 = 30 = 1.1.6 = 31 31 * Docs and plugin settings link 32 32
Note: See TracChangeset for help on using the changeset viewer.