Skip to content

V2 Changelog

Tobias Wolf edited this page Dec 11, 2024 · 2 revisions

There a several breaking changes. It is not recommended to convert Merx 1 to Merx 2.

Merx 2 is dedicated to new projects.

Features

Core

  • Multi currency
  • More Classes
    • ListItem
    • ListItems
    • Price
    • Tax

API

  • Integrated API

Panel

Breaking changes

  • Remove formatPrice helper method. Use Merx::formatCurrency() instead.
  • Product prices must have a currency.
  • There is no more success page. Payments are handled by API (e.g. https://example.com/api/shop/success) Merx::successUrl
Clone this wiki locally