Skip to content

Latest commit

 

History

History
197 lines (107 loc) · 8.54 KB

CHANGELOG.md

File metadata and controls

197 lines (107 loc) · 8.54 KB

Changelog

Unreleased changes

2.6.1 - 2024-09-09

What's Changed

  • Increase release time to 30 seconds by @VincentBean in #43

Full Changelog: https://github.com/justbetter/laravel-magento-client/compare/2.6.0...2.6.1

2.6.0 - 2024-08-23

What's Changed

  • Check Magento availability by @VincentBean in #42

Full Changelog: https://github.com/justbetter/laravel-magento-client/compare/2.5.0...2.6.0

2.5.0 - 2024-05-21

What's Changed

  • Dispatch event on responses by @VincentBean in #41

Full Changelog: https://github.com/justbetter/laravel-magento-client/compare/2.4.0...2.5.0

2.4.0 - 2024-03-14

What's Changed

  • Added support for Laravel 11 by @ramonrietdijk in #37

Full Changelog: https://github.com/justbetter/laravel-magento-client/compare/2.3.0...2.4.0

2.3.0 - 2024-02-05

What's Changed

  • Added ordering to the search criteria by @ramonrietdijk in #35

Full Changelog: https://github.com/justbetter/laravel-magento-client/compare/2.2.0...2.3.0

2.2.0 - 2024-01-26

What's Changed

  • PendingRequest changes per cycle. by @mennotempelaar in #34

New Contributors

  • @mennotempelaar made their first contribution in #34

Full Changelog: https://github.com/justbetter/laravel-magento-client/compare/2.1.0...2.2.0

2.1.0 - 2024-01-19

What's Changed

  • Add Graphql support by @indykoning in #32

New Contributors

  • @indykoning made their first contribution in #32

Full Changelog: https://github.com/justbetter/laravel-magento-client/compare/2.0.0...2.1.0

2.0.0 - 2023-12-13

What's Changed

  • Support multiple connections by @VincentBean in #31

See UPGRADE.md on how to upgrade from 1.x

Full Changelog: https://github.com/justbetter/laravel-magento-client/compare/1.5.0...2.0.0

1.5.0 - 2023-09-16

What's Changed

  • Upgrade Magento Class to accept bulk option by @lucassmacedo in #27

New Contributors

  • @lucassmacedo made their first contribution in #27

Full Changelog: https://github.com/justbetter/laravel-magento-client/compare/1.4.0...1.5.0

1.4.0 - 2023-06-07

What's Changed

  • Add async methods by @VincentBean in #21

Full Changelog: https://github.com/justbetter/laravel-magento-client/compare/1.3.1...1.4.0

1.3.1 - 2023-05-10

What's Changed

  • Allow selection as a string by @ramonrietdijk in #20

Full Changelog: https://github.com/justbetter/laravel-magento-client/compare/1.3.0...1.3.1

1.3.0 - 2023-05-05

What's Changed

  • Magento OAuth 1.0 implementation by @ramonrietdijk in #19

Full Changelog: https://github.com/justbetter/laravel-magento-client/compare/1.2.0...1.3.0

1.2.0 - 2023-03-22

What's Changed

  • Add whereNull and ORs by @VincentBean in #17

Full Changelog: https://github.com/justbetter/laravel-magento-client/compare/1.1.0...1.2.0

1.1.0 - 2023-02-24

What's Changed

  • Support for Laravel 10 by @ramonrietdijk in #14

Full Changelog: https://github.com/justbetter/laravel-magento-client/compare/1.0.9...1.1.0

1.0.9 - 2023-02-22

What's Changed

  • Lazily load results from Magento by @ramonrietdijk in #13

Full Changelog: https://github.com/justbetter/laravel-magento-client/compare/1.0.8...1.0.9

1.0.8 - 2023-01-31

What's Changed

  • Updated grammar by @ramonrietdijk in #9
  • Grayloon migration guide by @ramonrietdijk in #10

Full Changelog: https://github.com/justbetter/laravel-magento-client/compare/1.0.7...1.0.8

1.0.7 - 2023-01-25

Fix typo in composer.json

Full Changelog: https://github.com/justbetter/laravel-magento-client/compare/1.0.6...1.0.7

1.0.6 - 2023-01-12

Full Changelog: https://github.com/justbetter/laravel-magento-client/compare/1.0.5...1.0.6

1.0.5 - 2023-01-10

What's Changed

  • Add delete method by @VincentBean in #8

Full Changelog: https://github.com/justbetter/laravel-magento-client/compare/1.0.4...1.0.5

1.0.4 - 2023-01-02

What's Changed

  • Make store nullable by @ramonrietdijk in #7

Full Changelog: https://github.com/justbetter/laravel-magento-client/compare/1.0.3...1.0.4

1.0.3 - 2022-11-25

What's Changed

  • Coverage action by @VincentBean in #3
  • Badges by @VincentBean in #4
  • Add references to other packages by @VincentBean in #5
  • Added a fake method to ease testing in third party packages by @ramonrietdijk in #6

New Contributors

  • @ramonrietdijk made their first contribution in #6

Full Changelog: https://github.com/justbetter/laravel-magento-client/compare/1.0.2...1.0.3

1.0.2 - 2022-10-10

What's Changed

  • Add GitHub Actions for tests, static analysis and style check by @VincentBean in #1
  • Default response items by @VincentBean in #2

New Contributors

  • @VincentBean made their first contribution in #1

Full Changelog: https://github.com/justbetter/laravel-magento-client/compare/1.0.1...1.0.2

1.0.1 - 2022-09-20

Full Changelog: https://github.com/justbetter/laravel-magento-client/compare/1.0.0...1.0.1

1.0.0 - 2022-09-20

Initial release of justbetter/laravel-magento-client