Skip to content

Commit 56aa68a

Browse files
Update CHANGELOG.md
1 parent f6fa05a commit 56aa68a

1 file changed

Lines changed: 23 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,30 @@ All notable changes to `unopim/api-php-client` will be documented here.
55
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
66
and [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
77

8-
## 1.0.1 — 2026-05-06
8+
## [1.0.1] — 2026-05-06
99

1010
### Fixed
11-
- Media uploads now support `sku`/`code` identifiers and additional attribute fields
11+
12+
* Media uploads now support `sku`/`code` identifiers, along with additional attribute fields.
13+
14+
### Added
15+
16+
* HTTP helpers:
17+
18+
* `UnoPimClient`: `patch()`, `delete()`
19+
* `AbstractApi`: `patch()`, `delete()` passthroughs
20+
* API support:
21+
22+
* `CategoryApi`: `patch()`, `delete()`
23+
* `ProductApi`: `patch()`, `delete()`
24+
* `ConfigurableProductApi`: `patch()`
25+
* `CategoryFieldApi`: added `listOptions`, `createOptions`, and `updateOptions` (now aligned with `AttributeApi`)
26+
* `MediaFileApi`: `uploadSwatchMedia()` for attribute option swatches
27+
28+
### Improved
29+
30+
* Parity between `CategoryFieldApi` and `AttributeApi` option management methods.
31+
1232

1333
## [1.0.0] — 2026-05-01
1434

@@ -34,5 +54,5 @@ and [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
3454
- PSR-18 HTTP client abstraction with bundled `CurlHttpClient` fallback.
3555
- Tested against UnoPim v2.0.
3656

37-
[Unreleased]: https://github.com/unopim/api-php-client/compare/v1.0.0...HEAD
3857
[1.0.0]: https://github.com/unopim/api-php-client/releases/tag/v1.0.0
58+
[1.0.1]: https://github.com/unopim/api-php-client/releases/tag/v1.0.1

0 commit comments

Comments
 (0)