Current version is Freeform 2.7.1 - Build 20090108
Posted: 14 February 2008 02:11 PM   [ Ignore ]
Administrator
Avatar
RankRankRankRank
Total Posts:  3717
Joined  2006-10-18

Freeform 2.7.1 - Build 20090108

The Freeform module allows developers of ExpressionEngine websites to easily create forms on the fly and post submissions into the Freeform database. Results can be sorted, filtered, emailed and exported. Attachments can be submitted and stored. Any number of fields can be collected and validated.

Templates can be utilized to control email notifications sent to submitters and administrators. Conditionals can be used in these templates to control formatting.

Various extensions are available to expand upon the capabilities of Freeform.

» Current Version: 2.7.1 - Build 20090108

» Compatibility: ExpressionEngine 1.6.6

» Price: Free (Donate)

————————————————————————————————————————-

» Details | Donate | Download

» Documentation

————————————————————————————————————————-
Click here to Subscribe for Updates!
————————————————————————————————————————-

Freeform Change Log

Version 2.7.1 - Build 20090108 (January 8, 2009)
Version 2.7.1 (January 3, 2009)
Version 2.7.0 - Build 20081211 (December 11, 2008)
Version 2.7.0 (December 5, 2008)
Version 2.6.6 (August 14, 2008)
Version 2.6.5 (March 27, 2008)
Version 2.6.4 (March 19, 2008)
Version 2.6.3 - Build 20080222 (February 22, 2008)
Version 2.6.3 (February 14, 2008)

 Signature 

Check out the new Solspace Blog!

Profile
 
 
Posted: 14 February 2008 02:17 PM   [ Ignore ]   [ # 1 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  3717
Joined  2006-10-18

Release Notes: Freeform 2.6.3 (February 14, 2008)

- Fixed entity decoding bug that turned Non-Breaking Spaces into “?“ and stripped quotation marks.
- Added minor description enhancements to the Create New Field page in Control Panel

 Signature 

Check out the new Solspace Blog!

Profile
 
 
Posted: 22 February 2008 07:27 AM   [ Ignore ]   [ # 2 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  3717
Joined  2006-10-18

Release Notes: Freeform 2.6.3 - Build 20080222 (February 22, 2008)

- Fixed return parameter slash bug.

 Signature 

Check out the new Solspace Blog!

Profile
 
 
Posted: 19 March 2008 01:53 PM   [ Ignore ]   [ # 3 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  3717
Joined  2006-10-18

Release Notes: Freeform 2.6.4 (March 19, 2008)

- Fixed stripped quotes bug.

 Signature 

Check out the new Solspace Blog!

Profile
 
 
Posted: 27 March 2008 06:21 AM   [ Ignore ]   [ # 4 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  3717
Joined  2006-10-18

Release Notes: Freeform 2.6.5 (March 27, 2008)

- Fixed “cannot yet handle MBCS in html_entity_decode” bug when using extension hooks

 Signature 

Check out the new Solspace Blog!

Profile
 
 
Posted: 14 August 2008 06:44 AM   [ Ignore ]   [ # 5 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  3717
Joined  2006-10-18

Release Notes: Freeform 2.6.6 (August 14, 2008)

- Fixed various extension hook bugs.

 Signature 

Check out the new Solspace Blog!

Profile
 
 
Posted: 05 December 2008 03:44 PM   [ Ignore ]   [ # 6 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  3717
Joined  2006-10-18

Release Notes: Freeform 2.7.0 (December 5, 2008)

- Added {freeform_entry_id} as a variable in the Notification templates. (#1792)
- Added support for the format=“” parameter for {entry_date} variable in the Freeform notification templates. (#1704)
- Added secure_action=“” and secure_return=“” parameters to the Freeform:Form function.
- Added a default name=“” attribute to the Freeform:Form function so that entries in the CP would always have a form name instead of a blank.
- Added a some descriptions to Template area in Freeform CP for clarity.(#1047)
- Modified the form creation code to remove the action=“” parameter, which was causing IE6 to behave incorrectly when an error message was shown.
- Modified the Templates section of the Freeform CP to show the available variables when creating a new template. (#1672)
- Modified the mailinglist=“” parameter to have Div’s around hidden field for XHTML validation. (#1715)
- Fixed a bug where the Manage Entries section of the CP that would use up all available PHP memory if excessive entries existed. (#484)
- Fixed a bug where the return=“” parameter’s forward slash HTML entity was not converted to a character.
- Fixed a bug where the {mailing_list} variable was not being parsed in the email activation template. (#951, #1193)
- Fixed a bug where when a Freeform Form was put on a Site’s main index template, the redirect caused an error. (#80)
- Fixed a bug where Freeform was converting characters and entities on outputted forms, which caused problems with quotes and validation. (#1171, #1333)
- Fixed a bug where duplicate emails could be inserted using the mailinglist=“” parameter because the email could be inserted into the authorization queue multiple times. (#950)
- Fixed a bug where certain MySQL keywords were unable to be Freeform fields. (#1707)
- Fixed a bug where Freeform was lowercased in the CP URLs, causing certain MySQL Strict servers not to show the module’s CP at all.
- Fixed a bug in the Freeform:Entries function where the No Results conditional would not work. (#210)
- Fixed a bug where Freeform entries could be submitted with no form_name=“” attribute with the Freeform:Form function.
- Fixed a bug where selecting no entries and trying to delete in the Freeform CP resulted in an error.
- Fixed a bug where using Sessions on front end would cause Session to show twice in return path. (#1682)

 Signature 

Check out the new Solspace Blog!

Profile
 
 
Posted: 11 December 2008 09:15 PM   [ Ignore ]   [ # 7 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  3717
Joined  2006-10-18

Release Notes: Freeform 2.7.0 - Build 20081211 (December 11, 2008)

- Fixed a bug where mailing list subscriptions would not work when sending the list_name in an array of values (ex: form checkboxes) (#950)

 Signature 

Check out the new Solspace Blog!

Profile
 
 
Posted: 04 January 2009 12:00 AM   [ Ignore ]   [ # 8 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  3717
Joined  2006-10-18

Release Notes: Freeform 2.7.1 (January 3, 2009)

- Added indexes to various tables in database to improve performance.

 Signature 

Check out the new Solspace Blog!

Profile
 
 
Posted: 08 January 2009 12:57 PM   [ Ignore ]   [ # 9 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  3717
Joined  2006-10-18

Release Notes: Freeform 2.7.1 - Build 20090108 (January 8, 2009)

- Added “freeform_module_admin_notification” extension hook which allows you to alter the $msg variable before an admin notification is sent.
- Added “freeform_module_user_notification” extension hook which allows you to alter the $msg variable before a user notification is sent.

 Signature 

Check out the new Solspace Blog!

Profile