Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 594 Bytes

CHANGELOG.md

File metadata and controls

31 lines (22 loc) · 594 Bytes

Changelog

All notable changes to laravel-mollie will be documented in this file.

2.0.0 - 2017-01-25

  • Added Laravel 5.4 support
  • getPaymentRefunds Renamed to getPaymentsRefunds()
  • Added functions:
    • getCustomers()
    • getCustomersPayments()
    • getCustomersMandates()
    • getCustomersSubscriptions()

1.0.0 - 2016-03-13

  • Adopting SemVer starting with version 1.0.0
  • Changed Readme
  • Added ClientTest

0.1.3 - 2016-03-12

  • Added FacadeTest
  • Added ServiceProviderTest
  • Added StyleCI
  • Added TravisCI
  • Added shields

0.1.1 - 2016-03-11

  • initial release