Skip to content

Commit

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

2.1.7
-----

- umgeht einen Fehler im Checkout, der in Verbindung mit einem Drittanbieter-Plugin auftrat

2.1.6
-----

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.6'
release = u'2.1.7'

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

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

- umgeht einen Fehler im Checkout, der in Verbindung mit einem Drittanbieter-Plugin auftrat

= 2.1.6 =

- behebt einen JavaScript-Fehler, der bei variablen Produkten bei deaktiviertem Express-Button auftrat
Expand Down
6 changes: 3 additions & 3 deletions src/woocommerce-gateway-ratenkaufbyeasycredit/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
Contributors: ratenkaufbyeasycredit, netzkollektiv
Tags: payment, woocommerce, ratenkauf, pay by installments, easycredit
Requires at least: 4.4
Tested up to: 6.2
Tested up to: 6.5
Requires PHP: 7.0
WC requires at least: 3.9
WC tested up to: 7.8.2
Stable tag: 2.1.6
WC tested up to: 8.9.1
Stable tag: 2.1.7
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.6
* Version: 2.1.7
* Requires at least: 4.4
* Tested up to: 6.2
* Tested up to: 6.5
* WC requires at least: 3.0.0
* WC tested up to: 7.8.2
* WC tested up to: 8.9.1
*
* @package Woocommerce_Gateway_Ratenkaufbyeasycredit
*/

defined('ABSPATH') or exit;

define('WC_RATENKAUFBYEASYCREDIT_VERSION', '2.1.6');
define('WC_RATENKAUFBYEASYCREDIT_VERSION', '2.1.7');
define('WC_RATENKAUFBYEASYCREDIT_ID', 'ratenkaufbyeasycredit');

function wc_ratenkaufbyeasycredit()
Expand Down

0 comments on commit e00f533

Please sign in to comment.