diff --git a/README.md b/README.md index 551a6c4..de02f4e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Cloudinary Auto-Upload for WordPress -[![GitHub Actions](https://github.com/junaidbhura/auto-cloudinary/workflows/Coding%20Standards%20and%20Tests/badge.svg) +![GitHub Actions](https://github.com/junaidbhura/auto-cloudinary/workflows/Coding%20Standards%20and%20Tests/badge.svg) [Download the WP Plugin ♥](https://wordpress.org/plugins/auto-cloudinary/) diff --git a/auto-cloudinary.php b/auto-cloudinary.php index 4e907b9..8bb0cbd 100644 --- a/auto-cloudinary.php +++ b/auto-cloudinary.php @@ -2,9 +2,9 @@ /* Plugin Name: Auto Cloudinary Description: Super simple Cloudinary auto-upload implementation for WordPress. -Version: 1.2.1 +Version: 1.2.2 Author: Junaid Bhura -Author URI: https://junaidbhura.com +Author URI: https://junaid.dev Text Domain: cloudinary */ diff --git a/readme.txt b/readme.txt index a782ef0..1638932 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: cloudinary, dynamic-images, cdn, image-optimization, image-manipulation Requires at least: 4.4 Tested up to: 5.3 Requires PHP: 5.6 -Stable tag: 1.2.1 +Stable tag: 1.2.2 Super simple Cloudinary auto-upload implementation for WordPress. @@ -140,6 +140,9 @@ Activate the plugin through the 'Plugins' menu in WordPress. == Changelog == += 1.2.2 = +* Re-opened and fixed "Fix images sizes in block editor" [#25](https://github.com/junaidbhura/auto-cloudinary/issues/25) + = 1.2.1 = * Fix images sizes in block editor [#25](https://github.com/junaidbhura/auto-cloudinary/issues/25)