Skip to content

Commit

Permalink
version fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
evgrezanov committed Feb 9, 2024
1 parent 8d9692b commit 93a7cba
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Tags: bonus, woocommerce, sync, integration
* Requires at least: 4.0
* Tested up to: 6.4.2
* Stable tag: 2.9
* Stable tag: 2.10
* Requires PHP: 8.1
* License: GPLv2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -92,6 +92,9 @@ PHP Рекомендуем 8.0 и выше

# Changelog

## 2.10
- version fix

## 2.9
- линковка существующего клиента из б+ https://github.com/evgrezanov/bonus-plus-wp/issues/42

Expand Down
4 changes: 2 additions & 2 deletions bonus-plus-wp.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* PHP requires at least: 8.1
* WP requires at least: 6.0
* Tested up to: 6.4.2
* Version: 2.9
* Version: 2.10
*/
namespace BPWP;

Expand All @@ -27,7 +27,7 @@ class BPWPBonusPlus_Core
*/
public static function init()
{
define('BPWP_PLUGIN_VERSION', '2.9');
define('BPWP_PLUGIN_VERSION', '2.10');

require_once __DIR__ . '/functions.php';

Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://github.com/evgrezanov
Tags: bonus, woocommerce, sync, integration
Requires at least: 4.0
Tested up to: 6.4.2
Stable tag: 2.8
Stable tag: 2.10
Requires PHP: 8.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -92,6 +92,9 @@ PHP Рекомендуем 8.0 и выше

== Changelog ==

= 2.10 =
- version fix

= 2.9 =
- линковка существующего клиента из б+ https://github.com/evgrezanov/bonus-plus-wp/issues/42

Expand Down

0 comments on commit 93a7cba

Please sign in to comment.