Skip to content

Commit ba9649b

Browse files
Release v1.2.1
1 parent 80a8d58 commit ba9649b

File tree

8 files changed

+19
-15
lines changed

8 files changed

+19
-15
lines changed

HISTORY.md

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

3+
#### [v1.2.1](https://github.com/aplazame/woocommerce/tree/v1.2.1) (2018-12-12)
4+
5+
* [FIX] Variable products to campaigns.
6+
37
#### [v1.2.0](https://github.com/aplazame/woocommerce/tree/v1.2.0) (2018-12-10)
48

59
* [ADD] Improve customization of widget place in both product and cart pages.
@@ -11,7 +15,7 @@
1115

1216
#### [v1.1.0](https://github.com/aplazame/woocommerce/tree/v1.1.0) (2018-08-20)
1317

14-
* Prevent conflicts with 3rd party systems who perform unsafe filtering
18+
* Prevent conflicts with 3rd party systems who perform unsafe filtering
1519

1620
#### [v1.0.1](https://github.com/aplazame/woocommerce/tree/v1.0.1) (2018-07-31)
1721

@@ -25,7 +29,7 @@
2529
#### [v0.9.0](https://github.com/aplazame/woocommerce/tree/v0.9.0) (2018-02-08)
2630

2731
**The option to cancel/refund orders using the status select has been removed.**
28-
Order refund can be performed using the “Refund” option under the order’s item list as usual.
32+
Order refund can be performed using the “Refund” option under the order’s item list as usual.
2933

3034
* [ADD] Added a new setting for toggle the rendering of Aplazame's widget on product page.
3135
* [ADD] Added a new setting for toggle the rendering of Aplazame's widget on cart page.
@@ -70,11 +74,11 @@ Order refund can be performed using the “Refund” option under the order’s
7074

7175
#### [v0.5.0](https://github.com/aplazame/woocommerce/tree/v0.5.0) (2017-02-22)
7276

73-
* Many fixes and improvements.
77+
* Many fixes and improvements.
7478

7579
#### [v0.4.5](https://github.com/aplazame/woocommerce/tree/v0.4.5) (2016-11-24)
7680

77-
* [fixed] When return to shop current order is cancelled.
81+
* [fixed] When return to shop current order is cancelled.
7882

7983
#### [v0.4.4](https://github.com/aplazame/woocommerce/tree/v0.4.4) (2016-10-31)
8084

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

77
clean:

plugin/README.txt

Lines changed: 1 addition & 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: 5.0
66
Requires PHP: 5.3.0
7-
Stable tag: 1.2.0
7+
Stable tag: 1.2.1
88
License: BSD-3-Clause
99
License URI: https://github.com/aplazame/woocommerce/blob/master/LICENSE
1010

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

-2 Bytes
Binary file not shown.

plugin/i18n/languages/aplazame.po

Lines changed: 2 additions & 2 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: 2018-11-21 17:25+0000\n"
4+
"POT-Creation-Date: 2018-12-12 15:29+0000\n"
55
"Language: es_ES\n"
66
"MIME-Version: 1.0\n"
77
"Content-Type: text/plain; charset=UTF-8\n"
@@ -153,7 +153,7 @@ msgstr "Cancelada"
153153
msgid "Confirmed"
154154
msgstr ""
155155

156-
#: templates/product/campaigns.php:66
156+
#: templates/product/campaigns.php:82
157157
msgid "The campaign applies to all products from your catalogue"
158158
msgstr "La campaña aplica a todo el catálogo de productos."
159159

plugin/i18n/languages/aplazame.pot

Lines changed: 3 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.1\n"
9+
"Project-Id-Version: Aplazame v1.2.1\n"
1010
"Report-Msgid-Bugs-To: https://github.com/aplazame/woocommerce\n"
11-
"POT-Creation-Date: 2018-12-04 14:47+0000\n"
11+
"POT-Creation-Date: 2018-12-12 15:34+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"
@@ -160,7 +160,7 @@ msgstr ""
160160
msgid "Confirmed"
161161
msgstr ""
162162

163-
#: templates/product/campaigns.php:66
163+
#: templates/product/campaigns.php:82
164164
msgid "The campaign applies to all products from your catalogue"
165165
msgstr ""
166166

plugin/templates/product/campaigns.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
global $post;
33

44
$articles = array();
5-
$product = wc_get_product( $post );
5+
$product = wc_get_product( $post );
66

77
switch ( WC_Aplazame::_m_or_a( $product, 'get_type', 'product_type' ) ) {
88
case 'variable':
99
$children_ids = $product->get_children();
1010

1111
foreach ( $children_ids as $child_id ) {
12-
$child = wc_get_product( $child_id );
12+
$child = wc_get_product( $child_id );
1313
$articles[] = Aplazame_Aplazame_Api_BusinessModel_Article::createFromProduct( $child );
1414
}
1515
break;

0 commit comments

Comments
 (0)