Skip to content

Commit a311d70

Browse files
committed
release 0.2.0
1 parent c8381e7 commit a311d70

File tree

5 files changed

+26
-7
lines changed

5 files changed

+26
-7
lines changed

HISTORY.md

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

3+
#### [v0.2.0](https://github.com/aplazame/woocommerce/tree/v0.2.0) (2016-06-20)
4+
5+
[Full Changelog v0.2.0](https://github.com/aplazame/woocommerce/compare/v0.1.0...v0.2.0)
6+
7+
* Add new settings for customize product price and product quantity CSS selectors.
8+
* Remove `host` and `version` settings.
9+
* Fix API error when refund.
10+
* Fix product amount for products with fixed prices.
11+
312
#### [v0.1.0](https://github.com/aplazame/woocommerce/tree/v0.1.0) (2016-06-13)
413

514
[Full Changelog v0.1.0](https://github.com/aplazame/woocommerce/compare/v0.0.8...v0.1.0)

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
branch ?= dev
33
l10n_path ?= l10n/es
44
l10n_name ?= aplazame-es_ES
5-
version ?= v0.1.0
5+
version ?= v0.2.0
66

77
# --- shell
88
files = $(shell find . -name "*.php")

README.txt

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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
66
Tested up to: 4.5.2
7-
Stable tag: 0.1.0
7+
Stable tag: 0.2.0
88
License: GPLv3 or later License
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1010

@@ -109,6 +109,16 @@ Of course, simply select an *"Aplazame refund"* in the product detail.
109109

110110
== Changelog ==
111111

112+
#### [v0.2.0] (2016-06-20)
113+
114+
[view on Github](https://github.com/aplazame/woocommerce/tree/v0.2.0)
115+
116+
* Add new settings for customize product price and product quantity CSS selectors.
117+
* Remove `host` and `version` settings.
118+
* Fix API error when refund.
119+
* Fix product amount for products with fixed prices.
120+
121+
112122
#### [v0.1.0] (2016-06-13)
113123

114124
[view on Github](https://github.com/aplazame/woocommerce/tree/v0.1.0)
@@ -179,6 +189,6 @@ Of course, simply select an *"Aplazame refund"* in the product detail.
179189

180190
== Upgrade Notice ==
181191

182-
= v0.1.0 =
192+
= v0.2.0 =
183193

184194
The latest release has passed all quality checks.

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: 0.1.0
5+
* Version: 0.2.0
66
* Description: Aplazame offers a payment method to receive funding for the purchases.
77
* Author: Aplazame
88
* Author URI: https://aplazame.com
@@ -18,7 +18,7 @@
1818
defined( 'APLAZAME_API_BASE_URI' ) || define( 'APLAZAME_API_BASE_URI', 'https://api.aplazame.com' );
1919

2020
class WC_Aplazame {
21-
const VERSION = '0.1.0';
21+
const VERSION = '0.2.0';
2222
const METHOD_ID = 'aplazame';
2323
const METHOD_TITLE = 'Aplazame';
2424
/**

l10n/es/default.pot

Lines changed: 2 additions & 2 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.1.0\n"
9+
"Project-Id-Version: Aplazame v0.2.0\n"
1010
"Report-Msgid-Bugs-To: https://github.com/aplazame/woocommerce\n"
11-
"POT-Creation-Date: 2016-06-20 17:07+0000\n"
11+
"POT-Creation-Date: 2016-06-20 17:19+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"

0 commit comments

Comments
 (0)