Skip to content

Commit

Permalink
Release v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhernandezord committed Mar 5, 2024
1 parent 5ac459b commit 0e067ab
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Change Log

#### [v4.0.1](https://github.com/aplazame/woocommerce/tree/v4.0.1) (2024-03-05)

* Order confirmation process improved.

#### [v4.0.0](https://github.com/aplazame/woocommerce/tree/v4.0.0) (2024-02-26)

* [ADD] Checkout v4 as primary version.
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugin_path ?= plugin
i18n_path ?= i18n/languages
i18n_name ?= aplazame-es_ES
version ?= v4.0.0
version ?= v4.0.1
errors = $(shell find . -type f -name "*.php" -exec php -l "{}" \;| grep "Errors parsing ";)

clean:
Expand Down
6 changes: 5 additions & 1 deletion plugin/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: aplazame,woocommerce,ecommerce,payment,checkout,credit,aplazar,financiar,f
Requires at least: 4.0.1
Tested up to: 6.4.3
Requires PHP: 5.3.0
Stable tag: 3.9.0
Stable tag: 4.0.1
License: BSD-3-Clause
License URI: https://github.com/aplazame/woocommerce/blob/master/LICENSE

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

== Changelog ==

#### [v4.0.1](https://github.com/aplazame/woocommerce/tree/v4.0.1) (2024-03-05)

* Order confirmation process improved.

#### [v4.0.0](https://github.com/aplazame/woocommerce/tree/v4.0.0) (2024-02-26)

* [ADD] Checkout v4 as primary version.
Expand Down
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: 4.0.0
* Version: 4.0.1
* Description: Aplazame offers a payment method to receive funding for the purchases.
* Author: Aplazame
* Author URI: https://aplazame.com
Expand All @@ -25,7 +25,7 @@
require_once 'lib/Aplazame/Aplazame/autoload.php';

class WC_Aplazame {
const VERSION = '4.0.0';
const VERSION = '4.0.1';
const METHOD_ID = 'aplazame';
const METHOD_TITLE = 'Aplazame';

Expand Down

0 comments on commit 0e067ab

Please sign in to comment.