Skip to content

Commit fb858d5

Browse files
Release v3.0.0
1 parent a2c50fa commit fb858d5

File tree

7 files changed

+18
-8
lines changed

7 files changed

+18
-8
lines changed

HISTORY.md

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

3+
#### [v3.0.0](https://github.com/aplazame/woocommerce/tree/v3.0.0) (2021-01-12)
4+
5+
* [ADD] Blended checkout.
6+
* [FIX] Minor improvements.
7+
38
#### [v2.2.4](https://github.com/aplazame/woocommerce/tree/v2.2.4) (2020-09-17)
49

510
* [FIX] Campaigns pagination.

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 ?= v2.2.4
4+
version ?= v3.0.0
55
errors = $(shell find . -type f -name "*.php" -exec php -l "{}" \;| grep "Errors parsing ";)
66

77
clean:

plugin/README.txt

Lines changed: 6 additions & 1 deletion
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: 5.6.0
66
Requires PHP: 5.3.0
7-
Stable tag: 2.2.4
7+
Stable tag: 3.0.0
88
License: BSD-3-Clause
99
License URI: https://github.com/aplazame/woocommerce/blob/master/LICENSE
1010

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

7878
== Changelog ==
7979

80+
#### [v3.0.0](https://github.com/aplazame/woocommerce/tree/v3.0.0) (2021-01-12)
81+
82+
* [ADD] Blended checkout.
83+
* [FIX] Minor improvements.
84+
8085
#### [v2.2.4](https://github.com/aplazame/woocommerce/tree/v2.2.4) (2020-09-17)
8186

8287
* [FIX] Campaigns pagination.

plugin/aplazame.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
require_once 'lib/Aplazame/Aplazame/autoload.php';
2626

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

0 Bytes
Binary file not shown.

plugin/i18n/languages/aplazame.po

Lines changed: 2 additions & 2 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: 2020-12-11 15:46+0000\n"
4+
"POT-Creation-Date: 2021-01-12 14:55+0000\n"
55
"Language: es_ES\n"
66
"MIME-Version: 1.0\n"
77
"Content-Type: text/plain; charset=UTF-8\n"
@@ -11,7 +11,7 @@ msgstr ""
1111
msgid "Aplazame Campaigns"
1212
msgstr "Campañas Aplazame"
1313

14-
#: aplazame.php:214
14+
#: aplazame.php:220
1515
msgid "Settings"
1616
msgstr "Ajustes"
1717

plugin/i18n/languages/aplazame.pot

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
#, fuzzy
77
msgid ""
88
msgstr ""
9-
"Project-Id-Version: Aplazame v2.2.4\n"
9+
"Project-Id-Version: Aplazame v3.0.0\n"
1010
"Report-Msgid-Bugs-To: https://github.com/aplazame/woocommerce\n"
11-
"POT-Creation-Date: 2020-12-16 10:01+0000\n"
11+
"POT-Creation-Date: 2021-01-12 14:55+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"
@@ -21,7 +21,7 @@ msgstr ""
2121
msgid "Aplazame Campaigns"
2222
msgstr ""
2323

24-
#: aplazame.php:214
24+
#: aplazame.php:220
2525
msgid "Settings"
2626
msgstr ""
2727

0 commit comments

Comments
 (0)