Skip to content

Commit fc67f43

Browse files
release: 0.0.2
1 parent 79f9906 commit fc67f43

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.1"
2+
".": "0.0.2"
33
}

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Changelog
2+
3+
## 0.0.2 (2025-09-03)
4+
5+
Full Changelog: [v0.0.1...v0.0.2](https://github.com/imagekit-developer/imagekit-php/compare/v0.0.1...v0.0.2)
6+
7+
### Features
8+
9+
* **api:** add BaseWebhookEvent ([84f5b7c](https://github.com/imagekit-developer/imagekit-php/commit/84f5b7c65eb1b7b23fdda823aca71c51b73023e3))
10+
* **api:** manual updates ([79f9906](https://github.com/imagekit-developer/imagekit-php/commit/79f9906770fee9602f9b1ed6397b5b00f015bcd2))
11+
* **api:** manual updates ([0daa175](https://github.com/imagekit-developer/imagekit-php/commit/0daa17580a73ebd447e344f01fa36f1fb593dd4d))
12+
* **api:** manual updates ([6ec4a94](https://github.com/imagekit-developer/imagekit-php/commit/6ec4a94508922f91f34d9b58226e047de6c40399))
13+
* **api:** manual updates ([2ebe4bf](https://github.com/imagekit-developer/imagekit-php/commit/2ebe4bffb958f8cd8c923b285bdb79b4d93ea755))
14+
* **api:** manual updates ([8aecc6e](https://github.com/imagekit-developer/imagekit-php/commit/8aecc6ee1d42589a554687c3a8138ff764ba223f))
15+
* **api:** manual updates ([3ac5bb6](https://github.com/imagekit-developer/imagekit-php/commit/3ac5bb60ab1b828c27a17e8d499309c1ac077dd9))
16+
* **api:** manual updates ([864a1aa](https://github.com/imagekit-developer/imagekit-php/commit/864a1aa121d394cbc89a9b305d03177777fe173e))
17+
18+
19+
### Bug Fixes
20+
21+
* filter logic for setting data in GuzzleHttpWrapper ([4f510b9](https://github.com/imagekit-developer/imagekit-php/commit/4f510b938073ea4bf0f6d867a3cf9170be6cc246))
22+
* remove uniqueFileName & isPrivate hardcoding from GuzzleHttpWrapper getMultipartData fn ([11aff51](https://github.com/imagekit-developer/imagekit-php/commit/11aff51f80a751c8393d3b0983d91ff3b816dc84))
23+
* update sdk-version url generation param to ik-sdk-version ([9e2eae6](https://github.com/imagekit-developer/imagekit-php/commit/9e2eae65570d569aa8776cc46aec1588beeee596))
24+
* url tests & signature tests ([ca6cd93](https://github.com/imagekit-developer/imagekit-php/commit/ca6cd931774af3269380ef46f09429a52dbfdc1a))
25+
26+
27+
### Chores
28+
29+
* filter out null, undefined and empty strings while setting data in GuzzleHttpWrapper ([0b8d476](https://github.com/imagekit-developer/imagekit-php/commit/0b8d4762e88b7f121c079de8a61e5fa97b822217))
30+
* **internal:** refactor base client internals ([aba7242](https://github.com/imagekit-developer/imagekit-php/commit/aba7242684bdef5c8926ef4f1e7b0909650cbf17))
31+
* sync repo ([bb14ef3](https://github.com/imagekit-developer/imagekit-php/commit/bb14ef396deb2b1bccc1e8d80da4bd47e3a04427))
32+
* update dependencies to replace guzzlehttp/streams with guzzle/Psr7 ([ddc07e9](https://github.com/imagekit-developer/imagekit-php/commit/ddc07e9ee94541a7c0c28ac1cfe7980ec5045784))
33+
* update documentation ([523ee0d](https://github.com/imagekit-developer/imagekit-php/commit/523ee0d463756aa534a6fa0daa315f9fab297800))
34+
* update documentation for running test cases ([6f7810e](https://github.com/imagekit-developer/imagekit-php/commit/6f7810eb81ba91679ff8aa62ab41395a50793f4d))
35+
* update SDK settings ([6913a6d](https://github.com/imagekit-developer/imagekit-php/commit/6913a6de33f625b50dc0aa5881e1208e136c8b2a))

0 commit comments

Comments
 (0)