Skip to content

Commit

Permalink
Release v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks3w committed Feb 23, 2017
1 parent fd6eb82 commit ac1072e
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 7 deletions.
6 changes: 6 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## Change Log

#### [v0.5.2](https://github.com/aplazame/woocommerce/tree/v0.5.2) (2017-02-23

[Full Changelog v0.5.2](https://github.com/aplazame/woocommerce/compare/v0.5.1...v0.5.2)

* Many fixes and improvements.

#### [v0.5.1](https://github.com/aplazame/woocommerce/tree/v0.5.1) (2017-02-22)

[Full Changelog v0.5.1](https://github.com/aplazame/woocommerce/compare/v0.5.0...v0.5.1)
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ branch ?= dev
plugin_path ?= plugin
l10n_path ?= l10n/es
l10n_name ?= aplazame-es_ES
version ?= v0.5.1
version ?= v0.5.2

# --- shell
errors = $(shell find . -type f -name "*.php" -exec php -l "{}" \;| grep "Errors parsing ";)
Expand Down
10 changes: 8 additions & 2 deletions plugin/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://aplazame.com?action=show-me-the-money
Tags: aplazame,api,rest,woocommerce,ecommerce,payment,checkout,credit,aplazar,financiar,financiera,financiación,pago aplazado,método de pago
Requires at least: 4.0.1
Tested up to: 4.7.2
Stable tag: 0.5.1
Stable tag: 0.5.2
License: GPLv3 or later License
License URI: http://www.gnu.org/licenses/gpl-3.0.html

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

== Changelog ==

#### [v0.5.2] (2017-02-23)

[view on Github](https://github.com/aplazame/woocommerce/tree/v0.5.2)

* Many fixes and improvements.

#### [v0.5.1] (2017-02-22)

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

== Upgrade Notice ==

= v0.5.1 =
= v0.5.2 =

The latest release has passed all quality checks.
4 changes: 2 additions & 2 deletions plugin/aplazame.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* Plugin Name: Aplazame
* Plugin URI: https://github.com/aplazame/woocommerce
* Version: 0.5.1
* Version: 0.5.2
* Description: Aplazame offers a payment method to receive funding for the purchases.
* Author: Aplazame
* Author URI: https://aplazame.com
Expand All @@ -19,7 +19,7 @@
include_once( 'lib/Aplazame/Aplazame/autoload.php' );

class WC_Aplazame {
const VERSION = '0.5.1';
const VERSION = '0.5.2';
const METHOD_ID = 'aplazame';
const METHOD_TITLE = 'Aplazame';

Expand Down
4 changes: 2 additions & 2 deletions plugin/l10n/es/default.pot
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Aplazame v0.5.1\n"
"Project-Id-Version: Aplazame v0.5.2\n"
"Report-Msgid-Bugs-To: https://github.com/aplazame/woocommerce\n"
"POT-Creation-Date: 2017-02-22 20:42+0000\n"
"POT-Creation-Date: 2017-02-23 15:25+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: https://github.com/aplazame/woocommerce\n"
Expand Down

0 comments on commit ac1072e

Please sign in to comment.