Skip to content

Commit 3743359

Browse files
Release v1.2.0
1 parent 7477dd6 commit 3743359

File tree

4 files changed

+16
-6
lines changed

4 files changed

+16
-6
lines changed

HISTORY.md

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

3+
#### [v1.2.0](https://github.com/aplazame/woocommerce/tree/v1.2.0) (2018-12-10)
4+
5+
* [ADD] Improve customization of widget place in both product and cart pages.
6+
* [DEL] Hide finished campaigns.
7+
38
#### [v1.1.1](https://github.com/aplazame/woocommerce/tree/v1.1.1) (2018-09-07)
49

510
* Fix compatibility with WooCommerce v2.

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

77
clean:

plugin/README.txt

Lines changed: 7 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: 4.9
5+
Tested up to: 5.0
66
Requires PHP: 5.3.0
7-
Stable tag: 1.1.1
7+
Stable tag: 1.2.0
88
License: BSD-3-Clause
99
License URI: https://github.com/aplazame/woocommerce/blob/master/LICENSE
1010

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

7878
== Changelog ==
7979

80+
#### [v1.2.0](https://github.com/aplazame/woocommerce/tree/v1.2.0) (2018-12-10)
81+
82+
* [ADD] Improve customization of widget place in both product and cart pages.
83+
* [DEL] Hide finished campaigns.
84+
8085
#### [v1.1.1](https://github.com/aplazame/woocommerce/tree/v1.1.1) (2018-09-07)
8186

8287
* Fix compatibility with WooCommerce v2.

plugin/aplazame.php

Lines changed: 3 additions & 3 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.1
5+
* Version: 1.2.0
66
* Description: Aplazame offers a payment method to receive funding for the purchases.
77
* Author: Aplazame
88
* Author URI: https://aplazame.com
@@ -11,7 +11,7 @@
1111
* Domain Path: /i18n/languages/
1212
*
1313
* WC requires at least: 2.3
14-
* WC tested up to: 3.4.3
14+
* WC tested up to: 3.5.2
1515
*
1616
* License: GNU General Public License v3.0
1717
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
@@ -25,7 +25,7 @@
2525
require_once 'lib/Aplazame/Aplazame/autoload.php';
2626

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

0 commit comments

Comments
 (0)