diff --git a/CHANGELOG.md b/CHANGELOG.md index ff767de..21c948a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +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.1.0] — 2024-03-20 +## [3.1.0] — 2024-06-10 Fixed: +* Resolved a Cross-Site Request Forgery (CSRF) vulnerability on the settings page. * Fixed behaviour when uploading and downloading current images to and from Uploadcare storage. * Autotests support. diff --git a/readme.txt b/readme.txt index 5425095..55aebab 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.3 Requires PHP: 7.4 -Stable tag: 3.0.11 +Stable tag: 3.1.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Donate link: https://uploadcare.com/pricing/ @@ -115,6 +115,7 @@ Send us your feedback, == Upgrade Notice == = 3.1.0 = +Resolved a Cross-Site Request Forgery (CSRF) vulnerability on the settings page. Fixed behaviour when uploading and downloading current images to and from Uploadcare storage. = 3.0.10 =