Skip to content

Commit c3719e0

Browse files
committed
release 0.1.0
1 parent 037ecfc commit c3719e0

File tree

4 files changed

+21
-6
lines changed

4 files changed

+21
-6
lines changed

HISTORY.md

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

3+
#### [v0.1.0](https://github.com/aplazame/woocommerce/tree/v0.1.0) (2016-06-13)
4+
5+
[Full Changelog v0.1.0](https://github.com/aplazame/woocommerce/compare/v0.0.8...v0.1.0)
6+
7+
* Fix many warnings and other kind of improvements.
8+
* Improvements for WooCommerce "Variable product"
9+
310
#### [v0.0.8](https://github.com/aplazame/woocommerce/tree/v0.0.8) (2016-03-16)
411

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

README.txt

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Contributors: aplazame,calvin
33
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
6-
Tested up to: 4.3
7-
Stable tag: 4.3
6+
Tested up to: 4.5.2
7+
Stable tag: 0.0.9
88
License: GPLv3 or later License
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1010

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

109109
== Changelog ==
110110

111+
#### [v0.1.0] (2016-06-13)
112+
113+
[view on Github](https://github.com/aplazame/woocommerce/tree/v0.1.0)
114+
115+
* Fix many warnings and other kind of improvements.
116+
* Improvements for WooCommerce "Variable product"
117+
118+
111119
#### [v0.0.8] (2016-03-16)
112120

113121
[view on Github](https://github.com/aplazame/woocommerce/tree/v0.0.8)
@@ -170,6 +178,6 @@ Of course, simply select an *"Aplazame refund"* in the product detail.
170178

171179
== Upgrade Notice ==
172180

173-
= v0.0.8 =
181+
= v0.1.0 =
174182

175183
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.0.8
5+
* Version: 0.1.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.0.8';
19+
const VERSION = '0.1.0';
2020
const METHOD_ID = 'aplazame';
2121
const METHOD_TITLE = 'Aplazame';
2222
/**

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.0.8\n"
9+
"Project-Id-Version: Aplazame v0.1.0\n"
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2015-09-12 01:59+0200\n"
1212
"PO-Revision-Date: 2016-03-16 00:00+0200\n"

0 commit comments

Comments
 (0)