Skip to content

Commit

Permalink
Updated version to 3.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
rsedykh committed Nov 13, 2023
1 parent b8bd684 commit 2797430
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
10 changes: 9 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions uploadcare.php
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand All @@ -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()
{
Expand Down

0 comments on commit 2797430

Please sign in to comment.