Skip to content

Commit

Permalink
Merge pull request #1 from diglin/feature/update-oro-crm-4.2
Browse files Browse the repository at this point in the history
Feature/update oro crm 4.2
  • Loading branch information
sylvainraye authored Apr 1, 2022
2 parents d684dad + 6887668 commit 4cc1dcd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Command/SendSmsCampaignsCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
use Diglin\Bundle\SmsCampaignBundle\Entity\Repository\SmsCampaignRepository;
use Diglin\Bundle\SmsCampaignBundle\Entity\SmsCampaign;
use Diglin\Bundle\SmsCampaignBundle\Model\SmsCampaignSenderBuilder;
use Doctrine\Common\Persistence\ManagerRegistry;
use Doctrine\Persistence\ManagerRegistry;
use Oro\Bundle\CronBundle\Command\CronCommandInterface;
use Oro\Bundle\FeatureToggleBundle\Checker\FeatureChecker;
use Symfony\Component\Console\Command\Command;
Expand Down
2 changes: 1 addition & 1 deletion EventListener/CampaignStatisticDatagridListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

namespace Diglin\Bundle\SmsCampaignBundle\EventListener;

use Doctrine\Common\Persistence\ManagerRegistry;
use Doctrine\Persistence\ManagerRegistry;
use Oro\Bundle\DataGridBundle\Datagrid\ParameterBag;
use Oro\Bundle\DataGridBundle\Event\PreBuild;
use Oro\Bundle\DataGridBundle\EventListener\MixinListener;
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@ You can create your own, the bundle is enough flexible to allow you to support s

## Requirement

- OroCRM 4.x
Compatibility:

| oroCRM 4.1.* | oroCRM 4.1.* |
|--------------|--------------|
| <=1.1.1 | ^1.2.* |

- An integration supporting SMS Transport must be installed and configured. Like Twilio, see [Supported SMS Transport](#Supported SMS Transport)

## Usage
Expand Down

0 comments on commit 4cc1dcd

Please sign in to comment.