WordPress File Upload - Version 2.7.2

Version Description

  • important bug fix in Pro version, very slight changes in free version
Download this release

Release Info

Developer nickboss
Plugin Icon 128x128 WordPress File Upload
Version 2.7.2
Comparing to
See all releases

Code changes from version 2.7.1 to 2.7.2

languages/wordpress-file-upload-fr_FR.mo CHANGED
Binary file
languages/wordpress-file-upload-fr_FR.po CHANGED
@@ -3,7 +3,7 @@ msgstr ""
3
  "Project-Id-Version: Wordpress File Upload\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: 2015-05-09 22:52+0200\n"
6
- "PO-Revision-Date: 2015-05-09 22:52+0200\n"
7
  "Last-Translator: nickboss <nickboss@iptanus.com>\n"
8
  "Language-Team: \n"
9
  "Language: fr_FR\n"
@@ -373,7 +373,7 @@ msgstr "Mauvais répertoir d'envoi: %filepath%"
373
 
374
  #: lib/wfu_constants.php:117
375
  msgid " (required)"
376
- msgstr ""
377
 
378
  #: lib/wfu_constants.php:118
379
  msgid "Files are being uploaded. Are you sure you want to exit the page?"
3
  "Project-Id-Version: Wordpress File Upload\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: 2015-05-09 22:52+0200\n"
6
+ "PO-Revision-Date: 2015-05-11 21:36+0200\n"
7
  "Last-Translator: nickboss <nickboss@iptanus.com>\n"
8
  "Language-Team: \n"
9
  "Language: fr_FR\n"
373
 
374
  #: lib/wfu_constants.php:117
375
  msgid " (required)"
376
+ msgstr " (requis)"
377
 
378
  #: lib/wfu_constants.php:118
379
  msgid "Files are being uploaded. Are you sure you want to exit the page?"
readme.txt CHANGED
@@ -117,8 +117,11 @@ In the free version the upload will fail. However in the Pro version the upload
117
 
118
  == Changelog ==
119
 
 
 
 
120
  = 2.7.1 =
121
- * fixed bug with faulty plugin instances appearring when Woocommerce plugin is also installed
122
  * Upload of javascript (.js) files is not allowed for avoiding security issues
123
  * fixed bug with medialink and postlink attributes that were not working correctly
124
  * when medialink or postlink is activated, the files will be uploaded to the upload folder of WP website
@@ -397,6 +400,9 @@ Initial version.
397
 
398
  == Upgrade Notice ==
399
 
 
 
 
400
  = 2.7.1 =
401
  Upgrade to add some new features and address some bugs.
402
 
@@ -577,7 +583,7 @@ A detailed list of attributes, together with instructions is shown below:
577
  * **ftpinfo:** This attribute defines the ftp access information. It has the syntax *username:password@domain*. If username, password or domain contains the characters (:) or (@), then replace them with (\\:) and (\\@) in order to avoid misreading of the attribute.
578
  * **useftpdomain:** This attribute is used when the ftp domain used to upload files is in different domain than Wordpress installation. If it is set to "true" (and also uploadmethod is "ftp"), then the domain that will be used to upload files will be the one defined in ftpinfo attribute. Default value is "false".
579
  * **ftppassivemode:** If this attribute is set to "true", FTP passive mode will be used instead of active mode. It is used if files fail to upload when using FTP method. Default value is "false".
580
- * **ftpfilepermissions:** Force the uploaded files to have specific permissions. This is a 4-digit octal number, e.g. 0777. If left empty, then the ftp server will define the permissions.. Default value is "".
581
  * **showtargetfolder:** This attribute defines if a message with the upload directory will be shown. Default value is "false".
582
  * **askforsubfolders:** This attribute defines if the user can select a subfolder to upload the file. Default value is "false". If set to "true", then the user is able to select a subfolder of the path, defined by the attribute *uploadpath*, to upload a file through a drop down list. This attributed is used together with attribute *subfoldertree*, which defines the subfolders.
583
  * **subfoldertree:** This attribute defines the structure of the subfolders that the user can select to upload a file. Default value is "". The format of this attribute is as follows: the subfolders are separated by commas (,), e.g. "subfolder1, subfolder2". It is possible to use nested subfolders (a folder inside another folder). To do this place stars (\*) before the name of the subfolder. The number of stars determines nesting level, e.g. "subfolder1, \*nested1, \*nested2, \*\*nested3". Please note that the first subfolder must be the name of the folder defined by attribute *uploadpath* (only the last part) without any stars, while all the next subfolders must have at least one star. The user has also the capability to use a different name (from the actual subfolder name) to be shown in the drop down list for every subfolder, by separating the actual and shown name using the slash (/) symbol, e.g. "subfolder1, \*subfolder2/shownname2, \*subfolder3/shownname3". For defining a default value that will be preselected use the (&) symbol before the item name (but after the stars, e.g. \*\*&nested3.
117
 
118
  == Changelog ==
119
 
120
+ = 2.7.2 =
121
+ * important bug fix in Pro version, very slight changes in free version
122
+
123
  = 2.7.1 =
124
+ * fixed bug with faulty plugin instances appearing when Woocommerce plugin is also installed
125
  * Upload of javascript (.js) files is not allowed for avoiding security issues
126
  * fixed bug with medialink and postlink attributes that were not working correctly
127
  * when medialink or postlink is activated, the files will be uploaded to the upload folder of WP website
400
 
401
  == Upgrade Notice ==
402
 
403
+ = 2.7.2 =
404
+ Upgrade to address some bugs.
405
+
406
  = 2.7.1 =
407
  Upgrade to add some new features and address some bugs.
408
 
583
  * **ftpinfo:** This attribute defines the ftp access information. It has the syntax *username:password@domain*. If username, password or domain contains the characters (:) or (@), then replace them with (\\:) and (\\@) in order to avoid misreading of the attribute.
584
  * **useftpdomain:** This attribute is used when the ftp domain used to upload files is in different domain than Wordpress installation. If it is set to "true" (and also uploadmethod is "ftp"), then the domain that will be used to upload files will be the one defined in ftpinfo attribute. Default value is "false".
585
  * **ftppassivemode:** If this attribute is set to "true", FTP passive mode will be used instead of active mode. It is used if files fail to upload when using FTP method. Default value is "false".
586
+ * **ftpfilepermissions:** Force the uploaded files to have specific permissions. This is a 4-digit octal number, e.g. 0777. If left empty, then the ftp server will define the permissions. Default value is "".
587
  * **showtargetfolder:** This attribute defines if a message with the upload directory will be shown. Default value is "false".
588
  * **askforsubfolders:** This attribute defines if the user can select a subfolder to upload the file. Default value is "false". If set to "true", then the user is able to select a subfolder of the path, defined by the attribute *uploadpath*, to upload a file through a drop down list. This attributed is used together with attribute *subfoldertree*, which defines the subfolders.
589
  * **subfoldertree:** This attribute defines the structure of the subfolders that the user can select to upload a file. Default value is "". The format of this attribute is as follows: the subfolders are separated by commas (,), e.g. "subfolder1, subfolder2". It is possible to use nested subfolders (a folder inside another folder). To do this place stars (\*) before the name of the subfolder. The number of stars determines nesting level, e.g. "subfolder1, \*nested1, \*nested2, \*\*nested3". Please note that the first subfolder must be the name of the folder defined by attribute *uploadpath* (only the last part) without any stars, while all the next subfolders must have at least one star. The user has also the capability to use a different name (from the actual subfolder name) to be shown in the drop down list for every subfolder, by separating the actual and shown name using the slash (/) symbol, e.g. "subfolder1, \*subfolder2/shownname2, \*subfolder3/shownname3". For defining a default value that will be preselected use the (&) symbol before the item name (but after the stars, e.g. \*\*&nested3.
release_notes.txt CHANGED
@@ -1,3 +1,3 @@
1
- <span><strong>Latest release notes: </strong>PHP version info added in settings. In addition, subfolders feature has become more flexible and wfu_before_file_check filter can now modify the whole upload path (not only the filename).</span>
2
  <!--
3
  -->
1
+ <span><strong>Latest release notes: </strong>An important bug fixed that prevented the plugin to operate correctly with the new captcha. Hopefully now everything works fine.</span>
2
  <!--
3
  -->
wordpress_file_upload.php CHANGED
@@ -4,7 +4,7 @@ session_start();
4
  /*
5
  Plugin URI: http://www.iptanus.com/support/wordpress-file-upload
6
  Description: Simple interface to upload files from a page.
7
- Version: 2.7.1
8
  Author: Nickolas Bossinas
9
  Author URI: http://www.iptanus.com
10
  */
4
  /*
5
  Plugin URI: http://www.iptanus.com/support/wordpress-file-upload
6
  Description: Simple interface to upload files from a page.
7
+ Version: 2.7.2
8
  Author: Nickolas Bossinas
9
  Author URI: http://www.iptanus.com
10
  */