Skip to content

Commit bdef652

Browse files
Release v4.1.3
* Update license and tested versions.
2 parents 3b69e03 + 1731700 commit bdef652

File tree

7 files changed

+18
-10
lines changed

7 files changed

+18
-10
lines changed

HISTORY.md

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

3+
#### [v4.1.3](https://github.com/aplazame/woocommerce/tree/v4.1.3) (2025-01-21)
4+
5+
* Update license and tested versions.
6+
37
#### [v4.1.2](https://github.com/aplazame/woocommerce/tree/v4.1.2) (2024-10-14)
48

59
* [ADD] Widget loading animation.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BSD 3-Clause License
22

3-
Copyright (c) 2024, Aplazame
3+
Copyright (c) 2025, Aplazame
44
All rights reserved.
55

66
Redistribution and use in source and binary forms, with or without

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

77
clean:

plugin/LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ Also add information on how to contact you by electronic and paper mail.
652652
If the program does terminal interaction, make it output a short
653653
notice like this when it starts in an interactive mode:
654654

655-
aplazame.js Copyright (C) 2024 Aplazame S.L.
655+
aplazame.js Copyright (C) 2025 Aplazame S.L.
656656
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
657657
This is free software, and you are welcome to redistribute it
658658
under certain conditions; type `show c' for details.

plugin/README.txt

Lines changed: 6 additions & 2 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: 6.6.2
5+
Tested up to: 6.7.1
66
Requires PHP: 5.3.0
7-
Stable tag: 4.1.2
7+
Stable tag: 4.1.3
88
License: BSD-3-Clause
99
License URI: https://github.com/aplazame/woocommerce/blob/master/LICENSE
1010

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

7878
== Changelog ==
7979

80+
#### [v4.1.3](https://github.com/aplazame/woocommerce/tree/v4.1.3) (2025-01-21)
81+
82+
* Update license and tested versions.
83+
8084
#### [v4.1.2](https://github.com/aplazame/woocommerce/tree/v4.1.2) (2024-10-14)
8185

8286
* [ADD] Widget loading animation.

plugin/aplazame.php

Lines changed: 3 additions & 3 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: 4.1.2
5+
* Version: 4.1.3
66
* Description: Aplazame offers a payment method to receive funding for the purchases.
77
* Author: Aplazame
88
* Author URI: https://aplazame.com
@@ -11,7 +11,7 @@
1111
* Domain Path: /i18n/languages/
1212
*
1313
* WC requires at least: 3.0.0
14-
* WC tested up to: 9.3.3
14+
* WC tested up to: 9.6.0
1515
*
1616
* License: GNU General Public License v3.0
1717
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
@@ -25,7 +25,7 @@
2525
require_once 'lib/Aplazame/Aplazame/autoload.php';
2626

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

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 v4.1.2\n"
9+
"Project-Id-Version: Aplazame v4.1.3\n"
1010
"Report-Msgid-Bugs-To: https://github.com/aplazame/woocommerce\n"
11-
"POT-Creation-Date: 2024-10-14 13:43+0200\n"
11+
"POT-Creation-Date: 2025-01-21 15:19+0100\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)