Skip to content

Commit

Permalink
Release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks3w committed Apr 10, 2017
1 parent 700c21a commit ac87d10
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 9 deletions.
9 changes: 8 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
## Change Log

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

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

* Fix refunds.
* Add compatibility with WooCommerce v3

#### [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)

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.2
version ?= v0.6.0

# --- shell
errors = $(shell find . -type f -name "*.php" -exec php -l "{}" \;| grep "Errors parsing ";)
Expand Down
13 changes: 10 additions & 3 deletions plugin/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: aplazame,calvin
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.2
Tested up to: 4.7.3
Stable tag: 0.6.0
License: GPLv3 or later License
License URI: http://www.gnu.org/licenses/gpl-3.0.html

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

== Changelog ==

#### [v0.6.0] (2017-04-10)

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

* Fix refunds.
* Add compatibility with WooCommerce v3

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

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

== Upgrade Notice ==

= v0.5.2 =
= v0.6.0 =

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.2
* Version: 0.6.0
* 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.2';
const VERSION = '0.6.0';
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.2\n"
"Project-Id-Version: Aplazame v0.6.0\n"
"Report-Msgid-Bugs-To: https://github.com/aplazame/woocommerce\n"
"POT-Creation-Date: 2017-04-10 16:49+0000\n"
"POT-Creation-Date: 2017-04-10 18:58+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 ac87d10

Please sign in to comment.