g

2018/09 Release notes

18 September

Release: 2018.32

  • Press Kits
    • Fix bugs with Pagination on tabbed views.
    • Fix bug fetching thumb file for a Press Kit.
    • Added Press Kits into Site Search.
    • Press Kits DXP UI fixes and updates.
    • Updated backend to allow faster searching and correct pagination on Press Kits.
    • Added new ZIP function which allows faster archiving. The ZIP URL provided will work up to 30 minutes after it has been created.
    • Fix issue with overwrite flag on importer script for Press Kits.
  • News
    • Added DXP logging on default authority change.
  • Events
    • Added DXP logging on default authority change.
  • Pages
    • Added DXP logging on default authority change.
    • Fix bug with reset password sometimes redirecting to the incorrect domain.
  • Product Catalogue
    • Added DXP logging on default authority change.
  • Brands
    • Only show published brands on block_show_brands 
  • E-Commerce
    • Added DXP logging on default authority change.
    • Fixed bug with order details check on Agent checkout.
  • Discounts
    • Add check on DXP to ensure a user cannot publish a discount or coupon without an action configured.


10 September

Release: 2018.31

  • Events
    • This module now supports custom properties for Event object. The custom properties may be scoped (limited) by different event template.
  • Users
    • Fixed an issue with Flexible Users Import where duplicate users where created with the same email address
    • Flexible Users Importer now produces a log viewable with Scheduler Log in the DXP
  • Press Kits
    • Minor changes and improvements
  • Product Catalogue
    • Bundle ID is now displayed on the bundle details page
  • e-Commerce
    • Fixed an issue with being able to go through the payment after cart session has expired
  • Help
    • Fixed an issue with permissions check when requested via linked content
  • Custom development

4 September

Release: 2018.30

  • Press Kits
    • The new importer allows to import large volume of media files into the existing or new press kits using the csv files. It is possible to upload the files to FTP/SFTP (configured separately) and import files on schedule.
  • E-Commerce
    • Four new boolean fields are introduced to control saving of user's shipping and billing addresses during the checkout process:
      `save_shipping_address` - save the shipping address as default user's address;
      `save_billing_address` - save the billing address as default users's address;
      `add_shipping_address_book` - save the shipping address as an address book entry;
      `add_billing_address_book` - save the billing address as an address book entry.

    • Fixed an issue with order export cron where some emails were missing file attachments
  • Users
    • The new `alternate-gender` centre option allows to store gender as "M" and "F" instead of "male" and "female"
  • Schedule Log
    • Several internal enhancements allowing to log time, memory and user's IP address
  • Product Catalogue
    • Fixed a few issues with displaying values for check boxes, radio buttons ans multiple select elements.
  • Custom development