Version Description
- Fixed - PHP warning reported here
Download this release
Release Info
Developer | glenwpcoder |
Plugin | Drag and Drop Multiple File Upload – Contact Form 7 |
Version | 1.3.3.2 |
Comparing to | |
See all releases |
Code changes from version 1.3.3.1 to 1.3.3.2
- drag-n-drop-upload-cf7.php +2 -2
- readme.txt +7 -3
drag-n-drop-upload-cf7.php
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
* Description: This simple plugin create Drag & Drop or choose Multiple File upload in your Confact Form 7 Forms.
|
7 |
* Text Domain: dnd-upload-cf7
|
8 |
* Domain Path: /languages
|
9 |
-
* Version: 1.3.3.
|
10 |
* Author: Glen Don L. Mongaya
|
11 |
* Author URI: http://codedropz.com
|
12 |
* License: GPL2
|
@@ -21,7 +21,7 @@
|
|
21 |
define( 'dnd_upload_cf7', true );
|
22 |
|
23 |
/** Define plugin Version */
|
24 |
-
define( 'dnd_upload_cf7_version', '1.3.3.
|
25 |
|
26 |
/** Define constant Plugin Directories */
|
27 |
define( 'dnd_upload_cf7_directory', untrailingslashit( dirname( __FILE__ ) ) );
|
6 |
* Description: This simple plugin create Drag & Drop or choose Multiple File upload in your Confact Form 7 Forms.
|
7 |
* Text Domain: dnd-upload-cf7
|
8 |
* Domain Path: /languages
|
9 |
+
* Version: 1.3.3.2
|
10 |
* Author: Glen Don L. Mongaya
|
11 |
* Author URI: http://codedropz.com
|
12 |
* License: GPL2
|
21 |
define( 'dnd_upload_cf7', true );
|
22 |
|
23 |
/** Define plugin Version */
|
24 |
+
define( 'dnd_upload_cf7_version', '1.3.3.2' );
|
25 |
|
26 |
/** Define constant Plugin Directories */
|
27 |
define( 'dnd_upload_cf7_directory', untrailingslashit( dirname( __FILE__ ) ) );
|
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
Donate link : http://codedropz.com/donation
|
3 |
Tags: drag and drop, contact form 7, ajax uploader, multiple file, upload, contact form 7 uploader
|
4 |
Requires at least: 3.0.1
|
5 |
-
Tested up to: 5.4
|
6 |
-
Stable tag: 1.3.3.
|
7 |
Requires PHP: 5.2.4
|
8 |
License: GPLv2 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
@@ -54,7 +54,8 @@ Checkout available features on **PRO version**.
|
|
54 |
* Max Total Size *( All Uploaded Files )*
|
55 |
* Parallel/Sequential Upload *( Number of files to simultaneously upload )*
|
56 |
* Change Filename Pattern ({filename}, {ip_address}, {random}, {post_id}, {post_slug}, etc.)
|
57 |
-
|
|
|
58 |
|
59 |
You can get [PRO Version here](https://www.codedropz.com/purchase-plugin/)!
|
60 |
|
@@ -123,6 +124,9 @@ To install this plugin see below:
|
|
123 |
|
124 |
== Changelog ==
|
125 |
|
|
|
|
|
|
|
126 |
= 1.3.3.1 =
|
127 |
* Improved Security - ( Check valid filename & extensions, sanitations, Secured File deletions )
|
128 |
* New - Allowed non ASCII file name
|
2 |
Donate link : http://codedropz.com/donation
|
3 |
Tags: drag and drop, contact form 7, ajax uploader, multiple file, upload, contact form 7 uploader
|
4 |
Requires at least: 3.0.1
|
5 |
+
Tested up to: 5.4.1
|
6 |
+
Stable tag: 1.3.3.2
|
7 |
Requires PHP: 5.2.4
|
8 |
License: GPLv2 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
54 |
* Max Total Size *( All Uploaded Files )*
|
55 |
* Parallel/Sequential Upload *( Number of files to simultaneously upload )*
|
56 |
* Change Filename Pattern ({filename}, {ip_address}, {random}, {post_id}, {post_slug}, etc.)
|
57 |
+
* Optimize Image
|
58 |
+
* Able to Resize/Crop image
|
59 |
|
60 |
You can get [PRO Version here](https://www.codedropz.com/purchase-plugin/)!
|
61 |
|
124 |
|
125 |
== Changelog ==
|
126 |
|
127 |
+
= 1.3.3.2 =
|
128 |
+
* Fixed - PHP warning reported [here](https://wordpress.org/support/topic/php-warning-count-parameter-must-be-an-array-2/)
|
129 |
+
|
130 |
= 1.3.3.1 =
|
131 |
* Improved Security - ( Check valid filename & extensions, sanitations, Secured File deletions )
|
132 |
* New - Allowed non ASCII file name
|