From 6013e506f04f344de5aa3a2e02c22d3c41ca7859 Mon Sep 17 00:00:00 2001 From: Roman Sedykh Date: Fri, 14 Jun 2024 13:25:22 +0200 Subject: [PATCH] Update changelogs --- CHANGELOG.md | 4 ++-- readme.txt | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3beeeb9..9da1f46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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-06-10 +## [3.1.0] — 2024-06-14 Fixed: * Resolved a Cross-Site Request Forgery (CSRF) vulnerability on the settings page. @@ -16,7 +16,7 @@ Added: * Bulk download files from the server. Compatibility: -* Tested in WordPress up to version 6.4.3 +* Tested in WordPress up to version 6.5.4 ## [3.0.11] — 2023-11-14 diff --git a/readme.txt b/readme.txt index f22e7fd..8fd3998 100644 --- a/readme.txt +++ b/readme.txt @@ -117,6 +117,7 @@ Send us your feedback, = 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. +Added bulk download files from the server. = 3.0.10 = Fixed PHP 7.4 support.