Setono / SyliusTermsPlugin

Add terms and conditions to your Sylius store and have the customer accept them on checkout
MIT License
34 stars 12 forks source link

composer(deps-dev): update sylius/sylius requirement from ~1.7.0 to ~1.7.0 || ~1.9.0 #36

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Updates the requirements on sylius/sylius to permit the latest version.

Release notes

Sourced from sylius/sylius's releases.

v1.9.0

TL;DR

  • Added support for Symfony 5
  • Enhanced adjustment calculations to take shipping and promotions taxes into account while generating invoices and credit memos
  • Added support for non-translatable product attributes
  • Improved API v2 coverage up to 50% (customer account, orders, emails, products & product variants management)

Details

Full 1.9 changelog

... (truncated)

Changelog

Sourced from sylius/sylius's changelog.

v1.9.0 (2021-03-01)

TL;DR

  • Symfony 5 support

Details

Full 1.9 changelog

... (truncated)

Commits
  • 0ea572c Change application's version to v1.9.0
  • a0b7597 Generate changelog for v1.9.0
  • b76c3ac feature #12329 [Api] Add test app for ApiBundle (Tomanhez, GSadee, lchrusciel)
  • 24a6868 [ApiBundle] Add README file with testing instructions
  • 4db52ff [ApiBundle] Remove setting APP_DEBUG variable for PHPUnit
  • e7d1f2d [Api] Refactor fetching id from IRI converter to direct object
  • 6070216 [ApiBundle] Move unit tests of test application to src directory
  • f705b37 [ApiBundle] Revert changes in RouteNameResolver and PathPrefixProvider
  • f40dba3 [ApiBundle] Refactor directories and namespaces of test application
  • 035c3a0 [ApiBundle] Update composer in test application
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
codecov[bot] commented 3 years ago

Codecov Report

Merging #36 (8ae45f4) into master (420fc2b) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##             master     #36   +/-   ##
========================================
  Coverage      0.00%   0.00%           
  Complexity      138     138           
========================================
  Files            26      26           
  Lines           498     498           
========================================
  Misses          498     498           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 420fc2b...022c597. Read the comment docs.

dependabot[bot] commented 3 years ago

Superseded by #43.