Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
netzkollektiv committed Jun 27, 2023
1 parent 54035a1 commit e6f5e2e
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 6 deletions.
6 changes: 6 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

2.1.4
-----

- umfangreiche Marketing-Komponenten wurden eingefügt und sind über das Backend konfigurierbar
- Verbesserung der Kompatibilität des Ratenrechner-Widgets mit Drittanbieter-Themes (woodmart)

2.1.3
-----

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version
version = u''
# The full version, including alpha/beta/rc tags
release = u'2.1.3'
release = u'2.1.4'

# -- General configuration ---------------------------------------------------

Expand Down
5 changes: 5 additions & 0 deletions src/woocommerce-gateway-ratenkaufbyeasycredit/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
= 2.1.4 =

- umfangreiche Marketing-Komponenten wurden eingefügt und sind über das Backend konfigurierbar
- Verbesserung der Kompatibilität des Ratenrechner-Widgets mit Drittanbieter-Themes (woodmart)

= 2.1.3 =

- der Transaktions-Status wird nun zusätzlich direkt nach der Bestellung überprüft (die 2-Phasen Bestätigung ist damit redundant implementiert)
Expand Down
4 changes: 2 additions & 2 deletions src/woocommerce-gateway-ratenkaufbyeasycredit/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Requires at least: 4.4
Tested up to: 6.2
Requires PHP: 7.0
WC requires at least: 3.9
WC tested up to: 7.5.1
Stable tag: 2.1.3
WC tested up to: 7.8.0
Stable tag: 2.1.4
License: MIT
License URI: https://opensource.org/licenses/MIT

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
* Text Domain: woocommerce-gateway-ratenkaufbyeasycredit
* Domain Path: /languages
* Version: 2.1.3
* Version: 2.1.4
* Requires at least: 4.4
* Tested up to: 6.2
* WC requires at least: 3.0.0
* WC tested up to: 7.5.1
* WC tested up to: 7.8.0
*
* @package Woocommerce_Gateway_Ratenkaufbyeasycredit
*/

defined('ABSPATH') or exit;

define('WC_RATENKAUFBYEASYCREDIT_VERSION', '2.1.3');
define('WC_RATENKAUFBYEASYCREDIT_VERSION', '2.1.4');
define('WC_RATENKAUFBYEASYCREDIT_ID', 'ratenkaufbyeasycredit');

function wc_ratenkaufbyeasycredit()
Expand Down

0 comments on commit e6f5e2e

Please sign in to comment.