The following updates were made to tags after the release
of the MGI 1.6e Installer. All of these updates
are included in the 1.6f Installer.
- mgiDatabaseUpdate 1.6.1
- Fixed a bug that kept "returnStatus" from working in "deleteRecords" mode.
- MGI Server 1.6.4
- Fixed a bug that caused mgiRedirect to fail if custom
error pages or WebSTAR error pages were being used.
- mgiCheckField 1.6.1
- Removed mgiStop tags after mgiRedirects generated for
custom error pages.
- mgiIncludeHTTP 1.6.2
- Fixed a bug that kept some files from being included within
the same domain.
- mgiCounter SD 1.6.1
- The "Name" field in the counter DB is now indexed
when it is created. Existing DBs will not be affected.
- mgiCounter 1.6.1
- The "Name" field in the counter DB is now indexed
when it is created. Existing DBs will not be affected.
- mgiConfirmOrder
1.6.3 - Made the paymentInfoCheck="no" also apply
to address in the tag body.
- MGI Server 1.6.3 -
Fixed a bug caused by the WSAPI call WSAPI_ReadHTTPData. The
call was occasionally returning an object body bigger than the
actual object body, resulting in extra characters being tacked
onto the last post argument in the list. The post argument list
length is now checked against the actual object body length and
trimmed to the appropriate size, if necessary.
- mgiMath 1.6.2 - Fixed
an error in the formatting code.
- mgiSendOrder 1.6.2
- Fixed a bug that kept tax from being calculated when the shippingInfoCheck
parameter was set equal to "no".
- mgiConfirmOrder
1.6.2 - Fixed a bug that kept tax from being calculated when
the shippingInfoCheck parameter was set equal to "no".
- mgiToken 1.6.1 - Tweaked
the functions to allow the mgiInlineToken tag to use them.
- mgiInlineToken 1.6.1
- Added the functions available in mgiToken. Also, added smart
tokenizing as opposed to simply pasting the token onto the end
of the provided URL.
- mgiDynamicPopup
1.6.1 - Plugged a memory leak.
- mgiIncludeHTTP 1.6.1
- Kept tag from including the current file to prevent infinite
loops.