Skip to content

Latest commit

 

History

History
51 lines (27 loc) · 937 Bytes

CHANGELOG.md

File metadata and controls

51 lines (27 loc) · 937 Bytes

WooCommerce Corcel Plugin changelog

v5.0.1 - 2024-06-16

  • Add support for Corcel v8 (#41)

v5.0.0 - 2024-05-15

  • Laravel 11 support (#37, #40)
  • Add flexibility to inherit the models and define and update the model factories (#38, #39)

v4.0.0 - 2023-06-12

  • Laravel 10 support (#35)

v3.0.0 - 2022-06-25

  • Laravel 9 support (#29)

v2.1.1 - 2022-06-25

  • Fix WooCommerce::currency() method return type (#30)

v2.1.0 - 2021-10-21

  • PHP 8.0 support (c95576e)

v2.0.3 - 2020-12-10

  • Fix: allow address to work with subclasses (#20)

v2.0.2 - 2020-10-30

  • Fix error with parsing order completed and paid date from timestamp (#19)

v2.0.1 - 2020-10-29

  • Fix invalid typehint in ProductAttribute model (#17)

v2.0.0 - 2020-10-10

  • Add support for Corcel 5.x and Laravel 8.x
  • Drop support for PHP 7.2

v1.0.1 - 2020-10-04

  • PHP 7.2 compatibility (f4d8265)

v1.0.0 - 2020-10-04

  • Inital release