All Notable changes for the Laravel 5 WooCommerce REST API Client will be documented in this file
- Update outdated composer dependencies (phpunit, mockery)
- Add php 7.2 to travis-ci
- Add support for Auto-Discovery (Thanks to palpalani)
- Require php 7.0+
- Upgrade to phpunit 6.2.x
- Remove composer.lock
- Narrow version for automattic/woocommerce to stick to 1.3.x
- Set default API Version to v2 in config/woocommerce.php
- Add pagination functionality.
Now these functions are available
- totalResults()
- firstPage()
- lastPage()
- currentPage()
- totalPages()
- previousPage()
- nextPage()
- hasPreviousPage()
- hasNextPage()
- hasNotPreviousPage()
- hasNotNextPage()
- Get the Request & Response (Headers) from the last request
- getRequest()
- getResponse()
- Add pagination functionality.
Now these functions are available
- totalResults()
- firstPage()
- lastPage()
- currentPage()
- totalPages()
- previousPage()
- nextPage()
- hasPreviousPage()
- hasNextPage()
- hasNotPreviousPage()
- hasNotNextPage()
- Get the Request & Response (Headers) from the last request
- getRequest()
- getResponse()
- Laravel 5.4 compatibility
- Add additional configuration vallues (Thanks to ebisbe)
- Update README.md
- Add support for Woocommerce 2.6+ (Thanks to leeroyrose)
-
Small fixes in documentation
-
Added support for "verify_ssl" config option
Add
'WOOCOMMERCE_VERIFY_SSL', false
to your.env
file and re-publish the configuration to have this change reflected inconfig/woocommerce.php
.
- Stable first release