Skip to content

Commit

Permalink
chore: version bump & created CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
olance committed Feb 15, 2021
1 parent b5e1aec commit ca77f37
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
v1.0.1
------

- Fix issue with shipping info data: the `title` field is required by our API but the plugin used
ShippingMethod->getDescription(), which might be empty. Switched to getName().

v1.0.0
------

Initial release

- Payment method factory for Alma with ability to choose between 2, 3 & 4 installments
- Display of payment method conditioned by purchase eligibility
2 changes: 1 addition & 1 deletion src/AlmaSyliusPaymentPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

final class AlmaSyliusPaymentPlugin extends Bundle
{
const VERSION = "1.0.0";
const VERSION = "1.0.1";

use SyliusPluginTrait;

Expand Down

0 comments on commit ca77f37

Please sign in to comment.