Skip to content

Commit

Permalink
Version bump to 3.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
rsedykh committed Jan 24, 2022
1 parent 42b5185 commit 27286ee
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based now on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [3.0.8] — 2022-01-24

* Removed types from method (bug fix for https://wordpress.org/support/topic/fatal-error-3-0-7/).

## [3.0.7] — 2021-08-20

* Changed plugin responsive images default mechanism to leverage default WordPress "srcset" behavior improved with our smart image quality and auto format features.
Expand Down
6 changes: 5 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: 5.7.2
Requires PHP: 7.1
Stable tag: 3.0.7
Stable tag: 3.0.8
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 @@ -132,6 +132,10 @@ Access all files in your Uploadcare account via Media Library.

== Changelog ==

= 3.0.8

* Removed types from method (bug fix for https://wordpress.org/support/topic/fatal-error-3-0-7/).

= 3.0.7 =

* Changed plugin responsive images default mechanism to leverage default WordPress "srcset" behavior improved with our smart image quality and auto format features.
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.7
* Version: 3.0.8
* 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.7';
public const UPLOADCARE_VERSION = '3.0.8';

public function __construct()
{
Expand Down

0 comments on commit 27286ee

Please sign in to comment.