Version History
- Details
- Category: Simple Email Module
- Published on Saturday, 26 November 2011 15:47
- Written by doug
- Hits: 2008
Version 1.7.07 -- 25 April 2012
- Fixed bug where email attachments are not sent unless something is entered into allowed extensions
(thanks to Rob Smolenaars!)
Version 1.7.06 -- 20 April 2012
- Fixed bug where NULL replyTo generates an "Invalid Address" error (only visible in test mode)
(thanks to Rob Smolenaars!) - Added anchor so when the form is submitted, the top of the screen resets to that anchor tag
(thanks to Joanne Lewis!) - Added Czech translation thanks to Radek Žilka
- Added option to disable "From" email checking
Version 1.7.05 -- 7 March 2012
- Fixed bug applicable affecting certain websites (i.e. PHP 5.3.x and also Joomla 2.5) where no emails are sent if CC and BCC fields are not filled in. Thanks to Lulu Zhang for first spotting this problem!
- Added "Test Mode" which does a dump of the mail object after sending. Useful for testing and troubleshooting.
Version 1.7.04 -- 15 February 2012
- Fixed problem bug "Invalid address: Invalid address: Invalid address:"
Version 1.7.03 -- 7 February 2012
- Fixed problem "Undefined property: modSimpleEmailForm::$_rowClass in ... "
Version 1.7.02 -- 7 February 2012
- Change language option to type "list" (see http://docs.joomla.org/List_parameter_type)
- Added optional Reply-To field
- Modified To, CC, BCC to accept multiple values separated by commas or spaces
Version 1.7.01 -- 19 December 2011
- If CSS class designated, creates xxx_table, xxx_row, xxx_th and xxx_td classes inside form.
- Fixed problem with CAPTCHA library: added directory path variable and specified absolute path for require_once statements
- Added check and only display error message row if there is a message
- Fixed problem from htmlentities display of email address in "from" field: converted '@' into '@'
Version 1.7.0 -- 25 November 2011
- Converted to Joomla 1.7
- Revised code to make it object oriented
- Tested compatible with Joomla 1.6
- Added Thai translation (thanks to Noona!!!)
- Added redirect URL feature
- Added space between labels and input fields
- Added option to auto-reset fields (or not)
Version 1.1.12 -- 01 Sep 2011
- Fixed bug in line 476 calling sendResults()
Version 1.1.11 -- 24 Aug 2011
- Converted field display from htmlentities to htmlspecialchars
- Fixed problem in the email received where field1 and field2 have the same label (of field2)
Thanks to Rui Castro Lobo and "drunkenmanwalking" for spotting this bug! - Added an 'auto copy' option which sends a copy to user automatically
- Added max length option to fields thanks to Rui Castro Lobo
Version 1.1.10 -- 24 May 2011
-
Fixed a bug whereby redisplaying input values in posted forms mangled multibyte character display. Determined problem stemmed from limited support for international character sets in the PHP 'htmlentities()' function. Switched to 'htmlspecialchars()'. Thanks to Stamatis for both pointing out the problem as well as confirming that the fix worked.
Version 1.1.09 -- 31 Mar 2011
-
Added Hebrew translation thanks to Dror Lamdan
-
Added Turkish translation thanks to Nurettin Acar
-
Fixed bug where the simple email module sets the default date/timezone to a fixed locale potentially causing problems later when posting new articles, etc. The solution was to replace straight PHP date/time function calls with Joomla date API calls
Version 1.1.08 -- 31 Mar 2011
-
Added Russian translation thanks to Alex Breems
-
Fixed bug where the simple email module conflicts with certain Joomla anti-spam security measures. Certain security measures are designed to capture any attempt to display a "raw" email address, and convert it into a spambot unreadable form using javascript. The simple email module has its own security measures which absolutely prevent injecting javascript into any input field! A simple work around was arrived at whereby the email address is rendered as This e-mail address is being protected from spambots. You need JavaScript enabled to view it. instead of This e-mail address is being protected from spambots. You need JavaScript enabled to view it. .
-
"From" field now included in the body of the email message
Version 1.1.07 -- 28 Feb 2011
-
Added Danish translation thanks to Ernesto
-
Added Hungarian translation thanks to Polgar Istvan
Version 1.1.06 -- 14 Dec 2010
-
Added Polish translation -- thanks to Michał Przekopowski
-
Added German translation -- thanks to Uwe Stockinger
-
Added Greek translation -- thanks to Nasos Liagos
-
Fixed bug where a notice of an undefined index was returned + added default length and labels for optional fields 1 - 5
-
Fixed bug where fields 1 - 5 were not showing up
-
Fixed incompatibility with certain other Joomla modules due to language translation technique
Version 1.1.05 -- 13 Dec 2010
- *** WITHDRAWN -- dont' use!!! ***
Version 1.1.04 -- 30 Oct 2010
-
Added Italian translation -- thanks to Cristian Lorenzini
Version 1.1.03 -- 19 Oct 2010
-
Added Estonian translation -- thanks to Lauri Liikane
Version 1.1.02 -- 28 Sep 2010
-
Body of email message now contains labels + user input data
Version 1.1.01 -- 15 Sep 2010
-
6 language files are included: Dutch, English, French, Portugese (Brazilian), Spanish, and Swedish
Version 1.1.0 -- 1 Sep 2010
- Improved language support using separate INI files
- Language files included: English, Spanish, Swedish and Dutch
- Captcha images are only deleted if more than 5 minutes old
- Added ability to make fields 1 to 5 active, required (mandatory), or not active
- There is a new "Allowed Filenames" field in the module configuration which lets you add a list of filename extensions separated by commas; leave blank for all
- Added a "text" CAPTCHA for those having difficulty getting image CAPTCHAs configured properly
- Added advanced diagnostics which give recommendations for image CAPTCHA settings in case of error
- Added parameters which allow you to change the color of "success" or "failure" message instead of just HTML red or green
- Error messages appear under the fields they are associated with
Version 1.0.8 EN / SE / ES
- Fixed a bug with an improper number of parameters to rand()
- Thanks to Muneca Osorio for the Spanish translation!
Version 1.0.7 EN and SE
- Fixed bug where when CAPTCHA value was entered incorrectly all text after error message appeared in red
- Aligned the "Copy Me" checkbox, and SUBMIT and RESET buttons, with the other input field
- Set CAPTCHA to not cache by randomly generating a new filename for each new CAPTCHA
Version 1.0.6 EN and SE
- Added PEAR5.php library file to fix the following error seen on Windows servers (thanks Edwin!):
Warning: include_once(PEAR5.php) [function.include-once]: failed to open stream: No such file or directory in D:\Hosting\*******\html\joomla\modules\mod_simpleemailform\PEAR.php on line 766
Warning: include_once() [function.include]: Failed opening 'PEAR5.php' for inclusion (include_path='.;C:\php5\pear') in D:\Hosting\*******\html\joomla\modules\mod_simpleemailform\PEAR.php on line 766
Version 1.0.5 EN and SE
- Streamlined file attachment process
- Got rid of "Upload" button -- no need for the extra step!
Version 1.0.4 EN and SE
- Added "Send Copy to Me" field
- Removed slashes in front of ' and " in text area
- Added "Reset" button
- Internal translation fields for buttons (thanks to Mat and Lars!)
Version 1.0.3
- Improved internal language support
- Modified CAPTCHA process
- Adds prefix "captcha_"
- Erases old CAPTCHA files
- Now uses native Joomla JFile::write() instead if "file_put_contents()" to write
Version 1.0.2.se
- Swedish translation of "front-end" strings
- Adjusted date/timezone to "Europe/Stockholm"
- Note: administrative back-end is still in English
- Contributors:
Lars Dahlberg
Mats Arvendal
Version 1.0.2
- Added left, right and center config option for labels (thanks to Mats for this suggestion)
- Version 1.0.2.se is in Swedish (thanks to Lars Dahlberg!).
Version 1.0.1
- Added ability to deactive file upload field

