Releases: langleyfoxall/optimus-php-lib
Releases · langleyfoxall/optimus-php-lib
v.1.2.1
- Updated product docblock to include country of origin
v1.2.0
- Product docblock updated to include deleted_at
- New method on
Optimus\Entities\Product
to determine whether a product has been archived
v1.1.3
- Updating documentation for products
- Fixed a couple of incorrect docblocks
v1.1.2
Added $id
property docblock to Media
v1.1.1
- Added a property docblock for
$updated_at
on Media
v1.1.0
- Added
EndpointType::DETAILED_ALL
- Added a
detailedAll
method to AbstractEntity
. This performs similarly to all
only it will hit the endpoint defined via EndpointType::DETAILED_ALL
- Improved static analysis by updating docblocks and switching out unnecessary calls to
call_user_func_array
for call_user_func
v1.0.3
- Memory optimisations. Replacing
array_merge
within loops with array_push($arr, ...$arr2)
v1.0.2
- /api is no longer superfluously appended to the base URI if it's already present