Skip to content

Commit 01433fa

Browse files
author
calvinpy
committed
realese v0.0.5
1 parent 4cd51f5 commit 01433fa

File tree

4 files changed

+20
-6
lines changed

4 files changed

+20
-6
lines changed

HISTORY.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
## Change Log
22

3-
#### [v0.0.5-dev](https://github.com/aplazame/woocommerce/tree/v0.0.5) (2015-??-??)
3+
#### [v0.0.6](https://github.com/aplazame/woocommerce/tree/v0.0.6) (2015-??-??)
4+
5+
[Full Changelog v0.0.6](https://github.com/aplazame/woocommerce/compare/v0.0.5...v0.0.6)
6+
7+
* ?
8+
9+
#### [v0.0.5](https://github.com/aplazame/woocommerce/tree/v0.0.5) (2015-12-15)
410

511
[Full Changelog v0.0.5](https://github.com/aplazame/woocommerce/compare/v0.0.4...v0.0.5)
612

713
* Fix PHP 5.3 compatibility
14+
* Fix shipping division by zero
815
* Minor improvements
9-
* ?
1016

1117
#### [v0.0.4](https://github.com/aplazame/woocommerce/tree/v0.0.4) (2015-09-25)
1218

README.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,14 @@ Of course, simply select an *"Aplazame refund"* in the product detail.
108108

109109
== Changelog ==
110110

111+
#### [v0.0.5] (2015-12-15)
112+
113+
[view on Github](https://github.com/aplazame/woocommerce/tree/v0.0.5)
114+
115+
* Fix PHP 5.3 compatibility
116+
* Fix shipping division by zero
117+
* Minor improvements
118+
111119
#### [v0.0.4] (2015-09-25)
112120

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

144152
== Upgrade Notice ==
145153

146-
= v0.0.4 =
154+
= v0.0.5 =
147155

148156
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.4
5+
* Version: 0.0.5
66
* Description: Aplazame offers a payment method to receive funding for the purchases.
77
* Author: calvin
88
*
@@ -17,7 +17,7 @@
1717

1818
class WC_Aplazame
1919
{
20-
const VERSION = '0.0.4';
20+
const VERSION = '0.0.5';
2121
const METHOD_ID = 'aplazame';
2222
const METHOD_TITLE = 'Aplazame';
2323

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

0 commit comments

Comments
 (0)