Skip to content

Commit

Permalink
Update plugin name
Browse files Browse the repository at this point in the history
  • Loading branch information
AYB committed May 12, 2024
1 parent ae1cf81 commit 78f446a
Show file tree
Hide file tree
Showing 4 changed files with 78 additions and 71 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@
#### Details

- Enable 2FA for ShopUser and AdminUser

## CHANGELOG FOR `v1.0.1` (2024-05-12)

- Update plugin name
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1>Multi factor authentication plugin</h1>
<h1>Sylius Multi factor authentication Plugin</h1>

<p>
Multi factor authentication plugin for ShopUser and AdminUser
Expand All @@ -23,7 +23,7 @@
Require plugin with composer :

```bash
composer require abenmada/multi-factor-authentication-plugin
composer require abenmada/sylius-multi-factor-authentication-plugin
```

⚠️ Please delete the automatically generated files **config/packages/scheb_2fa.yaml** and **config/routes/scheb_2fa.yaml**.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "abenmada/multi-factor-authentication-plugin",
"name": "abenmada/sylius-multi-factor-authentication-plugin",
"type": "sylius-plugin",
"description": "Multi factor authentication plugin for ShopUser and AdminUser.",
"keywords": ["sylius", "sylius-plugin", "symfony", "e-commerce", "multi-factor-authentification"],
Expand Down
Loading

0 comments on commit 78f446a

Please sign in to comment.