- BC BREAK: new bundle folder structure :
src/Resources/*
has been moved to the top levelsrc/Resources/config
->config
src/Resources/views
->templates
src/Resources/translations
->translations
- BC BREAK: Rename applicator service ID from
flux_se.sylius_eu_vat_plugin.applicator.order_european_vatnumber_applicator
toflux_se.sylius_eu_vat_plugin.applicator.order_european_vat_number
- BC BREAK: Part of the class
OrderEuropeanVATNumberApplicator
has been extracted tosrc/Extractor
andsrc/Checker
services. - BC BREAK: Rename applicator service ID from
flux_se.sylius_eu_vat_plugin.form.extension.vatnumber
toflux_se.sylius_eu_vat_plugin.form.extension.vat_number
- Execute this sql query to avoid the
Migration
script to be re-added :
UPDATE sylius_migrations SET version="FluxSE\\SyliusEUVatPlugin\\Migrations\\Version20190507174705"
WHERE version="Prometee\\SyliusVIESClientPlugin\\Migrations\\Version20190507174705";
- BC BREAK: Rename composer vendor name from
prometee\sylius-vies-client-plugin
toflux-se\sylius-eu-vat-plugin
- BC BREAK: Rename the namespace vendor name from
Prometee\SyliusVIESClientPlugin
toFluxSE\SyliusEUVatPlugin
- BC BREAK: Rename classes from
PrometeeSyliusVIESClientPlugin
toFluxSESyliusEUVatPlugin
PrometeeSyliusVIESClientExtension
toFluxSESyliusEUVatExtension
- BC BREAK: Rename the service names from
flux_se.sylius_vies_client_plugin.*
toflux_se.sylius_eu_vat.*
- BC BREAK: Rename translations name from
flux_se_sylius_vies_client.*
toflux_se.sylius_eu_vat
- BC BREAK: Rename channel fixture name from
vies_plugin_european_channel
toeu_vat_plugin_european_channel
- BC BREAK:
Prometee\SyliusVIESClientPlugin\Entity\Channel
have to be defined into yoursrc/Entity/Channel
directory - BC BREAK:
Prometee\SyliusVIESClientPlugin\Entity\ChannelInterface
have to be defined into yoursrc/Entity/Channel
directory - BC BREAK:
Prometee\SyliusVIESClientPlugin\Entity\Address
have to be defined into yoursrc/Entity/Addressing
directory - BC BREAK:
Prometee\SyliusVIESClientPlugin\Entity\AddressInterface
have to be defined into yoursrc/Entity/Addressing
directory