Skip to content

Commit

Permalink
Release v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks3w committed Dec 21, 2017
1 parent 33a9a29 commit 870f410
Show file tree
Hide file tree
Showing 8 changed files with 52 additions and 69 deletions.
7 changes: 7 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## Change Log

#### [v0.7.0](https://github.com/aplazame/woocommerce/tree/v0.7.0) (2017-12-21)

* [ADD] Private Key is automatically validated when set
* [ADD] Public Key is not longer needed to manual set
* [ADD] Many other compatibility improvements
* [FIX] Default customer date of birth

#### [v0.6.2](https://github.com/aplazame/woocommerce/tree/v0.6.2) (2017-11-29)

* Fix simulator does not calculate the price with taxes included
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ branch ?= dev
plugin_path ?= plugin
l10n_path ?= l10n/es
l10n_name ?= aplazame-es_ES
version ?= v0.6.2
version ?= v0.7.0

# --- shell
errors = $(shell find . -type f -name "*.php" -exec php -l "{}" \;| grep "Errors parsing ";)
Expand Down
7 changes: 0 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,6 @@
],
"homepage": "https://aplazame.com/",
"license": "GPL-3.0",
"authors": [
{
"name": "calvin",
"email": "dani@aplazame.com",
"homepage": "https://aplazame.com"
}
],
"require": {
"php": ">=5.2"
},
Expand Down
13 changes: 10 additions & 3 deletions plugin/README.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
=== Aplazame ===
Contributors: aplazame,calvin
Contributors: aplazame
Donate link: https://aplazame.com?action=show-me-the-money
Tags: aplazame,api,rest,woocommerce,ecommerce,payment,checkout,credit,aplazar,financiar,financiera,financiación,pago aplazado,método de pago
Requires at least: 4.0.1
Tested up to: 4.9.0
Tested up to: 4.9.1
Stable tag: 0.6.2
License: GPLv3 or later License
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Expand Down Expand Up @@ -108,6 +108,13 @@ Of course, simply select an *"Aplazame refund"* in the product detail.

== Changelog ==

#### [v0.7.0](https://github.com/aplazame/woocommerce/tree/v0.7.0) (2017-12-21)

* [ADD] Private Key is automatically validated when set
* [ADD] Public Key is not longer needed to manual set
* [ADD] Many other compatibility improvements
* [FIX] Default customer date of birth

#### [v0.6.2](https://github.com/aplazame/woocommerce/tree/v0.6.2) (2017-11-29)

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

== Upgrade Notice ==

= v0.6.2 =
= v0.7.0 =

The latest release has passed all quality checks.
2 changes: 1 addition & 1 deletion plugin/aplazame.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
include_once( 'lib/Aplazame/Aplazame/autoload.php' );

class WC_Aplazame {
const VERSION = '0.6.2';
const VERSION = '0.7.0';
const METHOD_ID = 'aplazame';
const METHOD_TITLE = 'Aplazame';

Expand Down
Binary file modified plugin/l10n/es/aplazame-es_ES.mo
Binary file not shown.
44 changes: 16 additions & 28 deletions plugin/l10n/es/default.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: https://github.com/aplazame/woocommerce\n"
"POT-Creation-Date: 2017-11-29 07:57+0000\n"
"POT-Creation-Date: 2017-12-21 16:07+0000\n"
"Language: es_ES\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand All @@ -15,22 +15,22 @@ msgstr "Campañas Aplazame"
msgid "Settings"
msgstr "Ajustes"

#: aplazame.php:241
#: aplazame.php:245
#, php-format
msgid "%s ERROR: Order #%s cannot be confirmed. Reason: %s"
msgstr ""

#: aplazame.php:252
#: aplazame.php:256
#, php-format
msgid "Confirmed by %s."
msgstr "Confirmado por %s."

#: aplazame.php:320
#: aplazame.php:293
#, php-format
msgid "%s ERROR: Order #%s cannot be cancelled. Reason: %s"
msgstr ""

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

#: classes/wc-aplazame-gateway.php:121
msgid "API Credentials"
msgstr ""

#: classes/wc-aplazame-gateway.php:127
#: classes/wc-aplazame-gateway.php:122
msgid "Private API Key"
msgstr "Clave API privada"

#: classes/wc-aplazame-gateway.php:128
#: classes/wc-aplazame-gateway.php:123
msgid "Aplazame API Private Key"
msgstr "Clave API privada de Aplazame"

#: classes/wc-aplazame-gateway.php:135
msgid "Public API Key"
msgstr "Clave API pública"

#: classes/wc-aplazame-gateway.php:136
msgid "Aplazame API Public Key"
msgstr "Clave API pública de Aplazame"

#: classes/wc-aplazame-gateway.php:142
#: classes/wc-aplazame-gateway.php:129
msgid "Advanced options"
msgstr ""

#: classes/wc-aplazame-gateway.php:148
#: classes/wc-aplazame-gateway.php:135
msgid "Button"
msgstr "Botón"

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

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

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

#: classes/wc-aplazame-gateway.php:163
#: classes/wc-aplazame-gateway.php:150
msgid "Product price CSS selector"
msgstr "Selector CSS del precio del producto"

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

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

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

Expand Down
46 changes: 17 additions & 29 deletions plugin/l10n/es/default.pot
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Aplazame v0.6.2\n"
"Project-Id-Version: Aplazame v0.7.0\n"
"Report-Msgid-Bugs-To: https://github.com/aplazame/woocommerce\n"
"POT-Creation-Date: 2017-11-29 08:00+0000\n"
"POT-Creation-Date: 2017-12-21 16:14+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: https://github.com/aplazame/woocommerce\n"
Expand All @@ -25,22 +25,22 @@ msgstr ""
msgid "Settings"
msgstr ""

#: aplazame.php:241
#: aplazame.php:245
#, php-format
msgid "%s ERROR: Order #%s cannot be confirmed. Reason: %s"
msgstr ""

#: aplazame.php:252
#: aplazame.php:256
#, php-format
msgid "Confirmed by %s."
msgstr ""

#: aplazame.php:320
#: aplazame.php:293
#, php-format
msgid "%s ERROR: Order #%s cannot be cancelled. Reason: %s"
msgstr ""

#: aplazame.php:330
#: aplazame.php:303
#, php-format
msgid "Order #%s has been successful cancelled by %s."
msgstr ""
Expand Down Expand Up @@ -86,59 +86,47 @@ msgstr ""
msgid "Turn on Sandbox"
msgstr ""

#: classes/wc-aplazame-gateway.php:121
msgid "API Credentials"
msgstr ""

#: classes/wc-aplazame-gateway.php:127
#: classes/wc-aplazame-gateway.php:122
msgid "Private API Key"
msgstr ""

#: classes/wc-aplazame-gateway.php:128
#: classes/wc-aplazame-gateway.php:123
msgid "Aplazame API Private Key"
msgstr ""

#: classes/wc-aplazame-gateway.php:135
msgid "Public API Key"
msgstr ""

#: classes/wc-aplazame-gateway.php:136
msgid "Aplazame API Public Key"
msgstr ""

#: classes/wc-aplazame-gateway.php:142
#: classes/wc-aplazame-gateway.php:129
msgid "Advanced options"
msgstr ""

#: classes/wc-aplazame-gateway.php:148
#: classes/wc-aplazame-gateway.php:135
msgid "Button"
msgstr ""

#: classes/wc-aplazame-gateway.php:149
#: classes/wc-aplazame-gateway.php:136
msgid "Aplazame Button CSS Selector"
msgstr ""

#: classes/wc-aplazame-gateway.php:157
#: classes/wc-aplazame-gateway.php:144
msgid "Product quantity CSS selector"
msgstr ""

#: classes/wc-aplazame-gateway.php:158
#: classes/wc-aplazame-gateway.php:145
msgid "CSS selector pointing to product quantity"
msgstr ""

#: classes/wc-aplazame-gateway.php:163
#: classes/wc-aplazame-gateway.php:150
msgid "Product price CSS selector"
msgstr ""

#: classes/wc-aplazame-gateway.php:164
#: classes/wc-aplazame-gateway.php:151
msgid "CSS selector pointing to product price"
msgstr ""

#: classes/wc-aplazame-gateway.php:169
#: classes/wc-aplazame-gateway.php:156
msgid "Variable product price CSS selector"
msgstr ""

#: classes/wc-aplazame-gateway.php:170
#: classes/wc-aplazame-gateway.php:157
msgid "CSS selector pointing to variable product price"
msgstr ""

Expand Down

0 comments on commit 870f410

Please sign in to comment.