Merge branch '1.14' into 2.0

* 1.14:
  [Admin] Deprecate NotificationController
  [AdminBundle] Add base form type for ShopUserType
  [AdminBundle] Add base form type for PromotionCouponGeneratorInstructionType
  chore(doc): add naming changes for plugin skeleton
This commit is contained in:
Grzegorz Sadowski 2024-10-28 11:42:17 +01:00
commit fd7297c449
No known key found for this signature in database
GPG key ID: EF87FF4E6E3BD364

View file

@ -26,6 +26,10 @@ to reflect your plugin functionality. Basing on the vendor and plugin names esta
* ``Acme\SyliusExamplePlugin\AcmeSyliusExamplePlugin::class`` -> ``IronMan\SyliusProductOnDemandPlugin\IronManSyliusProductOnDemandPlugin::class`` * ``Acme\SyliusExamplePlugin\AcmeSyliusExamplePlugin::class`` -> ``IronMan\SyliusProductOnDemandPlugin\IronManSyliusProductOnDemandPlugin::class``
* In ``tests/Application/Kernel.php`` and ``tests/Application/bin/console``:
* ``Tests\Acme\SyliusExamplePlugin\Application`` -> ``Tests\IronMan\SyliusProductOnDemandPlugin\Application``
* In ``phpspec.yml.dist`` (if you want to use PHPSpec in your plugin): * In ``phpspec.yml.dist`` (if you want to use PHPSpec in your plugin):
* ``Acme\SyliusExamplePlugin`` -> ``IronMan\SyliusProductOnDemandPlugin`` * ``Acme\SyliusExamplePlugin`` -> ``IronMan\SyliusProductOnDemandPlugin``