Skip to content

Commit c6790ce

Browse files
committed
release v0.5.0
1 parent 802b5f4 commit c6790ce

File tree

6 files changed

+21
-9
lines changed

6 files changed

+21
-9
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.5.0](https://github.com/aplazame/woocommerce/tree/v0.5.0) (2017-02-22)
4+
5+
[Full Changelog v0.5.0](https://github.com/aplazame/woocommerce/compare/v0.4.5...v0.5.0)
6+
7+
* Many fixes and improvements.
8+
39
#### [v0.4.5](https://github.com/aplazame/woocommerce/tree/v0.4.5) (2016-11-24)
410

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

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
l10n_path ?= l10n/es
55
l10n_name ?= aplazame-es_ES
6-
version ?= v0.4.5
6+
version ?= v0.5.0
77

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

plugin/README.txt

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Contributors: aplazame,calvin
33
Donate link: https://aplazame.com?action=show-me-the-money
44
Tags: aplazame,api,rest,woocommerce,ecommerce,payment,checkout,credit,aplazar,financiar,financiera,financiación,pago aplazado,método de pago
55
Requires at least: 4.0.1
6-
Tested up to: 4.6.0
7-
Stable tag: 0.4.5
6+
Tested up to: 4.7.2
7+
Stable tag: 0.5.0
88
License: GPLv3 or later License
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1010

@@ -108,6 +108,12 @@ Of course, simply select an *"Aplazame refund"* in the product detail.
108108

109109
== Changelog ==
110110

111+
#### [v0.5.0] (2017-02-22)
112+
113+
[view on Github](https://github.com/aplazame/woocommerce/tree/v0.5.0)
114+
115+
* Many fixes and improvements.
116+
111117
#### [v0.4.5] (2016-11-24)
112118

113119
[view on Github](https://github.com/aplazame/woocommerce/tree/v0.4.5)
@@ -235,6 +241,6 @@ Of course, simply select an *"Aplazame refund"* in the product detail.
235241

236242
== Upgrade Notice ==
237243

238-
= v0.4.5 =
244+
= v0.5.0 =
239245

240246
The latest release has passed all quality checks.

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

2121
class WC_Aplazame {
22-
const VERSION = '0.4.5';
22+
const VERSION = '0.5.0';
2323
const METHOD_ID = 'aplazame';
2424
const METHOD_TITLE = 'Aplazame';
2525

plugin/l10n/es/default.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
msgid ""
22
msgstr ""
33
"Report-Msgid-Bugs-To: https://github.com/aplazame/woocommerce\n"
4-
"POT-Creation-Date: 2017-02-22 12:26+0000\n"
4+
"POT-Creation-Date: 2017-02-22 12:45+0000\n"
55
"Language: es_ES\n"
66
"MIME-Version: 1.0\n"
77
"Content-Type: text/plain; charset=UTF-8\n"

plugin/l10n/es/default.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.4.5\n"
9+
"Project-Id-Version: Aplazame v0.5.0\n"
1010
"Report-Msgid-Bugs-To: https://github.com/aplazame/woocommerce\n"
11-
"POT-Creation-Date: 2017-02-22 12:26+0000\n"
11+
"POT-Creation-Date: 2017-02-22 12:45+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)