Skip to content

Commit

Permalink
Merge pull request #142 from PAYONE-GmbH/version-bump-252
Browse files Browse the repository at this point in the history
version bump to 252
  • Loading branch information
dmetoglou authored May 15, 2023
2 parents 99f5c52 + f0332ef commit 5611c91
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions payone-woocommerce-3.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* Plugin Name: PAYONE Payment for WooCommerce
* Version: 2.5.1
* Version: 2.5.2
* Plugin URI: https://www.payone.com/
* Description: Integration of PAYONE payment into your WooCommerce store.
* Author: PAYONE GmbH
Expand All @@ -13,7 +13,7 @@

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

define( 'PAYONE_PLUGIN_VERSION', '2.5.1' );
define( 'PAYONE_PLUGIN_VERSION', '2.5.2' );
define( 'PAYONE_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
define( 'PAYONE_PLUGIN_PATH', __DIR__ );
define( 'PAYONE_VIEW_PATH', PAYONE_PLUGIN_PATH . '/views' );
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://www.payone.com/
Tags: woocommerce, payment
Requires at least: 5.0
Tested up to: 7.6.0
Stable tag: 2.5.1
Stable tag: 2.5.2
Requires PHP: 7.4.0
License: MIT
License URI: https://opensource.org/licenses/MIT
Expand Down Expand Up @@ -71,7 +71,7 @@ If you have found anything security related, please contact our technical suppor

== Changelog ==

== 2.5.1 ==
== 2.5.2 ==

New Features

Expand Down

0 comments on commit 5611c91

Please sign in to comment.