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

Remove deprecated EventSubscriberInterface #15083

Merged
merged 2 commits into from Jun 7, 2023

Conversation

TheMilek
Copy link
Member

@TheMilek TheMilek commented Jun 7, 2023

Q A
Branch? 1.13
Bug fix? no
New feature? no
BC breaks? no
License MIT

Fixes https://github.com/Sylius/Sylius/actions/runs/5198421404/jobs/9374520800

@TheMilek TheMilek requested a review from a team as a code owner June 7, 2023 11:16
@probot-autolabeler probot-autolabeler bot added the Maintenance CI configurations, READMEs, releases, etc. label Jun 7, 2023
use Doctrine\Persistence\Event\LifecycleEventArgs;
use Sylius\Bundle\CoreBundle\PriceHistory\Processor\ProductLowestPriceBeforeDiscountProcessorInterface;
use Sylius\Component\Core\Model\ChannelPricingInterface;
use Sylius\Component\Core\Model\ChannelPricingLogEntryInterface;

final class ChannelPricingLogEntryEventSubscriber implements EventSubscriberInterface
final class ChannelPricingLogEntryEventListener
Copy link
Member

Choose a reason for hiding this comment

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

FYI this class has been introduced in 1.13 so it isn't a BC.

Just saying, as I missed that fact at the first glance 😅.

@TheMilek TheMilek changed the title Remove deprectaed EventSubscriberInterface Remove deprecated EventSubscriberInterface Jun 7, 2023
@Rafikooo Rafikooo merged commit 8a30c98 into Sylius:1.13 Jun 7, 2023
23 checks passed
@Rafikooo
Copy link
Contributor

Rafikooo commented Jun 7, 2023

Thank you, @TheMilek!

@TheMilek TheMilek deleted the remove-deprecated-interface branch June 7, 2023 12:43
jakubtobiasz added a commit that referenced this pull request Jun 22, 2023
… upgrade file (TheMilek)

This PR was merged into the 1.13 branch.

Discussion
----------

| Q               | A                                                            |
|-----------------|--------------------------------------------------------------|
| Branch?         | 1.13 <!-- see the comment below -->                  |
| Bug fix?        | no                                                       |
| New feature?    | no                                                      |
| BC breaks?      | no                                                       |
| Deprecations?   | no <!-- don't forget to update the UPGRADE-*.md file --> |
| License         | MIT                                                          |

<!--
 - Bug fixes must be submitted against the 1.12 branch
 - Features and deprecations must be submitted against the 1.13 branch
 - Make sure that the correct base branch is set

 To be sure you are not breaking any Backward Compatibilities, check the documentation:
 https://docs.sylius.com/en/latest/book/organization/backward-compatibility-promise.html
-->
Related to #15083 changes

Commits
-------
  Update upgrade file from 1.12 with PriceHistoryPlugin to Sylius 1.13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Maintenance CI configurations, READMEs, releases, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants