Skip to content

Commit ac1072e

Browse files
committed
Release v0.5.2
1 parent fd6eb82 commit ac1072e

File tree

5 files changed

+19
-7
lines changed

5 files changed

+19
-7
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.2](https://github.com/aplazame/woocommerce/tree/v0.5.2) (2017-02-23
4+
5+
[Full Changelog v0.5.2](https://github.com/aplazame/woocommerce/compare/v0.5.1...v0.5.2)
6+
7+
* Many fixes and improvements.
8+
39
#### [v0.5.1](https://github.com/aplazame/woocommerce/tree/v0.5.1) (2017-02-22)
410

511
[Full Changelog v0.5.1](https://github.com/aplazame/woocommerce/compare/v0.5.0...v0.5.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.5.1
6+
version ?= v0.5.2
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.7.2
7-
Stable tag: 0.5.1
7+
Stable tag: 0.5.2
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.2] (2017-02-23)
112+
113+
[view on Github](https://github.com/aplazame/woocommerce/tree/v0.5.2)
114+
115+
* Many fixes and improvements.
116+
111117
#### [v0.5.1] (2017-02-22)
112118

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

248254
== Upgrade Notice ==
249255

250-
= v0.5.1 =
256+
= v0.5.2 =
251257

252258
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.5.1
5+
* Version: 0.5.2
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.5.1';
22+
const VERSION = '0.5.2';
2323
const METHOD_ID = 'aplazame';
2424
const METHOD_TITLE = 'Aplazame';
2525

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.5.1\n"
9+
"Project-Id-Version: Aplazame v0.5.2\n"
1010
"Report-Msgid-Bugs-To: https://github.com/aplazame/woocommerce\n"
11-
"POT-Creation-Date: 2017-02-22 20:42+0000\n"
11+
"POT-Creation-Date: 2017-02-23 15:25+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)