Skip to content

Releases: antistatique/drupal-commerce-trustedshops

3.0.1

25 Jun 08:49
cb03cbe
Compare
Choose a tag to compare

3.0.1 - 2024-06-25

Removed

  • drop support on Drupal <= 9.4
  • remove local file translation in order to use localize.drupal.org

Fixed

  • fix deprecation compare markup between MarkupInterface objects and plain strings
  • fix latests PHPStan complaints

Added

  • add Drupal GitlabCI
  • add cpsell project words for Gitlab-CI

2.0.0

27 Jan 13:11
Compare
Choose a tag to compare

2.0.0 - 2023-01-27

Fixed

  • Issue #3201543 by Aerzas, wengerk: Order items may not be product variations

Changed

  • 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

Added

  • add dependabot for Github Action dependency
  • add upgrade-status check

Removed

  • 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

3.0.0

27 Jan 15:05
Compare
Choose a tag to compare

3.0.0 - 2023-01-27

Added

  • add official support of drupal 10.0

Changed

  • re-enable PHPUnit Symfony Deprecation notice

Fixed

  • 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

0.1-alpha1

08 Oct 07:43
Compare
Choose a tag to compare
0.1-alpha1 Pre-release
Pre-release
  • 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
  • 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