|
12 | 12 | ## Removed code |
13 | 13 |
|
14 | 14 | - Deprecated class `Mautic\MessengerBundle\MessageHandler\TestHandler` removed with no replacement. |
| 15 | +- Deprecated class `Mautic\CoreBundle\Factory\MauticFactory` removed. Use dependency injection instead. |
| 16 | +- Deprecated class `Mautic\CampaignBundle\Service\Campaign` removed with no replacement. |
| 17 | +- Deprecated class `Mautic\CampaignBundle\Form\Type\CampaignEventLeadChangeType` removed with no replacement. |
| 18 | +- Deprecated class `Mautic\CoreBundle\Event\CustomFormEvent` removed with no replacement. |
| 19 | +- Deprecated class `Mautic\CoreBundle\Helper\UTF8Helper` removed with no replacement. |
| 20 | +- Deprecated class `Mautic\CoreBundle\Test\MauticSqliteTestCase` removed with no replacement. |
| 21 | +- Deprecated class `Mautic\CoreBundle\Twig\Extension\EmojiExtension` removed with no replacement. |
| 22 | +- Deprecated class `Mautic\EmailBundle\Form\Type\AbTestPropertiesType` removed with no replacement. |
| 23 | +- Deprecated class `Mautic\EmailBundle\Helper\RequestStorageHelper` removed with no replacement. |
| 24 | +- Deprecated class `Mautic\FormBundle\Tests\FormTestAbstract` removed with no replacement. |
| 25 | +- Deprecated class `Mautic\LeadBundle\Helper\PointEventHelper` removed with no replacement. |
| 26 | +- Deprecated class `Mautic\MarketplaceBundle\Exception\InstallException` removed with no replacement. |
| 27 | +- Deprecated class `Mautic\NotificationBundle\Event\NotificationClickEvent` removed with no replacement. |
| 28 | +- Deprecated class `Mautic\NotificationBundle\Event\SendingNotificationEvent` removed with no replacement. |
| 29 | +- Deprecated class `Mautic\NotificationBundle\Form\Type\ConfigType` removed with no replacement. |
| 30 | +- Deprecated class `Mautic\SmsBundle\Api\AbstractSmsApi` removed with no replacement. |
| 31 | +- Deprecated class `Mautic\SmsBundle\Api\TwilioApi` removed with no replacement. |
| 32 | +- Deprecated interface `Mautic\IntegrationsBundle\Auth\Provider\Oauth2ThreeLegged\AuthorizatorInterface` removed. Use `Mautic\IntegrationsBundle\Integration\Interfaces\AuthenticationInterface` instead. |
| 33 | +- Deprecated interface `Mautic\IntegrationsBundle\Auth\Provider\Oauth2ThreeLegged\CredentialsInterface` removed. Use `Mautic\IntegrationsBundle\Auth\Provider\AuthCredentialsInterface` instead. |
| 34 | +- Deprecated class `Mautic\IntegrationsBundle\Auth\Provider\Oauth2ThreeLegged\AbstractClientFactory` removed with no replacement. |
| 35 | +- Deprecated trait `Mautic\IntegrationsBundle\Integration\BC\BcIntegrationSettingsTrait` removed with no replacement. |
| 36 | +- Deprecated exception classes `Mautic\CampaignBundle\Executioner\Scheduler\Exception\ExecutionProhibitedException` and `NotTimeYetException` removed with no replacement. |
| 37 | +- Deprecated form data transformers removed: |
| 38 | + - `Mautic\CoreBundle\Form\DataTransformer\DatetimeToStringTransformer` |
| 39 | + - `Mautic\CoreBundle\Form\DataTransformer\EmojiToHtmlTransformer` |
| 40 | + - `Mautic\CoreBundle\Form\DataTransformer\NullToEmptyTransformer` |
| 41 | +- Deprecated plugin classes removed: |
| 42 | + - `MauticFullContactBundle\Services\FullContact_API` |
| 43 | + - `MauticSocialBundle\Form\Type\TwitterCustomType` |
| 44 | +- File `app/AppCache.php` removed as it was no longer used. |
15 | 45 |
|
16 | 46 | ## Removed Composer dependencies |
17 | 47 | - `symfony/yaml` see https://github.com/mautic/mautic/pull/14850 |
|
21 | 51 | - `noxlogic/ratelimit-bundle` see https://github.com/mautic/mautic/pull/14876 |
22 | 52 | - `symfony/amqp-messenger` see https://github.com/mautic/mautic/pull/14883 |
23 | 53 | - `php-amqplib/rabbitmq-bundle` see https://github.com/mautic/mautic/pull/14883 |
| 54 | +- `bandwidth-throttle/token-bucket` see https://github.com/mautic/mautic/pull/15271 |
24 | 55 |
|
25 | 56 | ## BC breaks in the code |
26 | 57 |
|
27 | 58 | ### PHP |
28 | 59 | - Removed `Mautic\DashboardBundle\Dashboard\Widget::FORMAT_MYSQL` constant. Use `DateTimeHelper::FORMAT_DB_DATE_ONLY` instead. |
29 | 60 | - Removed `Mautic\ApiBundle\Security\OAuth2\Firewall::OAuthListener` class as it was empty. Use `FOS\OAuthServerBundle\Security\Firewall\OAuthListener` instead. |
| 61 | +- Removed `Mautic\LeadBundle\Segment\Query\Filter\SegmentReferenceFilterQueryBuilder` as unused. |
30 | 62 |
|
31 | 63 | ### Javascript |
32 | 64 | - Removed `Mautic.insertTextInEditor` function. Use `Mautic.insertHtmlInEditor` instead. |
0 commit comments