Skip to content

Commit d89caa2

Browse files
author
calvinpy
committed
release 0.0.2
1 parent 6264dcd commit d89caa2

File tree

4 files changed

+16
-8
lines changed

4 files changed

+16
-8
lines changed

HISTORY.md

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

33

4-
#### [v0.0.2](https://github.com/aplazame/woocommerce/tree/v0.0.2) (2015-?-?)
4+
#### [v0.0.3](https://github.com/aplazame/woocommerce/tree/v0.0.3) (2015-??-??)
55

6-
[Full Changelog v0.0.2-dev](https://github.com/aplazame/woocommerce/compare/v0.0.1...v0.0.2)
6+
[Full Changelog v0.0.3](https://github.com/aplazame/woocommerce/compare/v0.0.1...v0.0.3)
77

8+
* fix ?
9+
10+
11+
#### [v0.0.2](https://github.com/aplazame/woocommerce/tree/v0.0.2) (2015-09-14)
12+
13+
[Full Changelog v0.0.2](https://github.com/aplazame/woocommerce/compare/v0.0.1...v0.0.2)
14+
15+
* l10n fix and review
816
* API exception handler
917
* process_refund on gateway class
1018
* Full Readme.txt

README.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ The module allows the customer to defer the payment of his online purchases in e
2121

2222
Ease of implementation is the main objective we had in mind when developing Aplazame.
2323

24-
2524
= l10n =
2625

2726
Development according to standards for i18n and l10n.
@@ -102,10 +101,11 @@ Of course, simply select an *"Aplazame refund"* in the product detail.
102101

103102
== Changelog ==
104103

105-
= [v0.0.2] (2015-?-?) =
104+
= [v0.0.2] (2015-09-14) =
106105

107106
[view on Github](https://github.com/aplazame/woocommerce/tree/v0.0.2)
108107

108+
* l10n fix and review
109109
* API exception handler
110110
* process_refund on gateway class
111111
* Full Readme.txt

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.1
5+
* Version: 0.0.2
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.1';
20+
const VERSION = '0.0.2';
2121
const METHOD_ID = 'aplazame';
2222
const METHOD_TITLE = 'Aplazame';
2323

l10n/es/default.pot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
#, fuzzy
77
msgid ""
88
msgstr ""
9-
"Project-Id-Version: Aplazame v0.0.1\n"
9+
"Project-Id-Version: Aplazame v0.0.2\n"
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2015-09-12 01:59+0200\n"
12-
"PO-Revision-Date: 2015-09-13 20:00+0200\n"
12+
"PO-Revision-Date: 2015-09-14 00:00+0200\n"
1313
"Last-Translator: Aplazame <[email protected]>\n"
1414
"Language-Team: Aplazame <[email protected]>\n"
1515
"Language: es_ES\n"

0 commit comments

Comments
 (0)