Magento v0.74.0-beta5 Release Notes

    • Various
      • Added the new methods/fields in the Catalog Product Data Object
      • Improved the Nginx configuration sample file for better web-server responsiveness and security
      • Implemented the new look & feel for Create New Order page
      • Removed the redundant DB constraints for cascade operations related to order management
      • Implemented the mechanism of asynchronous email notifications after creation of Orders, Invoices, Shipments and Credit Memos
      • Moved the join logic on application level in order to make DB separation possible in Reports component
      • Implemented the TTL and event approaches of cache invalidation, introduced the full and the partial Varnish Cache flush
      • Moved all Setup commands to Magento CLI
      • Exposed CMS API as Web API
    • 🛠 Fixed bugs:
      • Unexpected response for API "/V1/customers/password" service
      • Can’t include a third-party link to frontend section via layout
      • Specified details for Grouped product are lost after adding to wishlist
      • Impossible to configure products in customer wishlist in Admin Panel
      • Adding the product from wishlist to cart if more than one store view exists
      • Specified product field custom options is not displayed in wishlist in Admin Panel
      • Checkout doesn't work with JS bundling enabled in production mode
      • Issue with price excluding tax when selecting downloadable links
      • Undefined index warning in case the frontend cache information is missing in configuration file
      • "New Order" email is not sent to customer after placing order via API service
      • 503 error when placing order with multiple shipping addresses if mail transport doesn't exist
      • Broken words for fields with long labels all over the Admin Panel
      • Issue with saving 'is_virtual' flag in quote
      • "Void" button available after "Deny Payment" operation
      • Uninstall logic did not clean cache properly
      • Obsolete code tests did not cover Tests folders
      • Random fail of Magento\Log\Test\Unit\Model\VisitorTest
    • GitHub issues:
      • #1149 -- Checkout Grand Total amount miscalculation
      • #1165 -- Fix typos
      • #1182 -- Update system.xml for 'fix' sortOrder in adminhtml
      • #1186 -- SalesSequence: Fixed composer installer dependency