[interchange] update WHATSNEW for new release
David Christensen <[email protected]> Wed, 06 Jan 2016 21:38:44 +0000
| Newsgroups | gmane.comp.web.interchange.cvs |
|---|---|
| Message-ID | <[email protected]> |
commit a2cd5426e419c7b84fac233018e2e2deff823fa6 Author: David Christensen <[email protected]> Date: Tue Dec 22 16:49:13 2015 -0600 update WHATSNEW for new release WHATSNEW-5.10 | 66 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ WHATSNEW-5.8 | 38 -------------------------------- 2 files changed, 66 insertions(+), 38 deletions(-) --- diff --git a/WHATSNEW-5.10 b/WHATSNEW-5.10 new file mode 100644 index 0000000..6a781da --- /dev/null +++ b/WHATSNEW-5.10 @@ -0,0 +1,66 @@ +------------------------------------------------------------------------------ + + What's new in each version of Interchange + (since the version 5.10 branch) + + See UPGRADE document for a list of incompatible changes. + +------------------------------------------------------------------------------ + + + +Interchange 5.10.0 released January 5, 2016 + +Admin UI +-------- + +* Admin passwords encrypted with Bcrypt by default. + +* test_code page removed (deemed slight security risk). Copy in eg/ if needed. + + +Payment Modules +--------------- + +* Removed defunct GoogleCheckout module. + +* Removed defunct Signio module; use PayFlowPro instead. + +* Add support for Merchantware payment gateway. + + +Strap Demo +---------- + +* New default demo catalog, based on Bootstrap Framework. See dist/strap/README for details. +* User passwords encrypted with Bcrypt by default. + + +Standard Demo +------------- + +* The standard demo has been relegated to the annals of time. It can be obtained from previous Interchange versions. + + +External tool support +--------------------- + +* Add secure JSON query generation for interface with AJAX widgets. Allows generation of + queries vetted by login, with either public access or access gated by session. + + +Core +---- + +* [bounce] tags abort further ITL processing. + +* Support additional test credit card numbers. + +* Add "set_source" SpecialSub for affiliate change hooks. + +* Allow the quoting of identifiers in Database directives to better support + columns with keywords as names. + +* New DebugTemplate tokens for more informative logging. + +* Support direct JSON POSTs and automatic decoding of POSTed JSON entities in the $CGI::json_ref using the new UnpackJSON directive. diff --git a/WHATSNEW-5.8 b/WHATSNEW-5.8 index 2dbfbea..7b75e30 100644 --- a/WHATSNEW-5.8 +++ b/WHATSNEW-5.8 @@ -7,44 +7,6 @@ ------------------------------------------------------------------------------ -Interchange 5.10.0 not yet released. - -Admin UI --------- - -* Admin passwords encrypted with Bcrypt by default. - -* test_code page removed (deemed slight security risk). Copy in eg/ if needed. - - -Payment Modules ---------------- - -* Removed defunct GoogleCheckout module. - - -Strap Demo ----------- - -* New default demo catalog, based on Bootstrap Framework. See dist/strap/README for details. -* User passwords encrypted with Bcrypt by default. - - -Standard Demo -------------- - -* The standard demo has been relegated to the annals of time. It can be obtained from previous Interchange versions. - - -External tool support ---------------------- - -* Add secure JSON query generation for interface with AJAX widgets. Allows generation of - queries vetted by login, with either public access or access gated by session. - - ------------------------------------------------------------------------------- - Interchange 5.8.2 released on 2014-07-07.