Skip to content

Commit b2d4851

Browse files
author
calvinpy
committed
widget data view
1 parent 7eacef5 commit b2d4851

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.0.8](https://github.com/aplazame/woocommerce/tree/v0.0.8) (2016-03-16)
4+
5+
[Full Changelog v0.0.8](https://github.com/aplazame/woocommerce/compare/v0.0.7...v0.0.8)
6+
7+
* Widget data view
8+
39
#### [v0.0.7](https://github.com/aplazame/woocommerce/tree/v0.0.7) (2016-02-17)
410

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

README.txt

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

109109
== Changelog ==
110110

111+
#### [v0.0.8] (2016-03-16)
112+
113+
[view on Github](https://github.com/aplazame/woocommerce/tree/v0.0.8)
114+
115+
* Widget data view
116+
117+
111118
#### [v0.0.7] (2016-02-17)
112119

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

164171
== Upgrade Notice ==
165172

166-
= v0.0.6 =
173+
= v0.0.8 =
167174

168175
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.7
5+
* Version: 0.0.8
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.7';
20+
const VERSION = '0.0.8';
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.7\n"
9+
"Project-Id-Version: Aplazame v0.0.8\n"
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2015-09-12 01:59+0200\n"
12-
"PO-Revision-Date: 2016-02-17 00:00+0200\n"
12+
"PO-Revision-Date: 2016-03-16 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)