Skip to content

Commit f3c37c7

Browse files
committed
release v0.4.2
1 parent 989f7d2 commit f3c37c7

File tree

5 files changed

+23
-8
lines changed

5 files changed

+23
-8
lines changed

HISTORY.md

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

3+
#### [v0.4.2](https://github.com/aplazame/woocommerce/tree/v0.4.2) (2016-09-14)
4+
5+
[Full Changelog v0.4.2](https://github.com/aplazame/woocommerce/compare/v0.4.1...v0.4.2)
6+
7+
* Fix compatibility with WooCommerce < 2.4
8+
* Tested up to WordPress 4.6
9+
310
#### [v0.4.1](https://github.com/aplazame/woocommerce/tree/v0.4.1) (2016-08-18)
411

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

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

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

plugin/README.txt

Lines changed: 10 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.1
7+
Stable tag: 0.4.2
88
License: GPLv3 or later License
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1010

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

109109
== Changelog ==
110110

111+
#### [v0.4.2] (2016-09-14)
112+
113+
[view on Github](https://github.com/aplazame/woocommerce/tree/v0.4.2)
114+
115+
* Fix compatibility with WooCommerce < 2.4
116+
* Tested up to WordPress 4.6
117+
118+
111119
#### [v0.4.1] (2016-08-18)
112120

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

210218
== Upgrade Notice ==
211219

212-
= v0.4.1 =
220+
= v0.4.2 =
213221

214222
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.1
5+
* Version: 0.4.2
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.1';
19+
const VERSION = '0.4.2';
2020
const METHOD_ID = 'aplazame';
2121
const METHOD_TITLE = 'Aplazame';
2222
/**

plugin/l10n/es/default.pot

Lines changed: 3 additions & 3 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.1\n"
9+
"Project-Id-Version: Aplazame v0.4.2\n"
1010
"Report-Msgid-Bugs-To: https://github.com/aplazame/woocommerce\n"
11-
"POT-Creation-Date: 2016-08-09 15:14+0000\n"
11+
"POT-Creation-Date: 2016-09-14 07:30+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"
@@ -45,7 +45,7 @@ msgstr ""
4545
msgid "Order #%s has been successful cancelled by %s."
4646
msgstr ""
4747

48-
#: classes/lib/Redirect.php:43
48+
#: classes/lib/Redirect.php:45
4949
msgid "Aplazame Redirect"
5050
msgstr ""
5151

0 commit comments

Comments
 (0)