All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- update antistatique/trustedshops-php-sdk (1.0.0 => 1.1.0)
3.0.1 - 2024-06-25
- drop support on Drupal <= 9.4
- remove local file translation in order to use localize.drupal.org
- fix deprecation compare markup between MarkupInterface objects and plain strings
- fix latests PHPStan complaints
- add Drupal GitlabCI
- add cpsell project words for Gitlab-CI
3.0.0 - 2023-01-27
- add official support of drupal 10.0
- re-enable PHPUnit Symfony Deprecation notice
- fix PHPUnit deprecated prophecy integration
- fix deprecated uncalling accessCheck relying on entity queries to check access
- fix usage of deprecated Symfony\Component\EventDispatcher\Event in favor of Symfony\Contracts\EventDispatcher\Event
- fix deprecation of theme classy for Drupal 10 compatibilities
- fix tests self::modules property must be declared protected
- fix Symfony 4.4 event dispatcher parameter order change
2.0.0 - 2023-01-27
- Issue #3201543 by Aerzas, wengerk: Order items may not be product variations
- move out from Travis CI to Github Actions
- modernize the Code Styles integration
- update changelog form to follow keepachangelog format
- use PHP 8.1 for linters
- bump testing using drupal/commerce 2.26 => 2.33
- add dependabot for Github Action dependency
- add upgrade-status check
- remove trigger github actions on every pull-request, keep only push
- drop support of drupal 8.8 & 8.9
- drop support of drupal below 9.3.x
2.0.0-rc1 - 2020-07-05
- replace drupal_ti by wengerk/docker-drupal-for-contrib
- Issue #3146835 by Project Update Bot: Automated Drupal 9 compatibility fixes
- Issue #3090752 by wengerk, Tolyan4ik: Drupal 9 Readiness
1.0.0-alpha2 - 2019-08-11
- Issue #3087963: Wrong language of Email sent by TrustedShops when using the Manual Trigger form
1.0.0-alpha1 - 2019-08-10
- Add a new entity named Shop (commerce_trustedshops_shop) to deal with TrustedShops TIDs
- Unit tested and covered CRUD operations on the Shop entity
- Expose a themeable TrustedBadge block
block--commerce-trustedshops-trustedbadge.html.twig
- Ensure customization of TrustedBadge block via template override (
block--commerce-trustedshops-trustedbadge.html.twig
) - Give access to a setting form for updating configuration
- Allow user to enable or disable the Production/QA mode
- Expose a Checkout pane "TrustedShop review collector after checkout" to collect review on checkout process
- Add a Views Link field "TrustedShops: Link to invite writing a review of Order" to be added on Order's views as operations.
- Expose an "Invite to Review" form allowing triggering Review invitations by TrustedShops