Skip to content

Releases: hiboutik/hiboutikapi

2.5.0

11 Jan 15:29
Compare
Choose a tag to compare

Image upload support added.

2.4.0

11 Dec 16:37
Compare
Choose a tag to compare

An option has been added to modify the output, from an array to an object.

$hiboutik = new \Hiboutik\HiboutikAPI(YOUR_HIBOUTIK_ACCOUNT, USER, KEY);
$hiboutik->return_array = false;
$brands = $hiboutik->get('/brands/');// you now get an object

2.3.2

22 Nov 15:08
Compare
Choose a tag to compare

Bugfix

2.3.1

26 Oct 15:35
Compare
Choose a tag to compare

Bugfix

2.3.0

25 Oct 18:05
Compare
Choose a tag to compare

Mainly bugfixes

2.2.0

12 Sep 16:35
Compare
Choose a tag to compare

This version introduces new methods that use the new API.
It drops the php-curl dependency.
It keeps the support for the old API.

Fixed license name bug in composer.json.

26 Jan 12:30
218f685
Compare
Choose a tag to compare

Bug in "composer.json". License names have changed: https://spdx.org/licenses/

1.1.0: Merge pull request #3 from hiboutik/dev

20 Oct 17:01
Compare
Choose a tag to compare

Updated documentation.
Minor modifications in class methods

1.0.1

15 Dec 12:54
Compare
Choose a tag to compare
Fixed bug REST resource

1.0.0

14 Dec 17:59
Compare
Choose a tag to compare
Initial commit