Skip to content

Releases: langleyfoxall/optimus-php-lib

v.1.2.1

13 Oct 15:24
57ab087
Compare
Choose a tag to compare
  • Updated product docblock to include country of origin

v1.2.0

14 Sep 07:55
38ffdc4
Compare
Choose a tag to compare
  • Product docblock updated to include deleted_at
  • New method on Optimus\Entities\Product to determine whether a product has been archived

v1.1.3

10 Sep 14:30
5ffa5bf
Compare
Choose a tag to compare
  • Updating documentation for products
  • Fixed a couple of incorrect docblocks

v1.1.2

24 Aug 15:20
0da880b
Compare
Choose a tag to compare

Added $id property docblock to Media

v1.1.1

24 Aug 14:19
1af96ed
Compare
Choose a tag to compare
  • Added a property docblock for $updated_at on Media

v1.1.0

24 Aug 09:47
4bee46f
Compare
Choose a tag to compare
  • 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

18 Aug 13:33
bde13d3
Compare
Choose a tag to compare
  • Memory optimisations. Replacing array_merge within loops with array_push($arr, ...$arr2)

v1.0.2

12 Aug 14:40
da42b58
Compare
Choose a tag to compare
  • /api is no longer superfluously appended to the base URI if it's already present

v1.0.1

21 May 10:21
0705e82
Compare
Choose a tag to compare
  • Change package namespace

v1.0.0

21 May 10:03
Compare
Choose a tag to compare

🎉 Initial release.