Skip to content

Commit af897d1

Browse files
committed
release v0.4.3
1 parent aa7ab3b commit af897d1

File tree

5 files changed

+18
-6
lines changed

5 files changed

+18
-6
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.4.3](https://github.com/aplazame/woocommerce/tree/v0.4.3) (2016-09-16)
4+
5+
[Full Changelog v0.4.3](https://github.com/aplazame/woocommerce/compare/v0.4.2...v0.4.3)
6+
7+
* Fix aplazame-redirect for WP < 4.4
8+
39
#### [v0.4.2](https://github.com/aplazame/woocommerce/tree/v0.4.2) (2016-09-14)
410

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

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.2
6+
version ?= v0.4.3
77

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

plugin/README.txt

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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
66
Tested up to: 4.6.0
7-
Stable tag: 0.4.2
7+
Stable tag: 0.4.3
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.4.3] (2016-09-16)
112+
113+
[view on Github](https://github.com/aplazame/woocommerce/tree/v0.4.3)
114+
115+
* Fix aplazame-redirect for WP < 4.4
116+
111117
#### [v0.4.2] (2016-09-14)
112118

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

218224
== Upgrade Notice ==
219225

220-
= v0.4.2 =
226+
= v0.4.3 =
221227

222228
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.2
5+
* Version: 0.4.3
66
* Description: Aplazame offers a payment method to receive funding for the purchases.
77
* Author: Aplazame
88
* Author URI: https://aplazame.com
@@ -16,7 +16,7 @@
1616
}
1717

1818
class WC_Aplazame {
19-
const VERSION = '0.4.2';
19+
const VERSION = '0.4.3';
2020
const METHOD_ID = 'aplazame';
2121
const METHOD_TITLE = 'Aplazame';
2222
/**

plugin/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.4.2\n"
9+
"Project-Id-Version: Aplazame v0.4.3\n"
1010
"Report-Msgid-Bugs-To: https://github.com/aplazame/woocommerce\n"
1111
"POT-Creation-Date: 2016-09-14 07:30+0000\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"

0 commit comments

Comments
 (0)