From 14ebbcef17db5d02e5b3bbaa1957073e7faec34c Mon Sep 17 00:00:00 2001 From: Vitaly Shaposhnik Date: Fri, 20 Nov 2020 11:07:18 +0200 Subject: [PATCH] =?UTF-8?q?chore:=20release=20of=20new=20version=202.15.11?= =?UTF-8?q?=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ README.md | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85dab68..c07133e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,10 @@ Types of changes: - ... ------------- +# 2.15.11 - 2020-11-20 +### Changed +- Clean imageSealing extra configs (everything must be configurated in user configs). + # 2.15.10 - 2020-11-19 ### Changed - Sealing container. diff --git a/README.md b/README.md index 3573655..7f722bc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ > Repository includes React version and JS wrapper for standalone usage -[![Release](https://img.shields.io/badge/release-v2.15.10-blue.svg)](https://github.com/scaleflex/filerobot-uploader/releases) +[![Release](https://img.shields.io/badge/release-v2.15.11-blue.svg)](https://github.com/scaleflex/filerobot-uploader/releases) [![Free plan](https://img.shields.io/badge/price-includes%20free%20plan-green.svg)](https://www.filerobot.com/en/home#2de3fb9f-dd4a-457a-999a-025ad9bd5f3b) [![Contributions welcome](https://img.shields.io/badge/contributions-welcome-orange.svg)](#contributing) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT) @@ -65,7 +65,7 @@ The Filerobot Uploader is a multi-function Uploader that will make uploads super Use latest CDNized plugin version ```html - + ``` ### Quick start diff --git a/package.json b/package.json index fd98f7b..6625bb5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "filerobot-uploader", - "version": "2.15.10", + "version": "2.15.11", "main": "dist/index.js", "description": "The Filerobot Uploader is a multi-function Uploader that will make uploads super easy in your web sites and apps. It is fast to integrate allows end users to upload media, files and any assets via Filerobot's reverse CDN. Files are stored into scalable and flexible Cloud storage, optimised and delivered over CDN to your end users rocket fast. Features include inline image editing, auto-tagging, auto-cropping and many more.", "author": "scaleflex",