Skip to content

Commit 78ad607

Browse files
committed
BB-23826: Release preparation activities - Generate UPGRADE-*.md, CHANGELOG-*.md files (#37961)
1 parent 2f31f83 commit 78ad607

File tree

2 files changed

+95
-3
lines changed

2 files changed

+95
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The current file describes significant changes in the code that may affect the u
44

55
## Changes in the СRM package versions
66

7-
- [6.0.0-RC](#600-rc-2024-02-29)
7+
- [6.0.0](#600-2024-03-30)
88
- [5.1.0](#510-2023-03-31)
99
- [5.0.0](#500-2022-01-26)
1010
- [4.2.0](#420-2020-01-29)
@@ -32,8 +32,8 @@ The current file describes significant changes in the code that may affect the u
3232
- [1.2.0](#120-2014-05-28)
3333
- [1.0.0](#100-2014-04-01)
3434

35-
## 6.0.0-RC (2024-02-29)
36-
[Show detailed list of changes](incompatibilities-6-0-rc.md)
35+
## 6.0.0 (2024-03-30)
36+
[Show detailed list of changes](incompatibilities-6-0.md)
3737

3838
## 5.1.0 (2023-03-31)
3939

incompatibilities-6-0.md

Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
- [ActivityContactBundle](#activitycontactbundle)
2+
- [AnalyticsBundle](#analyticsbundle)
3+
- [CRMBundle](#crmbundle)
4+
- [CalendarCRM](#calendarcrm)
5+
- [CallCRM](#callcrm)
6+
- [ChannelBundle](#channelbundle)
7+
- [ContactBundle](#contactbundle)
8+
- [ContactUsBundle](#contactusbundle)
9+
- [SalesBundle](#salesbundle)
10+
- [TaskCRM](#taskcrm)
11+
12+
ActivityContactBundle
13+
---------------------
14+
* The `ActivityContactProvider::getActivityDirection($activity, $target)`<sup>[[?]](https://github.com/oroinc/crm/tree/5.1.0/src/Oro/Bundle/ActivityContactBundle/Provider/ActivityContactProvider.php#L39 "Oro\Bundle\ActivityContactBundle\Provider\ActivityContactProvider")</sup> method was changed to `ActivityContactProvider::getActivityDirection($activity, $target)`<sup>[[?]](https://github.com/oroinc/crm/tree/6.0.0/src/Oro/Bundle/ActivityContactBundle/Provider/ActivityContactProvider.php#L34 "Oro\Bundle\ActivityContactBundle\Provider\ActivityContactProvider")</sup>
15+
16+
AnalyticsBundle
17+
---------------
18+
* The `ChannelTypeExtension::__construct(DoctrineHelper $doctrineHelper, $interface, $rfmCategoryClass)`<sup>[[?]](https://github.com/oroinc/crm/tree/5.1.0/src/Oro/Bundle/AnalyticsBundle/Form/Extension/ChannelTypeExtension.php#L40 "Oro\Bundle\AnalyticsBundle\Form\Extension\ChannelTypeExtension")</sup> method was changed to `ChannelTypeExtension::__construct(DoctrineHelper $doctrineHelper, $interface, $rfmCategoryClass)`<sup>[[?]](https://github.com/oroinc/crm/tree/6.0.0/src/Oro/Bundle/AnalyticsBundle/Form/Extension/ChannelTypeExtension.php#L33 "Oro\Bundle\AnalyticsBundle\Form\Extension\ChannelTypeExtension")</sup>
19+
* The following properties in class `ChannelTypeExtension`<sup>[[?]](https://github.com/oroinc/crm/tree/5.1.0/src/Oro/Bundle/AnalyticsBundle/Form/Extension/ChannelTypeExtension.php#L28 "Oro\Bundle\AnalyticsBundle\Form\Extension\ChannelTypeExtension")</sup> were removed:
20+
- `$doctrineHelper`<sup>[[?]](https://github.com/oroinc/crm/tree/5.1.0/src/Oro/Bundle/AnalyticsBundle/Form/Extension/ChannelTypeExtension.php#L28 "Oro\Bundle\AnalyticsBundle\Form\Extension\ChannelTypeExtension::$doctrineHelper")</sup>
21+
- `$interface`<sup>[[?]](https://github.com/oroinc/crm/tree/5.1.0/src/Oro/Bundle/AnalyticsBundle/Form/Extension/ChannelTypeExtension.php#L33 "Oro\Bundle\AnalyticsBundle\Form\Extension\ChannelTypeExtension::$interface")</sup>
22+
23+
CRMBundle
24+
---------
25+
* The `ExtendEntityCacheWarmer::warmUp($cacheDir)`<sup>[[?]](https://github.com/oroinc/crm/tree/5.1.0/src/Oro/Bundle/CRMBundle/CacheWarmer/ExtendEntityCacheWarmer.php#L47 "Oro\Bundle\CRMBundle\CacheWarmer\ExtendEntityCacheWarmer")</sup> method was changed to `ExtendEntityCacheWarmer::warmUp($cacheDir)`<sup>[[?]](https://github.com/oroinc/crm/tree/6.0.0/src/Oro/Bundle/CRMBundle/CacheWarmer/ExtendEntityCacheWarmer.php#L48 "Oro\Bundle\CRMBundle\CacheWarmer\ExtendEntityCacheWarmer")</sup>
26+
27+
CalendarCRM
28+
-----------
29+
* The `OroCalendarCRMBridgeBundleInstaller::setActivityExtension`<sup>[[?]](https://github.com/oroinc/crm/tree/5.1.0/src/Oro/Bridge/CalendarCRM/Migrations/Schema/OroCalendarCRMBridgeBundleInstaller.php#L21 "Oro\Bridge\CalendarCRM\Migrations\Schema\OroCalendarCRMBridgeBundleInstaller::setActivityExtension")</sup> method was removed.
30+
* The following methods in class `LoadUsersCalendarData`<sup>[[?]](https://github.com/oroinc/crm/tree/5.1.0/src/Oro/Bridge/CalendarCRM/Migrations/Data/Demo/ORM/LoadUsersCalendarData.php#L67 "Oro\Bridge\CalendarCRM\Migrations\Data\Demo\ORM\LoadUsersCalendarData")</sup> were removed:
31+
- `setContainer`<sup>[[?]](https://github.com/oroinc/crm/tree/5.1.0/src/Oro/Bridge/CalendarCRM/Migrations/Data/Demo/ORM/LoadUsersCalendarData.php#L67 "Oro\Bridge\CalendarCRM\Migrations\Data\Demo\ORM\LoadUsersCalendarData::setContainer")</sup>
32+
- `setSecurityContext`<sup>[[?]](https://github.com/oroinc/crm/tree/5.1.0/src/Oro/Bridge/CalendarCRM/Migrations/Data/Demo/ORM/LoadUsersCalendarData.php#L330 "Oro\Bridge\CalendarCRM\Migrations\Data\Demo\ORM\LoadUsersCalendarData::setSecurityContext")</sup>
33+
* The following properties in class `LoadUsersCalendarData`<sup>[[?]](https://github.com/oroinc/crm/tree/5.1.0/src/Oro/Bridge/CalendarCRM/Migrations/Data/Demo/ORM/LoadUsersCalendarData.php#L36 "Oro\Bridge\CalendarCRM\Migrations\Data\Demo\ORM\LoadUsersCalendarData")</sup> were removed:
34+
- `$user`<sup>[[?]](https://github.com/oroinc/crm/tree/5.1.0/src/Oro/Bridge/CalendarCRM/Migrations/Data/Demo/ORM/LoadUsersCalendarData.php#L36 "Oro\Bridge\CalendarCRM\Migrations\Data\Demo\ORM\LoadUsersCalendarData::$user")</sup>
35+
- `$calendar`<sup>[[?]](https://github.com/oroinc/crm/tree/5.1.0/src/Oro/Bridge/CalendarCRM/Migrations/Data/Demo/ORM/LoadUsersCalendarData.php#L39 "Oro\Bridge\CalendarCRM\Migrations\Data\Demo\ORM\LoadUsersCalendarData::$calendar")</sup>
36+
- `$organization`<sup>[[?]](https://github.com/oroinc/crm/tree/5.1.0/src/Oro/Bridge/CalendarCRM/Migrations/Data/Demo/ORM/LoadUsersCalendarData.php#L42 "Oro\Bridge\CalendarCRM\Migrations\Data\Demo\ORM\LoadUsersCalendarData::$organization")</sup>
37+
- `$em`<sup>[[?]](https://github.com/oroinc/crm/tree/5.1.0/src/Oro/Bridge/CalendarCRM/Migrations/Data/Demo/ORM/LoadUsersCalendarData.php#L45 "Oro\Bridge\CalendarCRM\Migrations\Data\Demo\ORM\LoadUsersCalendarData::$em")</sup>
38+
- `$tokenStorage`<sup>[[?]](https://github.com/oroinc/crm/tree/5.1.0/src/Oro/Bridge/CalendarCRM/Migrations/Data/Demo/ORM/LoadUsersCalendarData.php#L48 "Oro\Bridge\CalendarCRM\Migrations\Data\Demo\ORM\LoadUsersCalendarData::$tokenStorage")</sup>
39+
40+
CallCRM
41+
-------
42+
* The `OroCallCRMBridgeBundleInstaller::setActivityExtension`<sup>[[?]](https://github.com/oroinc/crm/tree/5.1.0/src/Oro/Bridge/CallCRM/Migrations/Schema/OroCallCRMBridgeBundleInstaller.php#L21 "Oro\Bridge\CallCRM\Migrations\Schema\OroCallCRMBridgeBundleInstaller::setActivityExtension")</sup> method was removed.
43+
* The following methods in class `LoadCallData`<sup>[[?]](https://github.com/oroinc/crm/tree/5.1.0/src/Oro/Bridge/CallCRM/Migrations/Data/Demo/ORM/LoadCallData.php#L49 "Oro\Bridge\CallCRM\Migrations\Data\Demo\ORM\LoadCallData")</sup> were removed:
44+
- `setContainer`<sup>[[?]](https://github.com/oroinc/crm/tree/5.1.0/src/Oro/Bridge/CallCRM/Migrations/Data/Demo/ORM/LoadCallData.php#L49 "Oro\Bridge\CallCRM\Migrations\Data\Demo\ORM\LoadCallData::setContainer")</sup>
45+
- `randomDate`<sup>[[?]](https://github.com/oroinc/crm/tree/5.1.0/src/Oro/Bridge/CallCRM/Migrations/Data/Demo/ORM/LoadCallData.php#L152 "Oro\Bridge\CallCRM\Migrations\Data\Demo\ORM\LoadCallData::randomDate")</sup>
46+
- `setSecurityContext`<sup>[[?]](https://github.com/oroinc/crm/tree/5.1.0/src/Oro/Bridge/CallCRM/Migrations/Data/Demo/ORM/LoadCallData.php#L168 "Oro\Bridge\CallCRM\Migrations\Data\Demo\ORM\LoadCallData::setSecurityContext")</sup>
47+
* The `OroCallCRMBridgeBundleInstaller::$activityExtension`<sup>[[?]](https://github.com/oroinc/crm/tree/5.1.0/src/Oro/Bridge/CallCRM/Migrations/Schema/OroCallCRMBridgeBundleInstaller.php#L16 "Oro\Bridge\CallCRM\Migrations\Schema\OroCallCRMBridgeBundleInstaller::$activityExtension")</sup> property was removed.
48+
* The following properties in class `LoadCallData`<sup>[[?]](https://github.com/oroinc/crm/tree/5.1.0/src/Oro/Bridge/CallCRM/Migrations/Data/Demo/ORM/LoadCallData.php#L33 "Oro\Bridge\CallCRM\Migrations\Data\Demo\ORM\LoadCallData")</sup> were removed:
49+
- `$organization`<sup>[[?]](https://github.com/oroinc/crm/tree/5.1.0/src/Oro/Bridge/CallCRM/Migrations/Data/Demo/ORM/LoadCallData.php#L33 "Oro\Bridge\CallCRM\Migrations\Data\Demo\ORM\LoadCallData::$organization")</sup>
50+
- `$container`<sup>[[?]](https://github.com/oroinc/crm/tree/5.1.0/src/Oro/Bridge/CallCRM/Migrations/Data/Demo/ORM/LoadCallData.php#L36 "Oro\Bridge\CallCRM\Migrations\Data\Demo\ORM\LoadCallData::$container")</sup>
51+
52+
ChannelBundle
53+
-------------
54+
* The `LifetimeHistoryStatusUpdateManager::massUpdate($records, $status)`<sup>[[?]](https://github.com/oroinc/crm/tree/5.1.0/src/Oro/Bundle/ChannelBundle/Entity/Manager/LifetimeHistoryStatusUpdateManager.php#L33 "Oro\Bundle\ChannelBundle\Entity\Manager\LifetimeHistoryStatusUpdateManager")</sup> method was changed to `LifetimeHistoryStatusUpdateManager::massUpdate($records, $status)`<sup>[[?]](https://github.com/oroinc/crm/tree/6.0.0/src/Oro/Bundle/ChannelBundle/Entity/Manager/LifetimeHistoryStatusUpdateManager.php#L33 "Oro\Bundle\ChannelBundle\Entity\Manager\LifetimeHistoryStatusUpdateManager")</sup>
55+
* The `LifetimeHistoryStatusUpdateTopic::createMessage($records, $status)`<sup>[[?]](https://github.com/oroinc/crm/tree/5.1.0/src/Oro/Bundle/ChannelBundle/Async/Topic/LifetimeHistoryStatusUpdateTopic.php#L40 "Oro\Bundle\ChannelBundle\Async\Topic\LifetimeHistoryStatusUpdateTopic")</sup> method was changed to `LifetimeHistoryStatusUpdateTopic::createMessage($records, $status)`<sup>[[?]](https://github.com/oroinc/crm/tree/6.0.0/src/Oro/Bundle/ChannelBundle/Async/Topic/LifetimeHistoryStatusUpdateTopic.php#L40 "Oro\Bundle\ChannelBundle\Async\Topic\LifetimeHistoryStatusUpdateTopic")</sup>
56+
* The `ChannelController::getMessageProducer`<sup>[[?]](https://github.com/oroinc/crm/tree/5.1.0/src/Oro/Bundle/ChannelBundle/Controller/ChannelController.php#L125 "Oro\Bundle\ChannelBundle\Controller\ChannelController::getMessageProducer")</sup> method was removed.
57+
* The `ChannelLimitationHandler::$channelPropertyName`<sup>[[?]](https://github.com/oroinc/crm/tree/5.1.0/src/Oro/Bundle/ChannelBundle/Autocomplete/ChannelLimitationHandler.php#L16 "Oro\Bundle\ChannelBundle\Autocomplete\ChannelLimitationHandler::$channelPropertyName")</sup> property was removed.
58+
59+
ContactBundle
60+
-------------
61+
* The `ContactNameFormatter`<sup>[[?]](https://github.com/oroinc/crm/tree/5.1.0/src/Oro/Bundle/ContactBundle/Formatter/ContactNameFormatter.php#L8 "Oro\Bundle\ContactBundle\Formatter\ContactNameFormatter")</sup> class was removed.
62+
* The `ContactEntityNameProvider::$contactCollectionsMap`<sup>[[?]](https://github.com/oroinc/crm/tree/5.1.0/src/Oro/Bundle/ContactBundle/Provider/ContactEntityNameProvider.php#L13 "Oro\Bundle\ContactBundle\Provider\ContactEntityNameProvider::$contactCollectionsMap")</sup> property was removed.
63+
64+
ContactUsBundle
65+
---------------
66+
* The following methods in class `ContactRequest`<sup>[[?]](https://github.com/oroinc/crm/tree/5.1.0/src/Oro/Bundle/ContactUsBundle/Entity/ContactRequest.php#L114 "Oro\Bundle\ContactUsBundle\Entity\ContactRequest")</sup> were removed:
67+
- `setOrganizationName`<sup>[[?]](https://github.com/oroinc/crm/tree/5.1.0/src/Oro/Bundle/ContactUsBundle/Entity/ContactRequest.php#L114 "Oro\Bundle\ContactUsBundle\Entity\ContactRequest::setOrganizationName")</sup>
68+
- `getOrganizationName`<sup>[[?]](https://github.com/oroinc/crm/tree/5.1.0/src/Oro/Bundle/ContactUsBundle/Entity/ContactRequest.php#L122 "Oro\Bundle\ContactUsBundle\Entity\ContactRequest::getOrganizationName")</sup>
69+
* The `ContactRequest::setPreferredContactMethod($preferredContactMethod)`<sup>[[?]](https://github.com/oroinc/crm/tree/5.1.0/src/Oro/Bundle/ContactUsBundle/Entity/ContactRequest.php#L130 "Oro\Bundle\ContactUsBundle\Entity\ContactRequest")</sup> method was changed to `ContactRequest::setPreferredContactMethod($preferredContactMethod)`<sup>[[?]](https://github.com/oroinc/crm/tree/6.0.0/src/Oro/Bundle/ContactUsBundle/Entity/ContactRequest.php#L86 "Oro\Bundle\ContactUsBundle\Entity\ContactRequest")</sup>
70+
* The `ContactRequest::$organizationName`<sup>[[?]](https://github.com/oroinc/crm/tree/5.1.0/src/Oro/Bundle/ContactUsBundle/Entity/ContactRequest.php#L63 "Oro\Bundle\ContactUsBundle\Entity\ContactRequest::$organizationName")</sup> property was removed.
71+
72+
SalesBundle
73+
-----------
74+
* The `CustomerFactory`<sup>[[?]](https://github.com/oroinc/crm/tree/5.1.0/src/Oro/Bundle/SalesBundle/Entity/Factory/CustomerFactory.php#L10 "Oro\Bundle\SalesBundle\Entity\Factory\CustomerFactory")</sup> class was removed.
75+
* The following methods in class `CustomerExtension`<sup>[[?]](https://github.com/oroinc/crm/tree/5.1.0/src/Oro/Bundle/SalesBundle/Migration/Extension/CustomerExtension.php#L29 "Oro\Bundle\SalesBundle\Migration\Extension\CustomerExtension")</sup> were removed:
76+
- `setExtendExtension`<sup>[[?]](https://github.com/oroinc/crm/tree/5.1.0/src/Oro/Bundle/SalesBundle/Migration/Extension/CustomerExtension.php#L29 "Oro\Bundle\SalesBundle\Migration\Extension\CustomerExtension::setExtendExtension")</sup>
77+
- `setNameGenerator`<sup>[[?]](https://github.com/oroinc/crm/tree/5.1.0/src/Oro/Bundle/SalesBundle/Migration/Extension/CustomerExtension.php#L37 "Oro\Bundle\SalesBundle\Migration\Extension\CustomerExtension::setNameGenerator")</sup>
78+
* The following properties in class `CustomerExtension`<sup>[[?]](https://github.com/oroinc/crm/tree/5.1.0/src/Oro/Bundle/SalesBundle/Migration/Extension/CustomerExtension.php#L21 "Oro\Bundle\SalesBundle\Migration\Extension\CustomerExtension")</sup> were removed:
79+
- `$extendExtension`<sup>[[?]](https://github.com/oroinc/crm/tree/5.1.0/src/Oro/Bundle/SalesBundle/Migration/Extension/CustomerExtension.php#L21 "Oro\Bundle\SalesBundle\Migration\Extension\CustomerExtension::$extendExtension")</sup>
80+
- `$nameGenerator`<sup>[[?]](https://github.com/oroinc/crm/tree/5.1.0/src/Oro/Bundle/SalesBundle/Migration/Extension/CustomerExtension.php#L24 "Oro\Bundle\SalesBundle\Migration\Extension\CustomerExtension::$nameGenerator")</sup>
81+
* The `CustomerToStringTransformer::__construct(DataTransformerInterface $entityToStringTransformer, AccountCustomerManager $accountCustomerManager, CustomerFactory $customerFactory)`<sup>[[?]](https://github.com/oroinc/crm/tree/5.1.0/src/Oro/Bundle/SalesBundle/Form/DataTransformer/CustomerToStringTransformer.php#L17 "Oro\Bundle\SalesBundle\Form\DataTransformer\CustomerToStringTransformer")</sup> method was changed to `CustomerToStringTransformer::__construct(DataTransformerInterface $entityToStringTransformer, AccountCustomerManager $accountCustomerManager)`<sup>[[?]](https://github.com/oroinc/crm/tree/6.0.0/src/Oro/Bundle/SalesBundle/Form/DataTransformer/CustomerToStringTransformer.php#L16 "Oro\Bundle\SalesBundle\Form\DataTransformer\CustomerToStringTransformer")</sup>
82+
* The `OpportunityRepository::getForecastQB(CurrencyQueryBuilderTransformerInterface $qbTransformer, $alias, $excludedStatuses = [ ... ])`<sup>[[?]](https://github.com/oroinc/crm/tree/5.1.0/src/Oro/Bundle/SalesBundle/Entity/Repository/OpportunityRepository.php#L203 "Oro\Bundle\SalesBundle\Entity\Repository\OpportunityRepository")</sup> method was changed to `OpportunityRepository::getForecastQB(CurrencyQueryBuilderTransformerInterface $qbTransformer, $alias, $excludedStatuses = [ ... ])`<sup>[[?]](https://github.com/oroinc/crm/tree/6.0.0/src/Oro/Bundle/SalesBundle/Entity/Repository/OpportunityRepository.php#L203 "Oro\Bundle\SalesBundle\Entity\Repository\OpportunityRepository")</sup>
83+
* The `AccountCustomerManager::__construct(DoctrineHelper $doctrineHelper, ConfigProvider $provider, AccountProviderInterface $accountProvider, CustomerFactory $customerFactory)`<sup>[[?]](https://github.com/oroinc/crm/tree/5.1.0/src/Oro/Bundle/SalesBundle/Entity/Manager/AccountCustomerManager.php#L23 "Oro\Bundle\SalesBundle\Entity\Manager\AccountCustomerManager")</sup> method was changed to `AccountCustomerManager::__construct(DoctrineHelper $doctrineHelper, ConfigProvider $provider, AccountProviderInterface $accountProvider)`<sup>[[?]](https://github.com/oroinc/crm/tree/6.0.0/src/Oro/Bundle/SalesBundle/Entity/Manager/AccountCustomerManager.php#L22 "Oro\Bundle\SalesBundle\Entity\Manager\AccountCustomerManager")</sup>
84+
* The `RemoveSalesFunnelEntityConfigWarmer::warmUp($cacheDir)`<sup>[[?]](https://github.com/oroinc/crm/tree/5.1.0/src/Oro/Bundle/SalesBundle/CacheWarmer/RemoveSalesFunnelEntityConfigWarmer.php#L44 "Oro\Bundle\SalesBundle\CacheWarmer\RemoveSalesFunnelEntityConfigWarmer")</sup> method was changed to `RemoveSalesFunnelEntityConfigWarmer::warmUp($cacheDir)`<sup>[[?]](https://github.com/oroinc/crm/tree/6.0.0/src/Oro/Bundle/SalesBundle/CacheWarmer/RemoveSalesFunnelEntityConfigWarmer.php#L44 "Oro\Bundle\SalesBundle\CacheWarmer\RemoveSalesFunnelEntityConfigWarmer")</sup>
85+
86+
TaskCRM
87+
-------
88+
* The `OroTaskCRMBundleInstaller::setActivityExtension`<sup>[[?]](https://github.com/oroinc/crm/tree/5.1.0/src/Oro/Bridge/TaskCRM/Migrations/Schema/OroTaskCRMBundleInstaller.php#L21 "Oro\Bridge\TaskCRM\Migrations\Schema\OroTaskCRMBundleInstaller::setActivityExtension")</sup> method was removed.
89+
* The `LoadTaskData::setContainer`<sup>[[?]](https://github.com/oroinc/crm/tree/5.1.0/src/Oro/Bridge/TaskCRM/Migrations/Data/Demo/ORM/LoadTaskData.php#L95 "Oro\Bridge\TaskCRM\Migrations\Data\Demo\ORM\LoadTaskData::setContainer")</sup> method was removed.
90+
* The `OroTaskCRMBundleInstaller::$activityExtension`<sup>[[?]](https://github.com/oroinc/crm/tree/5.1.0/src/Oro/Bridge/TaskCRM/Migrations/Schema/OroTaskCRMBundleInstaller.php#L16 "Oro\Bridge\TaskCRM\Migrations\Schema\OroTaskCRMBundleInstaller::$activityExtension")</sup> property was removed.
91+
* The `LoadTaskData::$container`<sup>[[?]](https://github.com/oroinc/crm/tree/5.1.0/src/Oro/Bridge/TaskCRM/Migrations/Data/Demo/ORM/LoadTaskData.php#L78 "Oro\Bridge\TaskCRM\Migrations\Data\Demo\ORM\LoadTaskData::$container")</sup> property was removed.
92+

0 commit comments

Comments
 (0)