Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
netzkollektiv committed Feb 13, 2023
1 parent 94f0a2d commit 8ef8bee
Show file tree
Hide file tree
Showing 6 changed files with 58 additions and 5 deletions.
42 changes: 41 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

2.1.1
-----

- die Stornierung von Bestellungen durch Abbruch auf der Zahlungsseite funktioniert nun auch mit wooCommerce Germanized zuverlässig
- die Zuverlässigkeit der Express-Checkout-Initialisierung in verschiedenen Templates wurde verbessert
- die Zuverlässigkeit der Zwei-Phasen Bestätigung wurde verbessert

2.1.0
-----

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.0.3'
release = u'2.1.1'

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

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

- die Stornierung von Bestellungen durch Abbruch auf der Zahlungsseite funktioniert nun auch mit wooCommerce Germanized zuverlässig
- die Zuverlässigkeit der Express-Checkout-Initialisierung in verschiedenen Templates wurde verbessert
- die Zuverlässigkeit der Zwei-Phasen Bestätigung wurde verbessert

= 2.1.0 =

- Express-Checkout: der Ratenkauf kann direkt von der Produktdetailseite oder aus dem Warenkorb heraus gestartet werden
Expand Down
2 changes: 1 addition & 1 deletion src/woocommerce-gateway-ratenkaufbyeasycredit/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Tested up to: 6.1.1
Requires PHP: 7.0
WC requires at least: 3.9
WC tested up to: 7.3.0
Stable tag: 2.1.0
Stable tag: 2.1.1
License: MIT
License URI: https://opensource.org/licenses/MIT

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
* Text Domain: woocommerce-gateway-ratenkaufbyeasycredit
* Domain Path: /languages
* Version: 2.1.0
* Version: 2.1.1
* Requires at least: 4.4
* Tested up to: 6.1.1
* WC requires at least: 3.0.0
Expand All @@ -20,7 +20,7 @@

defined( 'ABSPATH' ) or exit;

define( 'WC_RATENKAUFBYEASYCREDIT_VERSION', '2.1.0' );
define( 'WC_RATENKAUFBYEASYCREDIT_VERSION', '2.1.1' );
define( 'WC_RATENKAUFBYEASYCREDIT_ID', 'ratenkaufbyeasycredit' );

function wc_ratenkaufbyeasycredit() {
Expand Down

0 comments on commit 8ef8bee

Please sign in to comment.