Skip to content

Commit 47797b8

Browse files
Release v2.2.2
1 parent ad8c433 commit 47797b8

File tree

7 files changed

+20
-12
lines changed

7 files changed

+20
-12
lines changed

HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Change Log
22

3+
#### [v2.2.2](https://github.com/aplazame/woocommerce/tree/v2.2.2) (2020-07-10)
4+
5+
* [FIX] Retro-compatibility issue at confirmation and other minor fixes.
6+
37
#### [v2.2.1](https://github.com/aplazame/woocommerce/tree/v2.2.1) (2020-06-08)
48

59
* [FIX] Retro-compatibility issue.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugin_path ?= plugin
22
i18n_path ?= i18n/languages
33
i18n_name ?= aplazame-es_ES
4-
version ?= v2.2.1
4+
version ?= v2.2.2
55
errors = $(shell find . -type f -name "*.php" -exec php -l "{}" \;| grep "Errors parsing ";)
66

77
clean:

plugin/README.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
Contributors: aplazame
33
Tags: aplazame,woocommerce,ecommerce,payment,checkout,credit,aplazar,financiar,financiera,financiación,pago aplazado,método de pago
44
Requires at least: 4.0.1
5-
Tested up to: 5.4.1
5+
Tested up to: 5.4.2
66
Requires PHP: 5.3.0
7-
Stable tag: 2.2.1
7+
Stable tag: 2.2.2
88
License: BSD-3-Clause
99
License URI: https://github.com/aplazame/woocommerce/blob/master/LICENSE
1010

@@ -77,6 +77,10 @@ Of course, simply select an *"Aplazame refund"* in the product detail.
7777

7878
== Changelog ==
7979

80+
#### [v2.2.2](https://github.com/aplazame/woocommerce/tree/v2.2.2) (2020-07-10)
81+
82+
* [FIX] Retro-compatibility issue at confirmation and other minor fixes.
83+
8084
#### [v2.2.1](https://github.com/aplazame/woocommerce/tree/v2.2.1) (2020-06-08)
8185

8286
* [FIX] Retro-compatibility issue.

plugin/aplazame.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* Plugin Name: Aplazame
44
* Plugin URI: https://github.com/aplazame/woocommerce
5-
* Version: 2.2.1
5+
* Version: 2.2.2
66
* Description: Aplazame offers a payment method to receive funding for the purchases.
77
* Author: Aplazame
88
* Author URI: https://aplazame.com
@@ -25,7 +25,7 @@
2525
require_once 'lib/Aplazame/Aplazame/autoload.php';
2626

2727
class WC_Aplazame {
28-
const VERSION = '2.2.1';
28+
const VERSION = '2.2.2';
2929
const METHOD_ID = 'aplazame';
3030
const METHOD_TITLE = 'Aplazame';
3131

0 Bytes
Binary file not shown.

plugin/i18n/languages/aplazame.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
msgid ""
22
msgstr ""
33
"Report-Msgid-Bugs-To: https://github.com/aplazame/woocommerce\n"
4-
"POT-Creation-Date: 2020-06-03 10:00+0000\n"
4+
"POT-Creation-Date: 2020-07-10 08:50+0000\n"
55
"Language: es_ES\n"
66
"MIME-Version: 1.0\n"
77
"Content-Type: text/plain; charset=UTF-8\n"
@@ -40,7 +40,7 @@ msgid "Flexible financing with Aplazame"
4040
msgstr "Paga a plazos con Aplazame"
4141

4242
#: classes/lib/Helpers.php:106
43-
#: classes/api/Aplazame_Api_ConfirmController.php:72
43+
#: classes/api/Aplazame_Api_ConfirmController.php:75
4444
#, php-format
4545
msgid "Order has been cancelled: %s"
4646
msgstr "El pedido ha sido cancelado: %s"
@@ -229,7 +229,7 @@ msgstr "Imagen del botón 'Pago en 15 días'"
229229
msgid "Aplazame \"Pay in 15 days\" Button Image that you want to show"
230230
msgstr "Imagen del botón 'Pago en 15 días' de Aplazame que quieres mostrar"
231231

232-
#: classes/api/Aplazame_Api_ConfirmController.php:63
232+
#: classes/api/Aplazame_Api_ConfirmController.php:66
233233
msgid "Confirmed"
234234
msgstr "Confirmada"
235235

plugin/i18n/languages/aplazame.pot

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
#, fuzzy
77
msgid ""
88
msgstr ""
9-
"Project-Id-Version: Aplazame v2.2.1\n"
9+
"Project-Id-Version: Aplazame v2.2.2\n"
1010
"Report-Msgid-Bugs-To: https://github.com/aplazame/woocommerce\n"
11-
"POT-Creation-Date: 2020-06-08 13:50+0000\n"
11+
"POT-Creation-Date: 2020-07-10 08:50+0000\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: https://github.com/aplazame/woocommerce\n"
@@ -50,7 +50,7 @@ msgid "Flexible financing with Aplazame"
5050
msgstr ""
5151

5252
#: classes/lib/Helpers.php:106
53-
#: classes/api/Aplazame_Api_ConfirmController.php:72
53+
#: classes/api/Aplazame_Api_ConfirmController.php:75
5454
#, php-format
5555
msgid "Order has been cancelled: %s"
5656
msgstr ""
@@ -236,7 +236,7 @@ msgstr ""
236236
msgid "Aplazame \"Pay in 15 days\" Button Image that you want to show"
237237
msgstr ""
238238

239-
#: classes/api/Aplazame_Api_ConfirmController.php:63
239+
#: classes/api/Aplazame_Api_ConfirmController.php:66
240240
msgid "Confirmed"
241241
msgstr ""
242242

0 commit comments

Comments
 (0)