Skip to content

Commit

Permalink
version bump to 280
Browse files Browse the repository at this point in the history
  • Loading branch information
Teuber committed Jan 23, 2025
1 parent c537905 commit 56e9535
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 8 deletions.
6 changes: 3 additions & 3 deletions payone-woocommerce-3.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@

/**
* Plugin Name: PAYONE Payment for WooCommerce
* Version: 2.7.0
* Version: 2.8.0
* Plugin URI: https://www.payone.com/
* Description: Integration of PAYONE payment into your WooCommerce store.
* Author: PAYONE GmbH
* Author URI: https://www.payone.com/
* Requires at least: 5.0
* Tested up to: 9.1.2
* Tested up to: 9.6.0
*/

defined( 'ABSPATH' ) or die( 'Direct access not allowed' );

define( 'PAYONE_PLUGIN_VERSION', '2.6.0' );
define( 'PAYONE_PLUGIN_VERSION', '2.8.0' );
define( 'PAYONE_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
define( 'PAYONE_PLUGIN_PATH', __DIR__ );
define( 'PAYONE_VIEW_PATH', PAYONE_PLUGIN_PATH . '/views' );
Expand Down
27 changes: 22 additions & 5 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: PAYONE
Donate link: https://www.payone.com/
Tags: woocommerce, payment
Requires at least: 5.0
Tested up to: 8.1.1
Stable tag: 2.6.0
Tested up to: 9.6.0
Stable tag: 2.8.0
Requires PHP: 7.4.0
License: MIT
License URI: https://opensource.org/licenses/MIT
Expand All @@ -21,7 +21,11 @@ Currently supported payment methods include:
* Credit Card
* PAYONE Direct Debit
* PayPal
* paydirekt
* PayPal Express
* PayPal v2
* PayPal Express v2
* Amazon Pay Express
* Amazon Pay
* PAYONE Secured Invoice
* PAYONE Secured Direct Debit
* PAYONE Secured Installment
Expand All @@ -30,12 +34,10 @@ Currently supported payment methods include:
* PAYONE Prepayment
* Klarna
* Ratepay
* Trustly
* P24
* iDEAL
* Bancontact
* Alipay
* Amazon Pay

PAYONE GmbH is headquartered in Frankfurt am Main and is one of the leading omnichannel-payment providers in Europe. In addition to providing customer support to numerous Savings Banks (Sparkasse) the full-service payment service provider also provides cashless payment transaction services to more than 255,000 customers from stationary trade to the automated and holistic processing of e-commerce and mobile payments.

Expand Down Expand Up @@ -72,6 +74,21 @@ If you have found anything security related, please contact our technical suppor

== Changelog ==

== 2.8.0 ==

New Features

* new payment method: PayPal v2
* new payment method: PayPal Express v2

Maintenance

* removed iDEAL bankgroups in frontend
* tested with
Wordpress version: 6.7.1
WooCommerce version: 9.6.0
PHP version: 8.3

== 2.7.0 ==

New Features
Expand Down

0 comments on commit 56e9535

Please sign in to comment.