From 6ebc6544fec266fd87ca8a6dc372e8043600ee55 Mon Sep 17 00:00:00 2001 From: Dani3lSun Date: Thu, 7 Jan 2016 09:01:51 +0100 Subject: [PATCH] changelog for version 1.3 --- README.md | 2 ++ apexplugin.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 74d4fe4..8714e65 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ Dropzone is a region type plugin that allows you to provide nice looking drag’ It is based on JS Framework dropzone.js (https://github.com/enyo/dropzone). ##Changelog +####1.3 - set default for "max Files" to dropzone default of 256 + ####1.2 - added max files per upload option / added customizable messages for better multilingual support ####1.1 - added options to limit uploading of declared file types (file endings, mime_types, wildcards) / clear dropzone area after uploading of all files finished diff --git a/apexplugin.json b/apexplugin.json index 8164631..282b871 100644 --- a/apexplugin.json +++ b/apexplugin.json @@ -1,6 +1,6 @@ { "name" : "Dropzone", - "version" : "1.2", + "version" : "1.3", "description" : "Dropzone is a region type plugin that allows you to provide nice looking drag’n’drop file uploads.", "keywords" : ["dropzone,drag,drop,file,upload"], "homepage" : "https://github.com/Dani3lSun/apex-plugin-dropzone",