Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
## Unzer Payments ##
=== Unzer Payments ===
Contributors: Unzer
Tags: payments, woocommerce
Requires at least: 4.5
Tested up to: 6.7.2
Stable tag: 1.8.0
Tested up to: 6.7
Stable tag: 1.8.1
License: Apache-2.0
License URI: http://www.apache.org/licenses/LICENSE-2.0
Author URI: https://unzer.com
Expand All @@ -30,7 +30,7 @@ Use Unzer plugin for WooCommerce to provide an easy-to-install and use payment g

## Available payment methods ##

* Credit Cards
* Credit Cards
* EPS
* iDEAL
* PayPal
Expand Down
8 changes: 4 additions & 4 deletions unzer-payments.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
* Description: Official Unzer Plugin
* Author: Unzer
* Author URI: https://www.unzer.com
* Version: 1.8.0
* Version: 1.8.1
* License: Apache-2.0
* Requires at least: 4.5
* Tested up to: 6.5
* Tested up to: 6.7
* WC requires at least: 6.0
* WC tested up to: 8.9
* WC tested up to: 9.7
* Text Domain: unzer-payments
*/

Expand All @@ -21,7 +21,7 @@
/**
* Required minimums and constants
*/
define( 'UNZER_VERSION', '1.8.0' );
define( 'UNZER_VERSION', '1.8.1' );
define( 'UNZER_PLUGIN_TYPE_STRING', 'Unzer Payments' );
define( 'UNZER_PLUGIN_URL', untrailingslashit( plugins_url( basename( plugin_dir_path( __FILE__ ) ), basename( __FILE__ ) ) ) );
define( 'UNZER_PLUGIN_PATH', __DIR__ . '/' );
Expand Down