From 279743036279c6644c4d85ed8534cad41b701b62 Mon Sep 17 00:00:00 2001 From: Roman Sedykh Date: Mon, 13 Nov 2023 21:38:41 +0100 Subject: [PATCH] Updated version to 3.0.11 --- package.json | 2 +- readme.txt | 10 +++++++++- uploadcare.php | 4 ++-- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 5281e58..2df566b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uploadcare-wordpress", - "version": "3.0.10", + "version": "3.0.11", "devDependencies": { "@wordpress/block-editor": "^10.5.0", "@wordpress/components": "^22.1.0", diff --git a/readme.txt b/readme.txt index be12ad8..39a6f4f 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: file upload, cdn, storage, adaptive delivery, responsive, lazy loading, op Requires at least: 5.0 Tested up to: 6.4 Requires PHP: 7.4 -Stable tag: 3.0.10 +Stable tag: 3.0.11 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Donate link: https://uploadcare.com/pricing/ @@ -140,6 +140,14 @@ Access all files in your Uploadcare account via Media Library. == Changelog == += 3.0.11 = + +Fixed: +* Corrected the URL to the "upload with Uploadcare" button icon. + +Compatibility: +* Tested in WordPress up to version 6.4. + = 3.0.10 = * Fixed PHP 7.4 support. diff --git a/uploadcare.php b/uploadcare.php index ef6c97b..4cffd89 100644 --- a/uploadcare.php +++ b/uploadcare.php @@ -9,7 +9,7 @@ * Plugin Name: Uploadcare File Uploader and Adaptive Delivery * Plugin URI: https://github.com/uploadcare/uploadcare-wordpress * Description: Upload and store any file of any size from any device or cloud. No more slow downs when serving your images with automatic responsiviness and lazy loading. Improve your WP performance to boost Customer Experience and SEO. - * Version: 3.0.10 + * Version: 3.0.11 * Author: Uploadcare * Author URI: https://uploadcare.com/ * License: GPL-2.0+ @@ -19,7 +19,7 @@ */ class Uploadcare_Wordpress_Plugin { - public const UPLOADCARE_VERSION = '3.0.10'; + public const UPLOADCARE_VERSION = '3.0.11'; public function __construct() {