- A few bug fixes
- One usability issue (the hidding or showing of the add to cart button is now done in a better way, only changing when it has to).
- Catalog table list view support #450406: Doesn't work on UC catalog view
As I took over the maintenance of the module, I am releasing a new version with all the latest features I feel they are mature enough to be tested. The changes are similar to what was released on 1.2 plus a few other things:
* AUTHENTICATE/AUTHORIZE support
* A few bug fixes
* Code cleanup
- #452420 Revert change of hyphen to dash in date display, dash is handled badly by token and elsewhere.
- #347080 Using 'first' and 'last' is more reliable than '+1 week' in strtotime().
- #369020 Fix bug when finding first or last Mon/Tue/Wed/Thu/Fri/Sat/Sun of month.
- #427830 Postgres can't handle \T.
- #417032 Fix typo that caused date fields using text widget not to have values saved.
- #418206 All date elements should be in datetime format when processing elements.
- #375864 Clean up date_limit_format() to handle more odd formats.
- #361925 Body was missing in iCal export, needs a node_load() in the theme to work.
- #444526 Fix typo in variable name for calendar truncation.
- #427996 Calendar more link logic was reversed.