Skip to content

Releases: marellocommerce/marello

Release 1.5.4

02 Apr 13:44
Compare
Choose a tag to compare
- Add forgotten use statement of the ExtendInventoryLevel

Marello 2.0 Release

14 Feb 08:45
Compare
Choose a tag to compare

Marello 2.0 Release

Technology Upgrades

  • OroPlatform has been upgraded to 3.1.2
  • Minimally required PHP version has been raised to 7.1.26
  • Support for LESS preprocessor has been discontinued, and all files were converted to SCSS format.
  • NodeJS has become a required dependency for installation and development

Sources:

New Features

  • Invoice and Creditmemo support in sales related workflows (Order, Refund)
  • Mass action assigning Products to SalesChannels

Removal

  • Removal of all Marello REST API Routing, Controllers and related Forms. Endpoints have been moved to REST JSON API

List of fixed issues and improvements

  • Query time optimization for Product grid
  • Optimisation of Image rendering in Product View
  • Added Discount in the transactional emails Order totals sum
  • Fix parameter binding in product-categories grid on Product view page
  • Fixed bug Product to Category assignment. Products are not being assigned or removed from Category
  • Updated Cancel Action in workflow to take in to account whether or not the balanced inventory levels or the inventory levels should be deallocated. Additional option can be used to control this. Referring to issue #47 - thanks @brainOut
  • Customer is now extendable. Referring to issue #52 - thanks @clicktrend
  • Refunds now show correct currency instead of mixing them with system default
  • Taxes and discounts are now being taken into account on Refund totals calculation
  • Added additional Inventory Balance triggers (SalesChannelGroups add/remove, Warehouse add/remove, WarehouseChannel link updates)
  • Fixed Inventory Level chart calculations to show the movement for Inventory, Allocated and Virtual quantities correctly through time

Marello 1.5.2 Release

17 Jan 10:05
Compare
Choose a tag to compare

Marello 1.5.2 Release

List of fixed issues and improvements

  • Fixed issue #51 by adding additional validation to OrderLineItem where quantity must be Greater or equal to 1
  • Fixed issue with inventory logging while quantities are actually being altered
  • Merged #49 allowing to reset the Shipment on an Order - thanks @Djamy
  • Merge #48 fixed backbone error on inventory update page - thanks @brainOut

Marello 1.5.1 Release

11 Dec 14:02
Compare
Choose a tag to compare

Marello 1.5.1 Release

List of fixed issues and improvements

  • Fixed issue with conflicting OroCommerce UPS integration (channelType & transport identifiers are conflicting)
  • Added setProductSku() for OrderItem (@clicktrend suggestion - #37 Allow to set product sku of order item)
  • Merged contribution #46 of @brainOut - enhanced phpDoc comments for Workflow actions
  • Added diagram of Inventory & BalancedInventory for clarification of relations between them and related entities (/src/Marello/Bundle/InventoryBundle/Resources/doc/diagram/inventory_balancedinventory_connections.png)

Marello 1.5.0 Release

17 Sep 09:15
Compare
Choose a tag to compare

Marello 1.5.0 Release

List of fixed issues and improvements

  • Added Shipping methods and Shipping Rules
  • Added AssembledPriceList to have a collection of Price Types
  • Added AssembledChannelPriceList to have a collection of Price Types for a specific SalesChannel
  • Added PriceTypes MSRP, Special and Default for multiple PriceTypes in a AssembledPriceList
  • Added JSON API support for Customers, Orders, Products, Returns, SalesChannels, InventoryLevels, AssembledPriceLists and AssembledChannelPriceLists
  • Added support for workflow steps in JSON API
  • Added support for workflow transitions in JSON API
  • Added new widget on Dashboard to show best selling items with images
  • Added image to product grid
  • Added configuration support in order to enable/disable Order/Return notifications
  • Removed double phone number in Order view
  • Fixed issue regarding order processing and transitioning if no coordinates are found for the addresses
  • Add purchase date for orders (#36), thanks @clicktrend for the enhancement
  • Merged contribution #41 of @brainOut - add control on shipment existence before render
  • Update Oro platform to version 2.6.29

Marello 1.4.0 Release

06 Jun 08:02
Compare
Choose a tag to compare

Marello 1.4.0 Release

List of fixed issues and improvements

  • Added Product Duplication
  • Added Product Categories
  • Added shippingAddress to Customer
  • Purchase order updates;
    • Added calculation Totals per Line Items
    • Added calculation of Grand totals
    • Added ability to choose how a Purchase Order should be sent to a supplier (Email/Manual)
    • Fixed bug where Products could be added to multiple Purchase Orders before they were actually being sent/received to/from supplier
    • Added manufacturing code
  • Added generic ‘mass’ action of selecting multiple lines
  • Drop php 7.0 support
  • Update Oro platform to version 2.6.x
  • Move Google maps view to CE version

Marello 1.3.0 Release

05 Mar 08:56
Compare
Choose a tag to compare

Marello 1.3.0 Release

List of fixed issues and improvements

  • Stop showing of System SalesChannel group in grid
  • Add "name" attribute to Annotations in Controllers in order to make it easier for overriding the controller
  • Added constraint where desired inventory level should always be greater than the purchase inventory level in order to fix weird side effects of purchase order advices not being accurate or negative numbers
  • Suppliers are not assigned to organisation when created, because of missing organisation field
  • Added support for integrating with OroCommerce

Marello 1.2.3 Release

21 Feb 09:23
Compare
Choose a tag to compare

Marello 1.2.3 Release

List of fixed issues and improvements

  • Merged contribution #27 of @gplanchat; regarding incompatibility & crash when installing Marello EE alongside OroCommerce EE

Marello 1.2.2 Release

16 Jan 15:18
Compare
Choose a tag to compare

Marello 1.2.2 Release

List of fixed issues and improvements

  • Fix issue regarding duplicate indexes on EE install with PostGresql DB driver
  • Fix issue regarding wrong where expressions clauses on EE install with PostGresql DB driver
  • Merged contribution #27 of @clicktrend; regarding API exposure of inventory levels
  • Fixed issue regarding EntitySerializer not complying with the parent class constructor

Marello 1.2.1 Release

22 Dec 08:59
Compare
Choose a tag to compare

Marello 1.2.1 Release

List of fixed issues and improvements

  • Updated Oro platform to 2.5
  • Fixed issue of wrong SalesChannelGroup data on install with Demo data
  • Fixed issue of depending on the Oro\Component\MessageQueue\Client\MessageProducer instead of the Oro\Component\MessageQueue\Client\MessageProducerInterface in InventoryRebalanceProductsProcessor
  • Fixed issue with view ids which might have the same overlap as OroCommerce / OroCRM
  • Fixed issue with js when the Oro Platform version is greater than 2.4.*, missing data-layout tag for rendering components in twig templates.
  • Replaced some deprecated methods in Tests and implementation classes