Skip to content

Commit

Permalink
release v0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks3w committed Nov 24, 2016
1 parent e319a5b commit 5bfd5e4
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 6 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.4.5](https://github.com/aplazame/woocommerce/tree/v0.4.5) (2016-11-24)

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

* [fixed] When return to shop current order is cancelled.

#### [v0.4.4](https://github.com/aplazame/woocommerce/tree/v0.4.4) (2016-10-31)

[Full Changelog v0.4.4](https://github.com/aplazame/woocommerce/compare/v0.4.3...v0.4.4)
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.4.4
version ?= v0.4.5

# --- 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.6.0
Stable tag: 0.4.4
Stable tag: 0.4.5
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.4.5] (2016-11-24)

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

* [fixed] When return to shop current order is cancelled.

#### [v0.4.4] (2016-10-31)

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

== Upgrade Notice ==

= v0.4.4 =
= v0.4.5 =

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.4.4
* Version: 0.4.5
* Description: Aplazame offers a payment method to receive funding for the purchases.
* Author: Aplazame
* Author URI: https://aplazame.com
Expand All @@ -16,7 +16,7 @@
}

class WC_Aplazame {
const VERSION = '0.4.4';
const VERSION = '0.4.5';
const METHOD_ID = 'aplazame';
const METHOD_TITLE = 'Aplazame';
/**
Expand Down
2 changes: 1 addition & 1 deletion plugin/l10n/es/default.pot
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Aplazame v0.4.4\n"
"Project-Id-Version: Aplazame v0.4.5\n"
"Report-Msgid-Bugs-To: https://github.com/aplazame/woocommerce\n"
"POT-Creation-Date: 2016-11-24 16:14+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
Expand Down

0 comments on commit 5bfd5e4

Please sign in to comment.