-(Better) Support for status changes from ogone
-Free order support (when total price is zero or below)
-More languages added
-Added more meaningful watchdog entries
-readme file
-I had an issue with the PAY_ID. drupal_get_schema didn't find this column in the database. To solve this, i a added the lenth definition in the .install file
-Displaying more meaningful payment info in the order (payment method instead of type)
The module is simpled down, less dependant on javascript, popup's are removed due to popup blocker intervention (payment screen replaces shop screen and vice versa.)
Inline templating functionality is gone. This was very tricky in a CMS environment, and a no-go if even one file is not https:// refered too.
First release candidate.
Tested and confirmed by multiple users.
Changes:
Module is simpled down, popup and inline templating is skipped for 2 reasons:
1. reliability, popup does trigger popup blockers, needs 2 extra redirects and relies on javascript. Inline templating is for expert use only.
2. maintainability, its easier to trace bugs without the extra redirects and less code, inline templating raise questions and cause frustration when not used properly.