-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to 2.0 #323
Upgrade to 2.0 #323
Conversation
TheMilek
commented
Oct 11, 2024
•
edited
Loading
edited
9dd3574
to
69f045a
Compare
10c56e7
to
571ff5a
Compare
run: vendor/bin/behat --colors --strict -vvv --no-interaction -f progress || vendor/bin/behat --colors --strict -vvv --no-interaction -f progress --rerun | ||
run: | | ||
if [ "${{ matrix.wkhtmltopdf }}" != "false" ]; then | ||
vendor/bin/behat --colors --strict -vvv --no-interaction -f progress --tags="~@pdf_disabled" || vendor/bin/behat --colors --strict -vvv --no-interaction -f progress --rerun; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How did it work before?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dont really know, but seems like the extension friends-of-behat/exclude-specifications-extension
was doing the trick before
src/templates/admin/invoice/show/content/page_body/buyer.html.twig
Outdated
Show resolved
Hide resolved
src/templates/admin/invoice/show/content/page_body/buyer/company.html.twig
Outdated
Show resolved
Hide resolved
src/templates/admin/invoice/show/content/page_body/seller.html.twig
Outdated
Show resolved
Hide resolved
dc74d02
to
3869edd
Compare
src/templates/admin/invoice/show/content/header/title_block/actions/back_to_index.html.twig
Outdated
Show resolved
Hide resolved
src/templates/admin/invoice/show/content/sections/card/footer.html.twig
Outdated
Show resolved
Hide resolved
33ce137
to
a33aa2c
Compare
@@ -1,3 +1,10 @@ | |||
### UPGRADE FROM 0.24.X TO 1.0.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We will probably release support for Sylius 2.0 in version 2.0 of this plugin, and release earlier 1.0, but we could adjust it later 🖖🏻
|
||
1. Support for Sylius 2.0 has been added, it is now the recommended Sylius version to use with InvoicingPlugin. | ||
2. Support for Sylius 1.13 and 1.12 has been dropped, upgrade your application to [Sylius 2.0](https://github.com/Sylius/Sylius/blob/2.0/UPGRADE-2.0.md). | ||
3. Support for PHP has been increased to 8.2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
3. Support for PHP has been increased to 8.2 | |
3. The minimum supported PHP version has been changed to 8.2 |
🤔
- { resource: "@SyliusInvoicingPlugin/Resources/config/app/winzou_state_machine.php" } | ||
- { resource: 'app/twig_hooks/**/*.yaml' } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make these imports consistent with each other
id="sylius_invoicing.twig.component.invoice.list" | ||
class="Sylius\InvoicingPlugin\Twig\Component\Invoice\ListComponent" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wrong indentation