- Fixed a problem where shop could create internal server errors instead of

catching the exceptions.
 - Made the iTransact terminal link a button that automatically logs you in.
 - iTransact now more gracefully handles recurring payment postback errors.
This commit is contained in:
JT Smith 2008-07-10 14:50:42 +00:00
parent b6363ce0c3
commit 6093c410c9
3 changed files with 48 additions and 32 deletions

View file

@ -1,6 +1,10 @@
7.5.16
- Created a migration from 7.4.40 directly to 7.5.16.
- fixed: transactions lost during 7.5.11 upgrade
- Fixed a problem where shop could create internal server errors instead of
catching the exceptions.
- Made the iTransact terminal link a button that automatically logs you in.
- iTransact now more gracefully handles recurring payment postback errors.
- fixed: More permissive DSN checking to allow use of SQLite (thanks pathma)
- fixed: Project manager modal dialog doesn't work in some instances.
- fixed: Syndicated Content doesn't always decode text properly