Skip to content
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

Merged
merged 25 commits into from
Oct 18, 2024
Merged

Upgrade to 2.0 #323

merged 25 commits into from
Oct 18, 2024

Conversation

TheMilek
Copy link
Member

@TheMilek TheMilek commented Oct 11, 2024

Screenshot 2024-10-16 at 08 45 07

Screenshot 2024-10-11 at 14 20 45
Screenshot 2024-10-11 at 14 21 07

@TheMilek TheMilek requested a review from a team as a code owner October 11, 2024 12:55
@TheMilek TheMilek closed this Oct 11, 2024
@TheMilek TheMilek reopened this Oct 11, 2024
@TheMilek TheMilek force-pushed the SYL-3915 branch 3 times, most recently from 9dd3574 to 69f045a Compare October 11, 2024 13:33
@TheMilek TheMilek changed the base branch from main to 2.0 October 11, 2024 13:42
@TheMilek TheMilek closed this Oct 11, 2024
@TheMilek TheMilek reopened this Oct 11, 2024
@TheMilek TheMilek force-pushed the SYL-3915 branch 12 times, most recently from 10c56e7 to 571ff5a Compare October 13, 2024 21:05
.github/workflows/build.yml Outdated Show resolved Hide resolved
.github/workflows/build.yml Show resolved Hide resolved
src/templates/shared/download/pdfLayout.html.twig Outdated Show resolved Hide resolved
composer.json Show resolved Hide resolved
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;
Copy link
Member

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?

Copy link
Member Author

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

@GSadee GSadee added the Maintenance Configurations, READMEs, releases, etc. label Oct 15, 2024
.github/workflows/build.yml Show resolved Hide resolved
.github/workflows/build.yml Outdated Show resolved Hide resolved
src/Resources/config/app/twig_hooks/admin/order/show.yaml Outdated Show resolved Hide resolved
src/Resources/config/config.yml Outdated Show resolved Hide resolved
@TheMilek TheMilek force-pushed the SYL-3915 branch 2 times, most recently from dc74d02 to 3869edd Compare October 16, 2024 06:41
@TheMilek TheMilek force-pushed the SYL-3915 branch 5 times, most recently from 33ce137 to a33aa2c Compare October 17, 2024 11:36
@@ -1,3 +1,10 @@
### UPGRADE FROM 0.24.X TO 1.0.0
Copy link
Member

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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
3. Support for PHP has been increased to 8.2
3. The minimum supported PHP version has been changed to 8.2

🤔

Comment on lines +2 to +3
- { resource: "@SyliusInvoicingPlugin/Resources/config/app/winzou_state_machine.php" }
- { resource: 'app/twig_hooks/**/*.yaml' }
Copy link
Member

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

Comment on lines +15 to +16
id="sylius_invoicing.twig.component.invoice.list"
class="Sylius\InvoicingPlugin\Twig\Component\Invoice\ListComponent"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wrong indentation

@GSadee GSadee merged commit 41d1cd0 into Sylius:2.0 Oct 18, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Maintenance Configurations, READMEs, releases, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants