Skip to content

Commit 93960b6

Browse files
author
calvinpy
committed
release 0.0.3
1 parent c8e959f commit 93960b6

File tree

4 files changed

+16
-6
lines changed

4 files changed

+16
-6
lines changed

HISTORY.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
## Change Log
22

3+
#### [v0.0.4-dev](https://github.com/aplazame/woocommerce/tree/v0.0.3) (2015-??-??)
34

4-
#### [v0.0.3-dev](https://github.com/aplazame/woocommerce/tree/v0.0.3) (2015-??-??)
5+
[Full Changelog v0.0.4](https://github.com/aplazame/woocommerce/compare/v0.0.3...v0.0.4)
6+
7+
* ?
8+
9+
10+
#### [v0.0.3](https://github.com/aplazame/woocommerce/tree/v0.0.3) (2015-09-15)
11+
12+
[Full Changelog v0.0.3](https://github.com/aplazame/woocommerce/compare/v0.0.2...v0.0.3)
513

614
* Admin notices checks
715
* l10n review

README.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,9 @@ Of course, simply select an *"Aplazame refund"* in the product detail.
108108

109109
== Changelog ==
110110

111-
#### v0.0.3-dev (2015-??-??)
111+
#### v0.0.3 (2015-09-15)
112+
113+
[view on Github](https://github.com/aplazame/woocommerce/tree/v0.0.3)
112114

113115
* Admin notices checks
114116
* l10n review
@@ -133,6 +135,6 @@ Of course, simply select an *"Aplazame refund"* in the product detail.
133135

134136
== Upgrade Notice ==
135137

136-
= v0.0.2 =
138+
= v0.0.3 =
137139

138140
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.2
5+
* Version: 0.0.3
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.2';
20+
const VERSION = '0.0.3';
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.2\n"
9+
"Project-Id-Version: Aplazame v0.0.3\n"
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2015-09-12 01:59+0200\n"
1212
"PO-Revision-Date: 2015-09-14 00:00+0200\n"

0 commit comments

Comments
 (0)