Skip to content

Commit 1378d80

Browse files
committed
release 0.3.0
1 parent 964a8b1 commit 1378d80

File tree

4 files changed

+18
-5
lines changed

4 files changed

+18
-5
lines changed

HISTORY.md

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

3+
#### [v0.3.0](https://github.com/aplazame/woocommerce/tree/v0.3.0) (2016-07-27)
4+
5+
[Full Changelog v0.3.0](https://github.com/aplazame/woocommerce/compare/v0.2.0...v0.3.0)
6+
7+
* Many performance improvements.
8+
39
#### [v0.2.0](https://github.com/aplazame/woocommerce/tree/v0.2.0) (2016-06-20)
410

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

plugin/README.txt

Lines changed: 9 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.2.0
7+
Stable tag: 0.3.0
88
License: GPLv3 or later License
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1010

@@ -108,6 +108,13 @@ Of course, simply select an *"Aplazame refund"* in the product detail.
108108

109109
== Changelog ==
110110

111+
#### [v0.3.0] (2016-07-27)
112+
113+
[view on Github](https://github.com/aplazame/woocommerce/tree/v0.3.0)
114+
115+
* Many performance improvements.
116+
117+
111118
#### [v0.2.0] (2016-06-20)
112119

113120
[view on Github](https://github.com/aplazame/woocommerce/tree/v0.2.0)
@@ -188,6 +195,6 @@ Of course, simply select an *"Aplazame refund"* in the product detail.
188195

189196
== Upgrade Notice ==
190197

191-
= v0.2.0 =
198+
= v0.3.0 =
192199

193200
The latest release has passed all quality checks.

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: 0.2.0
5+
* Version: 0.3.0
66
* Description: Aplazame offers a payment method to receive funding for the purchases.
77
* Author: Aplazame
88
* Author URI: https://aplazame.com
@@ -16,7 +16,7 @@
1616
}
1717

1818
class WC_Aplazame {
19-
const VERSION = '0.2.0';
19+
const VERSION = '0.3.0';
2020
const METHOD_ID = 'aplazame';
2121
const METHOD_TITLE = 'Aplazame';
2222
/**

plugin/l10n/es/default.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#, fuzzy
77
msgid ""
88
msgstr ""
9-
"Project-Id-Version: Aplazame v0.2.0\n"
9+
"Project-Id-Version: Aplazame v0.3.0\n"
1010
"Report-Msgid-Bugs-To: https://github.com/aplazame/woocommerce\n"
1111
"POT-Creation-Date: 2016-07-27 12:32+0000\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"

0 commit comments

Comments
 (0)