Skip to content

Commit 5a75020

Browse files
committed
Release v1.0.1
1 parent ab2772d commit 5a75020

File tree

7 files changed

+19
-13
lines changed

7 files changed

+19
-13
lines changed

HISTORY.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
## Change Log
22

3+
#### [v1.0.1](https://github.com/aplazame/woocommerce/tree/v1.0.1) (2018-07-31)
4+
5+
* Minor changes
6+
37
#### [v1.0.0](https://github.com/aplazame/woocommerce/tree/v1.0.0) (2018-07-26)
48

59
* Redirect page has been removed.
610
* Many other improvements.
7-
811

912
#### [v0.9.0](https://github.com/aplazame/woocommerce/tree/v0.9.0) (2018-02-08)
1013

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugin_path ?= plugin
22
i18n_path ?= i18n/languages
33
i18n_name ?= aplazame-es_ES
4-
version ?= v1.0.0
4+
version ?= v1.0.1
55
errors = $(shell find . -type f -name "*.php" -exec php -l "{}" \;| grep "Errors parsing ";)
66

77
clean:

plugin/README.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: aplazame,woocommerce,ecommerce,payment,checkout,credit,aplazar,financiar,f
44
Requires at least: 4.0.1
55
Tested up to: 4.9
66
Requires PHP: 5.3.0
7-
Stable tag: 1.0.0
7+
Stable tag: 1.0.1
88
License: BSD-3-Clause
99
License URI: https://github.com/aplazame/woocommerce/blob/master/LICENSE
1010

@@ -77,12 +77,15 @@ Of course, simply select an *"Aplazame refund"* in the product detail.
7777

7878
== Changelog ==
7979

80+
#### [v1.0.1](https://github.com/aplazame/woocommerce/tree/v1.0.1) (2018-07-31)
81+
82+
* Minor changes
83+
8084
#### [v1.0.0](https://github.com/aplazame/woocommerce/tree/v1.0.0) (2018-07-26)
8185

8286
* Redirect page has been removed.
8387
* Many other improvements.
8488

85-
8689
#### [v0.9.0](https://github.com/aplazame/woocommerce/tree/v0.9.0) (2018-02-08)
8790

8891
**The option to cancel/refund orders using the status select has been removed.**

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: 1.0.0
5+
* Version: 1.0.1
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
require_once 'lib/Aplazame/Aplazame/autoload.php';
2626

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

0 Bytes
Binary file not shown.

plugin/i18n/languages/aplazame.po

Lines changed: 3 additions & 3 deletions
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-07-26 13:51+0000\n"
4+
"POT-Creation-Date: 2018-07-31 13:39+0000\n"
55
"Language: es_ES\n"
66
"MIME-Version: 1.0\n"
77
"Content-Type: text/plain; charset=UTF-8\n"
@@ -128,10 +128,10 @@ msgstr "Cancelada"
128128
msgid "The campaign applies to all products from your catalogue"
129129
msgstr "La campaña aplica a todo el catálogo de productos."
130130

131-
#: aplazame.php:161
131+
#: aplazame.php:155
132132
msgid "Aplazame Campaigns"
133133
msgstr "Campañas Aplazame"
134134

135-
#: aplazame.php:180
135+
#: aplazame.php:174
136136
msgid "Settings"
137137
msgstr "Ajustes"

plugin/i18n/languages/aplazame.pot

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
#, fuzzy
77
msgid ""
88
msgstr ""
9-
"Project-Id-Version: Aplazame v1.0.0\n"
9+
"Project-Id-Version: Aplazame v1.0.1\n"
1010
"Report-Msgid-Bugs-To: https://github.com/aplazame/woocommerce\n"
11-
"POT-Creation-Date: 2018-07-26 21:34+0000\n"
11+
"POT-Creation-Date: 2018-07-31 14:32+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"
@@ -136,10 +136,10 @@ msgstr ""
136136
msgid "The campaign applies to all products from your catalogue"
137137
msgstr ""
138138

139-
#: aplazame.php:161
139+
#: aplazame.php:155
140140
msgid "Aplazame Campaigns"
141141
msgstr ""
142142

143-
#: aplazame.php:180
143+
#: aplazame.php:174
144144
msgid "Settings"
145145
msgstr ""

0 commit comments

Comments
 (0)