Skip to content

Commit 870f410

Browse files
committed
Release v0.7.0
1 parent 33a9a29 commit 870f410

File tree

8 files changed

+52
-69
lines changed

8 files changed

+52
-69
lines changed

HISTORY.md

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

3+
#### [v0.7.0](https://github.com/aplazame/woocommerce/tree/v0.7.0) (2017-12-21)
4+
5+
* [ADD] Private Key is automatically validated when set
6+
* [ADD] Public Key is not longer needed to manual set
7+
* [ADD] Many other compatibility improvements
8+
* [FIX] Default customer date of birth
9+
310
#### [v0.6.2](https://github.com/aplazame/woocommerce/tree/v0.6.2) (2017-11-29)
411

512
* Fix simulator does not calculate the price with taxes included

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ branch ?= dev
33
plugin_path ?= plugin
44
l10n_path ?= l10n/es
55
l10n_name ?= aplazame-es_ES
6-
version ?= v0.6.2
6+
version ?= v0.7.0
77

88
# --- shell
99
errors = $(shell find . -type f -name "*.php" -exec php -l "{}" \;| grep "Errors parsing ";)

composer.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,6 @@
1919
],
2020
"homepage": "https://aplazame.com/",
2121
"license": "GPL-3.0",
22-
"authors": [
23-
{
24-
"name": "calvin",
25-
"email": "[email protected]",
26-
"homepage": "https://aplazame.com"
27-
}
28-
],
2922
"require": {
3023
"php": ">=5.2"
3124
},

plugin/README.txt

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
=== Aplazame ===
2-
Contributors: aplazame,calvin
2+
Contributors: aplazame
33
Donate link: https://aplazame.com?action=show-me-the-money
44
Tags: aplazame,api,rest,woocommerce,ecommerce,payment,checkout,credit,aplazar,financiar,financiera,financiación,pago aplazado,método de pago
55
Requires at least: 4.0.1
6-
Tested up to: 4.9.0
6+
Tested up to: 4.9.1
77
Stable tag: 0.6.2
88
License: GPLv3 or later License
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html
@@ -108,6 +108,13 @@ Of course, simply select an *"Aplazame refund"* in the product detail.
108108

109109
== Changelog ==
110110

111+
#### [v0.7.0](https://github.com/aplazame/woocommerce/tree/v0.7.0) (2017-12-21)
112+
113+
* [ADD] Private Key is automatically validated when set
114+
* [ADD] Public Key is not longer needed to manual set
115+
* [ADD] Many other compatibility improvements
116+
* [FIX] Default customer date of birth
117+
111118
#### [v0.6.2](https://github.com/aplazame/woocommerce/tree/v0.6.2) (2017-11-29)
112119

113120
* Fix simulator does not calculate the price with taxes included
@@ -220,6 +227,6 @@ Of course, simply select an *"Aplazame refund"* in the product detail.
220227

221228
== Upgrade Notice ==
222229

223-
= v0.6.2 =
230+
= v0.7.0 =
224231

225232
The latest release has passed all quality checks.

plugin/aplazame.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
include_once( 'lib/Aplazame/Aplazame/autoload.php' );
2323

2424
class WC_Aplazame {
25-
const VERSION = '0.6.2';
25+
const VERSION = '0.7.0';
2626
const METHOD_ID = 'aplazame';
2727
const METHOD_TITLE = 'Aplazame';
2828

plugin/l10n/es/aplazame-es_ES.mo

-121 Bytes
Binary file not shown.

plugin/l10n/es/default.po

Lines changed: 16 additions & 28 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: 2017-11-29 07:57+0000\n"
4+
"POT-Creation-Date: 2017-12-21 16:07+0000\n"
55
"Language: es_ES\n"
66
"MIME-Version: 1.0\n"
77
"Content-Type: text/plain; charset=UTF-8\n"
@@ -15,22 +15,22 @@ msgstr "Campañas Aplazame"
1515
msgid "Settings"
1616
msgstr "Ajustes"
1717

18-
#: aplazame.php:241
18+
#: aplazame.php:245
1919
#, php-format
2020
msgid "%s ERROR: Order #%s cannot be confirmed. Reason: %s"
2121
msgstr ""
2222

23-
#: aplazame.php:252
23+
#: aplazame.php:256
2424
#, php-format
2525
msgid "Confirmed by %s."
2626
msgstr "Confirmado por %s."
2727

28-
#: aplazame.php:320
28+
#: aplazame.php:293
2929
#, php-format
3030
msgid "%s ERROR: Order #%s cannot be cancelled. Reason: %s"
3131
msgstr ""
3232

33-
#: aplazame.php:330
33+
#: aplazame.php:303
3434
#, php-format
3535
msgid "Order #%s has been successful cancelled by %s."
3636
msgstr "El pedido #%s ha sido cancelado correctamente por %s."
@@ -78,59 +78,47 @@ msgstr "Determina si el módulo se encuentra en modo Sandbox"
7878
msgid "Turn on Sandbox"
7979
msgstr "Activar modo Sandbox"
8080

81-
#: classes/wc-aplazame-gateway.php:121
82-
msgid "API Credentials"
83-
msgstr ""
84-
85-
#: classes/wc-aplazame-gateway.php:127
81+
#: classes/wc-aplazame-gateway.php:122
8682
msgid "Private API Key"
8783
msgstr "Clave API privada"
8884

89-
#: classes/wc-aplazame-gateway.php:128
85+
#: classes/wc-aplazame-gateway.php:123
9086
msgid "Aplazame API Private Key"
9187
msgstr "Clave API privada de Aplazame"
9288

93-
#: classes/wc-aplazame-gateway.php:135
94-
msgid "Public API Key"
95-
msgstr "Clave API pública"
96-
97-
#: classes/wc-aplazame-gateway.php:136
98-
msgid "Aplazame API Public Key"
99-
msgstr "Clave API pública de Aplazame"
100-
101-
#: classes/wc-aplazame-gateway.php:142
89+
#: classes/wc-aplazame-gateway.php:129
10290
msgid "Advanced options"
10391
msgstr ""
10492

105-
#: classes/wc-aplazame-gateway.php:148
93+
#: classes/wc-aplazame-gateway.php:135
10694
msgid "Button"
10795
msgstr "Botón"
10896

109-
#: classes/wc-aplazame-gateway.php:149
97+
#: classes/wc-aplazame-gateway.php:136
11098
msgid "Aplazame Button CSS Selector"
11199
msgstr "Selector CSS del botón de Aplazame"
112100

113-
#: classes/wc-aplazame-gateway.php:157
101+
#: classes/wc-aplazame-gateway.php:144
114102
msgid "Product quantity CSS selector"
115103
msgstr "Selector CSS del número de unidades del producto"
116104

117-
#: classes/wc-aplazame-gateway.php:158
105+
#: classes/wc-aplazame-gateway.php:145
118106
msgid "CSS selector pointing to product quantity"
119107
msgstr "Selector CSS para obtener la cantidad de producto"
120108

121-
#: classes/wc-aplazame-gateway.php:163
109+
#: classes/wc-aplazame-gateway.php:150
122110
msgid "Product price CSS selector"
123111
msgstr "Selector CSS del precio del producto"
124112

125-
#: classes/wc-aplazame-gateway.php:164
113+
#: classes/wc-aplazame-gateway.php:151
126114
msgid "CSS selector pointing to product price"
127115
msgstr "Selector CSS para obtener el precio del producto"
128116

129-
#: classes/wc-aplazame-gateway.php:169
117+
#: classes/wc-aplazame-gateway.php:156
130118
msgid "Variable product price CSS selector"
131119
msgstr "Selector CSS del precio variable del producto"
132120

133-
#: classes/wc-aplazame-gateway.php:170
121+
#: classes/wc-aplazame-gateway.php:157
134122
msgid "CSS selector pointing to variable product price"
135123
msgstr "Selector CSS para obtener el precio variable del producto"
136124

plugin/l10n/es/default.pot

Lines changed: 17 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
#, fuzzy
77
msgid ""
88
msgstr ""
9-
"Project-Id-Version: Aplazame v0.6.2\n"
9+
"Project-Id-Version: Aplazame v0.7.0\n"
1010
"Report-Msgid-Bugs-To: https://github.com/aplazame/woocommerce\n"
11-
"POT-Creation-Date: 2017-11-29 08:00+0000\n"
11+
"POT-Creation-Date: 2017-12-21 16:14+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"
@@ -25,22 +25,22 @@ msgstr ""
2525
msgid "Settings"
2626
msgstr ""
2727

28-
#: aplazame.php:241
28+
#: aplazame.php:245
2929
#, php-format
3030
msgid "%s ERROR: Order #%s cannot be confirmed. Reason: %s"
3131
msgstr ""
3232

33-
#: aplazame.php:252
33+
#: aplazame.php:256
3434
#, php-format
3535
msgid "Confirmed by %s."
3636
msgstr ""
3737

38-
#: aplazame.php:320
38+
#: aplazame.php:293
3939
#, php-format
4040
msgid "%s ERROR: Order #%s cannot be cancelled. Reason: %s"
4141
msgstr ""
4242

43-
#: aplazame.php:330
43+
#: aplazame.php:303
4444
#, php-format
4545
msgid "Order #%s has been successful cancelled by %s."
4646
msgstr ""
@@ -86,59 +86,47 @@ msgstr ""
8686
msgid "Turn on Sandbox"
8787
msgstr ""
8888

89-
#: classes/wc-aplazame-gateway.php:121
90-
msgid "API Credentials"
91-
msgstr ""
92-
93-
#: classes/wc-aplazame-gateway.php:127
89+
#: classes/wc-aplazame-gateway.php:122
9490
msgid "Private API Key"
9591
msgstr ""
9692

97-
#: classes/wc-aplazame-gateway.php:128
93+
#: classes/wc-aplazame-gateway.php:123
9894
msgid "Aplazame API Private Key"
9995
msgstr ""
10096

101-
#: classes/wc-aplazame-gateway.php:135
102-
msgid "Public API Key"
103-
msgstr ""
104-
105-
#: classes/wc-aplazame-gateway.php:136
106-
msgid "Aplazame API Public Key"
107-
msgstr ""
108-
109-
#: classes/wc-aplazame-gateway.php:142
97+
#: classes/wc-aplazame-gateway.php:129
11098
msgid "Advanced options"
11199
msgstr ""
112100

113-
#: classes/wc-aplazame-gateway.php:148
101+
#: classes/wc-aplazame-gateway.php:135
114102
msgid "Button"
115103
msgstr ""
116104

117-
#: classes/wc-aplazame-gateway.php:149
105+
#: classes/wc-aplazame-gateway.php:136
118106
msgid "Aplazame Button CSS Selector"
119107
msgstr ""
120108

121-
#: classes/wc-aplazame-gateway.php:157
109+
#: classes/wc-aplazame-gateway.php:144
122110
msgid "Product quantity CSS selector"
123111
msgstr ""
124112

125-
#: classes/wc-aplazame-gateway.php:158
113+
#: classes/wc-aplazame-gateway.php:145
126114
msgid "CSS selector pointing to product quantity"
127115
msgstr ""
128116

129-
#: classes/wc-aplazame-gateway.php:163
117+
#: classes/wc-aplazame-gateway.php:150
130118
msgid "Product price CSS selector"
131119
msgstr ""
132120

133-
#: classes/wc-aplazame-gateway.php:164
121+
#: classes/wc-aplazame-gateway.php:151
134122
msgid "CSS selector pointing to product price"
135123
msgstr ""
136124

137-
#: classes/wc-aplazame-gateway.php:169
125+
#: classes/wc-aplazame-gateway.php:156
138126
msgid "Variable product price CSS selector"
139127
msgstr ""
140128

141-
#: classes/wc-aplazame-gateway.php:170
129+
#: classes/wc-aplazame-gateway.php:157
142130
msgid "CSS selector pointing to variable product price"
143131
msgstr ""
144132

0 commit comments

Comments
 (0)