Changeset 2772992 – WordPress Plugin Repository (original) (raw)

Timestamp:

08/21/2022 01:31:32 AM (3 years ago)

tlovett1

Message:

Update to version 1.1.4 from GitHub

Location:

dynamic-cloudinary

Files:

Legend:

Unmodified

Added

Removed

r2772991 r2772992
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.3
6 * Version: 1.1.34
7 7 * Requires PHP: 7.0
8 8 * Author: Taylor Lovett
20 20 namespace DynamicCloudinary;
21 21
22 define( 'DYNAMIC_CLOUDINARY_VERSION', '1.1.3' );
22 define( 'DYNAMIC_CLOUDINARY_VERSION', '1.1.4' );
23 23 define( 'DYNAMIC_CLOUDINARY_URL', plugin_dir_url( __FILE__ ) );
24 24 define( 'DYNAMIC_CLOUDINARY_PATH', plugin_dir_path( __FILE__ ) );
r2772991 r2772992
1 === Dynamic Cloudunary ===
1 === Dynamic Cloudinary ===
2 2 Contributors: tlovett1
3 3 Tags: images, cdn, cloudianry, core web vitals, cwv, performance, image optimization
28 28 == Changelog ==
29 29
30 = 1.1.4 =
31 * Typo fix
32
30 33 = 1.1.3 =
31 34 * Plugin released to .org
r2772991 r2772992
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.3
6 * Version: 1.1.34
7 7 * Requires PHP: 7.0
8 8 * Author: Taylor Lovett
20 20 namespace DynamicCloudinary;
21 21
22 define( 'DYNAMIC_CLOUDINARY_VERSION', '1.1.3' );
22 define( 'DYNAMIC_CLOUDINARY_VERSION', '1.1.4' );
23 23 define( 'DYNAMIC_CLOUDINARY_URL', plugin_dir_url( __FILE__ ) );
24 24 define( 'DYNAMIC_CLOUDINARY_PATH', plugin_dir_path( __FILE__ ) );
r2772991 r2772992
1 === Dynamic Cloudunary ===
1 === Dynamic Cloudinary ===
2 2 Contributors: tlovett1
3 3 Tags: images, cdn, cloudianry, core web vitals, cwv, performance, image optimization
28 28 == Changelog ==
29 29
30 = 1.1.4 =
31 * Typo fix
32
30 33 = 1.1.3 =
31 34 * Plugin released to .org

Note: See TracChangeset for help on using the changeset viewer.