Skip to content

Commit

Permalink
Merge pull request #94 from evgrezanov/evgrezanov/2181
Browse files Browse the repository at this point in the history
2.18.1
  • Loading branch information
evgrezanov authored Sep 3, 2024
2 parents f630da1 + 7acff4f commit 8427d5e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
* Tags: bonus, woocommerce, sync, integration, loyalty program
* Requires at least: 4.0
* Tested up to: 6.5
* Stable tag: 2.18
* Stable tag: 2.18.1
* Requires PHP: 8.1
* License: GPLv2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -147,6 +147,11 @@ PHP Рекомендуем 8.0 и выше

# Changelog

## 2.18.1
- Изменения на странице опций плагина
- Проверка списания доступных бонусов
- Опция делающая ителефон обязатеольным полем для регистрации

## 2.16
- добавил blueprints.json

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

Expand All @@ -28,7 +28,7 @@ class BPWPBonusPlus_Core
*/
public static function init()
{
define('BPWP_PLUGIN_VERSION', '2.17');
define('BPWP_PLUGIN_VERSION', '2.18.1');

define('BPWP_PLUGIN_DIR', plugin_dir_path(__FILE__));

Expand Down
7 changes: 6 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://ko-fi.com/evgeniyrezanov
Tags: bonus, woocommerce, sync, integration, loyalty program
Requires at least: 4.0
Tested up to: 6.6.1
Stable tag: 2.18
Stable tag: 2.18.1
Requires PHP: 8.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -93,6 +93,11 @@ PHP Рекомендуем 8.1

== Changelog ==

= 2.18.1 =
- Изменения на странице опций плагина
- Проверка списания доступных бонусов
- Опция делающая ителефон обязатеольным полем для регистрации

= 2.16 =
- добавил blueprints.json

Expand Down

0 comments on commit 8427d5e

Please sign in to comment.