Skip to content

Commit 4108ab3

Browse files
committed
Release v0.9.0
1 parent cd2e22f commit 4108ab3

File tree

6 files changed

+33
-10
lines changed

6 files changed

+33
-10
lines changed

HISTORY.md

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

3+
#### [v0.9.0](https://github.com/aplazame/woocommerce/tree/v0.9.0) (2018-02-08)
4+
5+
**Removed the option to cancel/refund orders using the status select has been removed.**
6+
Order refund can be performed using the “Refund” option under the order’s item list as usual.
7+
8+
* [ADD] Added a new setting for toggle the rendering of Aplazame's widget on product page.
9+
* [ADD] Added a new setting for toggle the rendering of Aplazame's widget on cart page.
10+
* [DEL] Removed the option of cancel the credit when order is manually set to *Cancelled*.
11+
* [DEL] Removed the option of refund the credit when order is manually set to *Refunded*.
12+
313
#### [v0.8.0](https://github.com/aplazame/woocommerce/tree/v0.8.0) (2018-01-11)
414

515
* Support for orders with pending status

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
i18n_path ?= i18n/languages
55
i18n_name ?= aplazame-es_ES
6-
version ?= v0.8.0
6+
version ?= v0.9.0
77

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

plugin/README.txt

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
Contributors: aplazame
33
Tags: aplazame,woocommerce,ecommerce,payment,checkout,credit,aplazar,financiar,financiera,financiación,pago aplazado,método de pago
44
Requires at least: 4.0.1
5-
Tested up to: 4.9.1
5+
Tested up to: 4.9.4
66
Requires PHP: 5.3.0
7-
Stable tag: 0.8.0
7+
Stable tag: 0.9.0
88
License: GPLv3 or later License
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1010

@@ -83,6 +83,16 @@ Of course, simply select an *"Aplazame refund"* in the product detail.
8383

8484
== Changelog ==
8585

86+
#### [v0.9.0](https://github.com/aplazame/woocommerce/tree/v0.9.0) (2018-02-08)
87+
88+
**The option of cancel or refund orders using the status select has been removed.**
89+
You can still doing normal refunds using the "Refund" option below the order's item list.
90+
91+
* [ADD] Added a new settings for toggle the rendering of Aplazame's widget on product page.
92+
* [ADD] Added a new settings for toggle the rendering of Aplazame's widget on cart page.
93+
* [DEL] Removed the option of cancel the credit when order is manually set to *Cancelled*.
94+
* [DEL] Removed the option of refund the credit when order is manually set to *Refunded*.
95+
8696
#### [v0.8.0](https://github.com/aplazame/woocommerce/tree/v0.8.0) (2018-01-11)
8797

8898
* Support for orders with pending status
@@ -210,6 +220,9 @@ Of course, simply select an *"Aplazame refund"* in the product detail.
210220

211221
== Upgrade Notice ==
212222

213-
= v0.7.1 =
223+
= 0.9.0 =
224+
**Removed the option to cancel/refund orders using the status select has been removed.**
225+
Order refund can be performed using the “Refund” option under the order’s item list as usual.
214226

215-
The latest release has passed all quality checks.
227+
= 0.8.0 =
228+
Now orders will keep in "Pending" status while Aplazame finish to check all validations. No more manual actions are required!

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.8.0
5+
* Version: 0.9.0
66
* Description: Aplazame offers a payment method to receive funding for the purchases.
77
* Author: Aplazame
88
* Author URI: https://aplazame.com
@@ -25,7 +25,7 @@
2525
include_once( 'lib/Aplazame/Aplazame/autoload.php' );
2626

2727
class WC_Aplazame {
28-
const VERSION = '0.8.0';
28+
const VERSION = '0.9.0';
2929
const METHOD_ID = 'aplazame';
3030
const METHOD_TITLE = 'Aplazame';
3131

plugin/i18n/languages/aplazame.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
msgid ""
22
msgstr ""
33
"Report-Msgid-Bugs-To: https://github.com/aplazame/woocommerce\n"
4-
"POT-Creation-Date: 2018-01-11 07:53+0000\n"
4+
"POT-Creation-Date: 2018-02-08 17:01+0000\n"
55
"Language: es_ES\n"
66
"MIME-Version: 1.0\n"
77
"Content-Type: text/plain; charset=UTF-8\n"

plugin/i18n/languages/aplazame.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.8.0\n"
9+
"Project-Id-Version: Aplazame v0.9.0\n"
1010
"Report-Msgid-Bugs-To: https://github.com/aplazame/woocommerce\n"
11-
"POT-Creation-Date: 2018-01-11 08:21+0000\n"
11+
"POT-Creation-Date: 2018-02-08 18:24+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)