Releases: vienthuong/shopware-php-sdk
Releases · vienthuong/shopware-php-sdk
Release 2.2.0
- Compatibility with Shopware 6.6.10.0
- Update Criteria to support partial loading (Criteria.addFields)
- Added
Repository::aggregate
method to fetch aggregated data - Fixes #89 Missing associated entities with same type in repository requests
- Fixes #86 Notification classes (definition, entity, collection) are missing
- Fixes #96 Class "Vin\ShopwareSdk\Data\Entity\Custom\CustomDefinition" not found
- Fixes #98 Deleting a Version does not work
- Fixes add custom definition, @see: examples/custom-entity.php for code example
- Throw ShopUnreachableException when the shop server is unreachable
- Fixes
Repository.syncDeleted
to use the same http client as the repository - Fixes #87 Extensions not loaded into ProductEntity
- Fixes #50 Work with custom entities
- Fixes #78 Allowed memory size exhausted
- Added #77 Add support for criteria in SyncService / SyncPayload (@see: examples/sync-service.php)
Release 2.0.0
Release 2.0.0
Release 1.7.3
Release 1.7.3
Release 1.7.2
Release 1.7.1
Release 1.7.1
Release 1.5.0
Release 1.5.0
Release v1.4.0
1.4.0
- Updated Latest DAL Classes
- Added NotificationService to allow sending/getting notification from external app (success/error/warning/info)
- Added UserConfigService to getting/saving admin's config
- Added AdminSearchService to search for multiple entities as one request
- Added more service's examples
- Deprecated SystemConfigService::saveConfiguration, use SystemConfigService::save instead
- Deprecated SystemConfigService::batchSaveConfiguration, use SystemConfigService::batchSave instead
Release 1.3.3
- Use correct sync operator for syncDeleted
- Remove extends HttpClient from GuzzleClient
- Added
Script
entity definition
Shopware 6.5 compatibility & fix minor bugs
- Shopware 6.5 compatibility
- fix minor bugs
Release 1.3.1
- Bug fixed #10
- Update DAL Classes