Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
== Changelog ==

= 2.4.6
= 2.4.7
* Current release
* Support PHP 8.3
* Support PHP 8.4
* Remove classic settings

= 2.4.5
* Use base_grand_total instead of base_total
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"description": "Offers Bread Pay financing and checkout tools for your Magento store",
"license": "MIT",
"minimum-stability": "stable",
"version": "2.4.6",
"version": "2.4.7",
"require": {
"php": "~8.1.0||~8.2.0||~8.3.0"
"php": "~8.1.0||~8.2.0||~8.3.0||~8.4.0"
},
"type": "magento2-module",
"repositories": [{
Expand Down
4 changes: 2 additions & 2 deletions etc/adminhtml/system.ca.us.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<![CDATA[
<div>
<span class="bread-logo"></span>
Bread Pay (v2.4.6) by <a href="https://payments.breadfinancial.com/" target="_blank">payments.breadfinancial.com</a> - <b>Onsite Consumer Financing</b>.
Bread Pay (v2.4.7) by <a href="https://payments.breadfinancial.com/" target="_blank">payments.breadfinancial.com</a> - <b>Onsite Consumer Financing</b>.
<br/> Developers API reference: <a href="https://docs.breadpayments.com/bread-classic/docs/magento-2/" target="_blank">Bread Developer API Reference</a>
</div>
]]>
Expand Down Expand Up @@ -324,7 +324,7 @@
<![CDATA[
<div>
<span class="rbc-logo"></span>
Payplan by RBC (v2.4.6) <a href="https://www.rbcpayplan.com/" target="_blank">www.rbcpayplan.com</a> - <b>Jump start your eCommerce business with PayPlan Powered by RBC</b>.
Payplan by RBC (v2.4.7) <a href="https://www.rbcpayplan.com/" target="_blank">www.rbcpayplan.com</a> - <b>Jump start your eCommerce business with PayPlan Powered by RBC</b>.
<br/> Developer API reference: <a href="https://rbcpayplan.readme.io/rbc-onboarding/docs/magento-2-integration-steps/" target="_blank">Payplan by RBC API Reference</a>
</div>
]]>
Expand Down
2 changes: 1 addition & 1 deletion etc/adminhtml/system.ca.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<![CDATA[
<div>
<span class="rbc-logo"></span>
Payplan by RBC (v2.4.6) <a href="https://www.rbcpayplan.com/" target="_blank">www.rbcpayplan.com</a> - <b>Jump start your eCommerce business with PayPlan Powered by RBC</b>.
Payplan by RBC (v2.4.7) <a href="https://www.rbcpayplan.com/" target="_blank">www.rbcpayplan.com</a> - <b>Jump start your eCommerce business with PayPlan Powered by RBC</b>.
<br/> Developer API reference: <a href="https://rbcpayplan.readme.io/rbc-onboarding/docs/magento-2-integration-steps/" target="_blank">Payplan by RBC API Reference</a>
</div>
]]>
Expand Down
2 changes: 1 addition & 1 deletion etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<![CDATA[
<div>
<span class="bread-logo"></span>
Bread Pay (v2.4.6) by <a href="https://payments.breadfinancial.com/" target="_blank">payments.breadfinancial.com</a> - <b>Onsite Consumer Financing</b>.
Bread Pay (v2.4.7) by <a href="https://payments.breadfinancial.com/" target="_blank">payments.breadfinancial.com</a> - <b>Onsite Consumer Financing</b>.
<br/> Developers API reference: <a href="https://docs.breadpayments.com/bread-classic/docs/magento-2/" target="_blank">Bread Developer API Reference</a>
</div>
]]>
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Bread_BreadCheckout" setup_version="2.4.6">
<module name="Bread_BreadCheckout" setup_version="2.4.7">
<sequence>
<module name="Magento_Checkout"/>
<module name="Magento_Sales"/>
Expand Down