Skip to content

Latest commit

 

History

History
94 lines (74 loc) · 4.4 KB

CHANGELOG.md

File metadata and controls

94 lines (74 loc) · 4.4 KB

Changelog

All notable changes to shopware-php-sdk will be documented in this file.

Updates should follow the Keep a CHANGELOG principles.

2.0.0

1.7.3

1.7.2

1.7.1

  • guzzlehttp/guzzle updated to version 7.5

1.7.0

  • PHP 8.1 compatibility

1.6.0

1.5.1

1.5.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

1.3.3

1.3.2

  • Shopware 6.5 compatibility
  • WebhookAuthenticator::authenticateGetRequest now also consider sw-context-language and sw-user-language
  • Added properties userLanguage and contextLanguage into IFrameRequest

1.3.1

1.3.0

  • PHP 8 compatibility

1.2.2

  • Added SystemConfigService, MailSendService
  • Changed ApiService constructor do not require a $context object, using setContext method instead
  • Fix some minor bugs

1.2.1

  • Added RepositoryFactory::createFromDefinition that allow to generate the repository from an EntityDefinition

1.2.0

  • Added ActionButtonResponse classes that can be return directly when receive an action button request
  • Added RegistrationResponse that can be return directly when receive an app register request
  • Updated Docs for App

1.1.0

  • Added plugin custom Definition at runtime
  • Updated all latest entities from SW 6.4.2.1
  • Better Collection generator method annotation
  • HttpClient decoupling
  • Added IframeRequest DTO and ShopRequest constant

1.0.0

  • Package initial structure
  • First release