Skip to content

Commit

Permalink
Adding 3.0.4 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnbConneely authored Mar 18, 2021
1 parent f917e5c commit bd49969
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 3.0.4 (March 18, 2021)
Adding Magento 2.4 Support
Removed dependency from Zend_Json
Fixed CardTokenBuilder constructor php doc
Fixing crypt issue

## 3.0.3 (September 10, 2020)
Changing terminology for payment actions to Authorization and Payment

Expand Down

3 comments on commit bd49969

@ibaritakis
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unable to install with composer and when trying with manual install it doesn't seem to be enabled. On Magento 2.4.1

@ibaritakis
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello,
when trying to install using:
composer config repositories.mastercard-module-simplifycommerce git https://github.com/simplifycom/simplify-magento-module.git
composer require mastercard/module-simplifycommerce:~3.0.0 --prefer-dist

It says:
[InvalidArgumentException]
Could not find package mastercard/module-simplifycommerce in a version matching ~3.0.0

@anotherben
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have the same issue as per above.

Please sign in to comment.