Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 4.1.2 #27

Closed
wants to merge 4 commits into from
Closed
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
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
### 4.1.1 - 2022/07/19 18:02
### 4.1.2 - 2022/08/12 17:25

[Full Changelog](https://github.com/conekta/customer-magento-plugin/compare/4.1.1...4.1.2)
* Fix:
- Update plugin name by @elvisheredia [#22](https://github.com/conekta/customer-magento-plugin/pull/22)

### 4.1.1 - 2022/07/25 18:02

[Full Changelog](https://github.com/conekta/customer-magento-plugin/compare/4.1.0...4.1.1)
* Fix:
Expand Down
4 changes: 2 additions & 2 deletions etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<!-- Conekta EMBED FORM -->
<conekta_ef>
<active>1</active>
<title>Pagos Conekta</title>
<title>Conekta - Paga con tarjeta, efectivo o SPEI</title>
<group>conekta</group>
<model>ConektaPaymentsEmbedFormFacade</model>
<iframe_enabled>0</iframe_enabled>
Expand All @@ -100,7 +100,7 @@
<global>
<api_version><![CDATA[2.0.0]]></api_version>
<plugin_type><![CDATA[Magento 2]]></plugin_type>
<plugin_version><![CDATA[3.6.4]]></plugin_version>
<plugin_version><![CDATA[4.1.2]]></plugin_version>
</global>
</conekta>
</default>
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="Conekta_Payments" setup_version="4.1.1">
<module name="Conekta_Payments" setup_version="4.1.2">
<sequence>
<module name="Magento_Sales"/>
<module name="Magento_Payment"/>
Expand Down
2 changes: 1 addition & 1 deletion view/frontend/web/template/payment/embedform/form.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<div class="conekta-message-header">
<div class="conekta-payment-logo">
</div>
<p class="conekta-message-title">Tecnología de pagos en línea</p>
<p class="conekta-message-title">Conekta - Paga con tarjeta, efectivo o SPEI</p>
</div>

<div data-bind="text: conektaError" class="conekta-message-content">
Expand Down