Skip to content

Commit 5fa4f73

Browse files
committed
Release v0.8.0
1 parent c858ae0 commit 5fa4f73

File tree

5 files changed

+14
-6
lines changed

5 files changed

+14
-6
lines changed

HISTORY.md

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

3+
#### [v0.8.0](https://github.com/aplazame/woocommerce/tree/v0.8.0) (2018-01-11)
4+
5+
* Support for orders with pending status
6+
37
#### [v0.7.1](https://github.com/aplazame/woocommerce/tree/v0.7.1) (2017-12-21)
48

59
* Minor changes

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ branch ?= dev
33
plugin_path ?= plugin
44
i18n_path ?= i18n/languages
55
i18n_name ?= aplazame-es_ES
6-
version ?= v0.7.1
6+
version ?= v0.8.0
77

88
# --- shell
99
errors = $(shell find . -type f -name "*.php" -exec php -l "{}" \;| grep "Errors parsing ";)

plugin/README.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: aplazame,api,rest,woocommerce,ecommerce,payment,checkout,credit,aplazar,fi
44
Requires at least: 4.0.1
55
Tested up to: 4.9.1
66
Requires PHP: 5.3.0
7-
Stable tag: 0.7.1
7+
Stable tag: 0.8.0
88
License: GPLv3 or later License
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1010

@@ -107,6 +107,10 @@ Of course, simply select an *"Aplazame refund"* in the product detail.
107107

108108
== Changelog ==
109109

110+
#### [v0.8.0](https://github.com/aplazame/woocommerce/tree/v0.8.0) (2018-01-11)
111+
112+
* Support for orders with pending status
113+
110114
#### [v0.7.1](https://github.com/aplazame/woocommerce/tree/v0.7.1) (2017-12-21)
111115

112116
* Minor changes

plugin/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.7.1
5+
* Version: 0.8.0
66
* Description: Aplazame offers a payment method to receive funding for the purchases.
77
* Author: Aplazame
88
* Author URI: https://aplazame.com
@@ -25,7 +25,7 @@
2525
include_once( 'lib/Aplazame/Aplazame/autoload.php' );
2626

2727
class WC_Aplazame {
28-
const VERSION = '0.7.1';
28+
const VERSION = '0.8.0';
2929
const METHOD_ID = 'aplazame';
3030
const METHOD_TITLE = 'Aplazame';
3131

plugin/i18n/languages/aplazame.pot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
#, fuzzy
77
msgid ""
88
msgstr ""
9-
"Project-Id-Version: Aplazame v0.7.1\n"
9+
"Project-Id-Version: Aplazame v0.8.0\n"
1010
"Report-Msgid-Bugs-To: https://github.com/aplazame/woocommerce\n"
11-
"POT-Creation-Date: 2018-01-11 07:53+0000\n"
11+
"POT-Creation-Date: 2018-01-11 08:21+0000\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: https://github.com/aplazame/woocommerce\n"

0 commit comments

Comments
 (0)