Skip to content

Commit

Permalink
Release version 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
afterpayplugins committed Dec 24, 2019
1 parent c5ca575 commit 54f0ab1
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 24 deletions.
21 changes: 0 additions & 21 deletions Block/Adminhtml/Order/Creditmemo/Controls.php

This file was deleted.

16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Afterpay Magento 2 Extension Changelog

## Version 3.1.1

_Tue 24 Dec 2019 (AEDT)_

### Supported Editions & Versions

- Magento Community Edition (CE) version 2.0.2 and later
- Magento Enterprise Edition (EE) version 2.0.2 and later

### Highlights

- Added support for installation and updates via Composer.
- Improved support for running the Magento code compiler in Community Edition.

---

## Version 3.1.0

_Wed 18 Dec 2019 (AEDT)_
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "afterpay/module-afterpay",
"name": "afterpay-global/module-afterpay",
"license": "OSL-3.0",
"type": "magento2-module",
"description": "Magento 2 Afterpay Payment Module",
"version": "3.1.1",
"require": {
},
"authors":[
Expand Down
1 change: 0 additions & 1 deletion etc/adminhtml/di.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@
<plugin name="updateOrderTotalLimitAfterpay" type="Afterpay\Afterpay\Model\Config\Save\Plugin" />
</type>
<preference for="Magento\Sales\Block\Adminhtml\Order\Creditmemo\Create\Items" type="Afterpay\Afterpay\Block\Adminhtml\Order\Creditmemo\Create\Items" />
<preference for="Magento\CustomerBalance\Block\Adminhtml\Sales\Order\Creditmemo\Controls" type="Afterpay\Afterpay\Block\Adminhtml\Order\Creditmemo\Controls" />
</config>
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Afterpay_Afterpay" setup_version="3.1.0">
<module name="Afterpay_Afterpay" setup_version="3.1.1">
<sequence>
<module name="Magento_Checkout"/>
<module name="Magento_Sales"/>
Expand Down

0 comments on commit 54f0ab1

Please sign in to comment.