Skip to content

Commit

Permalink
version bump to 260
Browse files Browse the repository at this point in the history
  • Loading branch information
janteuber committed Oct 4, 2023
1 parent 5470041 commit b271749
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 deletions.
6 changes: 3 additions & 3 deletions payone-woocommerce-3.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@

/**
* Plugin Name: PAYONE Payment for WooCommerce
* Version: 2.5.2
* Version: 2.6.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: 6.2
* Tested up to: 6.3.1
*/

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

define( 'PAYONE_PLUGIN_VERSION', '2.5.2' );
define( 'PAYONE_PLUGIN_VERSION', '2.6.0' );
define( 'PAYONE_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
define( 'PAYONE_PLUGIN_PATH', __DIR__ );
define( 'PAYONE_VIEW_PATH', PAYONE_PLUGIN_PATH . '/views' );
Expand Down
19 changes: 17 additions & 2 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: 7.6.0
Stable tag: 2.5.2
Tested up to: 8.1.1
Stable tag: 2.6.0
Requires PHP: 7.4.0
License: MIT
License URI: https://opensource.org/licenses/MIT
Expand Down Expand Up @@ -71,6 +71,21 @@ If you have found anything security related, please contact our technical suppor

== Changelog ==

== 2.6.0 ==

New Features

* Secured Invoice (BNPL) extension for B2B customers,
deviant delivery address allowed

Maintenance

* tested with

Tested with wordpress version: 6.3.1
woocommerce version: 8.1.1
php version: 8.1.0

== 2.5.2 ==

New Features
Expand Down

0 comments on commit b271749

Please sign in to comment.