Version Description
- minor bug fixes in Pro version
Download this release
Release Info
Developer | nickboss |
Plugin | WordPress File Upload |
Version | 4.16.2 |
Comparing to | |
See all releases |
Code changes from version 4.16.1 to 4.16.2
- readme.txt +6 -0
- release_notes.txt +1 -1
- wordpress_file_upload.php +1 -1
readme.txt
CHANGED
@@ -149,6 +149,9 @@ There is an option in plugin's settings in Dashboard to relax the CSS rules, so
|
|
149 |
|
150 |
== Changelog ==
|
151 |
|
|
|
|
|
|
|
152 |
= 4.16.1 =
|
153 |
* corrected $_SESSION variable problem in maintenance purge function
|
154 |
|
@@ -906,6 +909,9 @@ Initial version.
|
|
906 |
|
907 |
== Upgrade Notice ==
|
908 |
|
|
|
|
|
|
|
909 |
= 4.16.1 =
|
910 |
Regular update to fix some bugs and introduce some code improvements.
|
911 |
|
149 |
|
150 |
== Changelog ==
|
151 |
|
152 |
+
= 4.16.2 =
|
153 |
+
* minor bug fixes in Pro version
|
154 |
+
|
155 |
= 4.16.1 =
|
156 |
* corrected $_SESSION variable problem in maintenance purge function
|
157 |
|
909 |
|
910 |
== Upgrade Notice ==
|
911 |
|
912 |
+
= 4.16.2 =
|
913 |
+
Minor update to fix some bugs.
|
914 |
+
|
915 |
= 4.16.1 =
|
916 |
Regular update to fix some bugs and introduce some code improvements.
|
917 |
|
release_notes.txt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
-
<!-- --><span><strong>Version 4.16.1</strong>
|
2 |
For more details about this version's changes please visit the <strong>Release Notes</strong> of the plugin's </span><a href="http://www.iptanus.com/wordpress-plugins/wordpress-file-upload/">support page</a><span>.</span><!-- -->
|
3 |
<!-- -->
|
1 |
+
<!-- --><span><strong>Version 4.16.2</strong> together with <strong>4.16.1</strong> are minor updates that introduce minor fixes.<br /><br />
|
2 |
For more details about this version's changes please visit the <strong>Release Notes</strong> of the plugin's </span><a href="http://www.iptanus.com/wordpress-plugins/wordpress-file-upload/">support page</a><span>.</span><!-- -->
|
3 |
<!-- -->
|
wordpress_file_upload.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
/*
|
4 |
Plugin URI: https://www.iptanus.com/support/wordpress-file-upload
|
5 |
Description: Simple interface to upload files from a page.
|
6 |
-
Version: 4.16.
|
7 |
Author: Nickolas Bossinas
|
8 |
Author URI: https://www.iptanus.com/nickolas
|
9 |
Text Domain: wp-file-upload
|
3 |
/*
|
4 |
Plugin URI: https://www.iptanus.com/support/wordpress-file-upload
|
5 |
Description: Simple interface to upload files from a page.
|
6 |
+
Version: 4.16.2
|
7 |
Author: Nickolas Bossinas
|
8 |
Author URI: https://www.iptanus.com/nickolas
|
9 |
Text Domain: wp-file-upload
|