Skip to content

Commit ca08aa8

Browse files
committed
Release v1.1.1
1 parent 2d339cb commit ca08aa8

File tree

7 files changed

+25
-9
lines changed

7 files changed

+25
-9
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+
#### [v1.1.1](https://github.com/aplazame/woocommerce/tree/v1.1.1) (2018-09-07)
4+
5+
* Fix compatibility with WooCommerce v2.
6+
37
#### [v1.1.0](https://github.com/aplazame/woocommerce/tree/v1.1.0) (2018-08-20)
48

59
* Prevent conflicts with 3rd party systems who perform unsafe filtering

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 ?= v1.1.0
4+
version ?= v1.1.1
55
errors = $(shell find . -type f -name "*.php" -exec php -l "{}" \;| grep "Errors parsing ";)
66

77
clean:

plugin/README.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: aplazame,woocommerce,ecommerce,payment,checkout,credit,aplazar,financiar,f
44
Requires at least: 4.0.1
55
Tested up to: 4.9
66
Requires PHP: 5.3.0
7-
Stable tag: 1.1.0
7+
Stable tag: 1.1.1
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+
#### [v1.1.1](https://github.com/aplazame/woocommerce/tree/v1.1.1) (2018-09-07)
81+
82+
* Fix compatibility with WooCommerce v2.
83+
8084
#### [v1.1.0](https://github.com/aplazame/woocommerce/tree/v1.1.0) (2018-08-20)
8185

8286
* Prevent conflicts with 3rd party systems who perform unsafe filtering

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: 1.1.0
5+
* Version: 1.1.1
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 = '1.1.0';
28+
const VERSION = '1.1.1';
2929
const METHOD_ID = 'aplazame';
3030
const METHOD_TITLE = 'Aplazame';
3131

0 Bytes
Binary file not shown.

plugin/i18n/languages/aplazame.po

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
msgid ""
22
msgstr ""
33
"Report-Msgid-Bugs-To: https://github.com/aplazame/woocommerce\n"
4-
"POT-Creation-Date: 2018-08-07 13:59+0000\n"
4+
"POT-Creation-Date: 2018-09-07 16:45+0000\n"
55
"Language: es_ES\n"
66
"MIME-Version: 1.0\n"
77
"Content-Type: text/plain; charset=UTF-8\n"
88
"Content-Transfer-Encoding: 8bit\n"
99

1010
#: classes/wc-aplazame-gateway.php:115
11-
#: classes/api/Aplazame_Api_ConfirmController.php:69
11+
#: classes/api/Aplazame_Api_ConfirmController.php:73
1212
#, php-format
1313
msgid "Order has been cancelled: %s"
1414
msgstr "El pedido ha sido cancelado: %s"
@@ -125,6 +125,10 @@ msgstr "Imagen del botón de Aplazame que quieres mostrar"
125125
msgid "Cancelled"
126126
msgstr "Cancelada"
127127

128+
#: classes/api/Aplazame_Api_ConfirmController.php:64
129+
msgid "Confirmed"
130+
msgstr ""
131+
128132
#: templates/product/campaigns.php:66
129133
msgid "The campaign applies to all products from your catalogue"
130134
msgstr "La campaña aplica a todo el catálogo de productos."

plugin/i18n/languages/aplazame.pot

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
#, fuzzy
77
msgid ""
88
msgstr ""
9-
"Project-Id-Version: Aplazame v1.1.0\n"
9+
"Project-Id-Version: Aplazame v1.1.1\n"
1010
"Report-Msgid-Bugs-To: https://github.com/aplazame/woocommerce\n"
11-
"POT-Creation-Date: 2018-08-20 13:50+0000\n"
11+
"POT-Creation-Date: 2018-09-07 16:45+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"
@@ -18,7 +18,7 @@ msgstr ""
1818
"Content-Transfer-Encoding: 8bit\n"
1919

2020
#: classes/wc-aplazame-gateway.php:115
21-
#: classes/api/Aplazame_Api_ConfirmController.php:69
21+
#: classes/api/Aplazame_Api_ConfirmController.php:73
2222
#, php-format
2323
msgid "Order has been cancelled: %s"
2424
msgstr ""
@@ -132,6 +132,10 @@ msgstr ""
132132
msgid "Cancelled"
133133
msgstr ""
134134

135+
#: classes/api/Aplazame_Api_ConfirmController.php:64
136+
msgid "Confirmed"
137+
msgstr ""
138+
135139
#: templates/product/campaigns.php:66
136140
msgid "The campaign applies to all products from your catalogue"
137141
msgstr ""

0 commit comments

Comments
 (0)