Skip to content
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.

Commit

Permalink
chore: release of new version 2.15.18 馃殌
Browse files Browse the repository at this point in the history
  • Loading branch information
karpovich-philip committed Dec 21, 2020
1 parent a72d50a commit c5ae68f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -25,6 +25,10 @@ Types of changes:
- ...

-------------
# 2.15.18 - 2020-12-21
### Fixed
- fix: closeOnEdit prop bug

# 2.15.17 - 2020-12-21
### Fixed
- fix: add check for closeOnEdit and closeOnSave props in config
Expand Down
4 changes: 2 additions & 2 deletions 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.17-blue.svg)](https://github.com/scaleflex/filerobot-uploader/releases)
[![Release](https://img.shields.io/badge/release-v2.15.18-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)
Expand Down Expand Up @@ -65,7 +65,7 @@ The Filerobot Uploader is a multi-function Uploader that will make uploads super
Use latest CDNized plugin version

```html
<script src="https://cdn.scaleflex.it/plugins/filerobot-uploader/2.15.17/filerobot-uploader.min.js"></script>
<script src="https://cdn.scaleflex.it/plugins/filerobot-uploader/2.15.18/filerobot-uploader.min.js"></script>
```

### <a name="quick_start"></a>Quick start
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "filerobot-uploader",
"version": "2.15.17",
"version": "2.15.18",
"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",
Expand Down

0 comments on commit c5ae68f

Please sign in to comment.