Skip to content

Releases: communicator/magento-plugin

Small code improvement

03 Jul 07:43
Compare
Choose a tag to compare
1.0.5

refactor: improved code structure

Empty results fix

03 Jul 07:39
Compare
Choose a tag to compare

Sometimes we don't get any data back from the SOAP API, which results in a NULL result. We now exit early when this happens, returning an empty array of options instead.

Small data fix

23 May 14:08
Compare
Choose a tag to compare

This addresses an issue with client accounts that only have a simple data structure e.g. 1 contact table, data table etc. The API seems to return a singular object rather than an array of one object in the case where there is only one result, which is causing the code to bail out. This adds a guard to handle this particular case.

Fix license identifer

20 Feb 10:18
44c60e9
Compare
Choose a tag to compare

Fixes license identifier issue and adds README.md entry

Use caret range for webservices-php version

23 May 14:08
Compare
Choose a tag to compare

Lets us get the latest and greatest releases of out accompanying webservices-php plugin on install, including security fixes.

Official first release!

23 May 14:09
Compare
Choose a tag to compare
1.0.0

Initial release