Skip to content

Commit

Permalink
Merge pull request #95 from evgrezanov/evgrezanov/2_19
Browse files Browse the repository at this point in the history
Evgrezanov/2 19
  • Loading branch information
evgrezanov authored Sep 3, 2024
2 parents dfa6588 + 82dce8a commit c4ee966
Show file tree
Hide file tree
Showing 16 changed files with 14 additions and 8 deletions.
File renamed without changes
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"title": "WooCommerce product feed + bonusplus-wp",
"description": "Blueprint to create a WooCommerce products and export an XML/CSV product feed",
"author": "redmonkey73",
"categories": ["WooCommerce", "Content"]
"categories": ["WooCommerce", "categories", "reset", "log", "debug", "import", "content"]
},
"preferredVersions": {
"php": "latest",
Expand All @@ -27,7 +27,7 @@
"step": "installPlugin",
"pluginZipFile": {
"resource": "wordpress.org/plugins",
"slug": "bonus-plus-wp"
"slug": "woocommerce"
},
"options": {
"activate": true
Expand All @@ -37,7 +37,7 @@
"step": "installPlugin",
"pluginZipFile": {
"resource": "wordpress.org/plugins",
"slug": "woocommerce"
"slug": "bonus-plus-wp"
},
"options": {
"activate": true
Expand All @@ -47,7 +47,7 @@
"step": "importWxr",
"file": {
"resource": "url",
"url": "https://raw.githubusercontent.com/evgrezanov/bonus-plus-wp/main/demo/demoproducts.xml"
"url": "https://raw.githubusercontent.com/evgrezanov/bonus-plus-wp/main/.wordpress-org/blueprints/demoproducts.xml"
}
},
{
Expand Down
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
5 changes: 4 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.1
* Stable tag: 2.19
* 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,9 @@ PHP Рекомендуем 8.0 и выше

# Changelog

## 2.19
- Добавлен blueprint.json

## 2.18.1
- Изменения на странице опций плагина
- Проверка списания доступных бонусов
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.1
* Version: 2.19
*/
namespace BPWP;

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

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

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://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.1
Stable tag: 2.19
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,9 @@ PHP Рекомендуем 8.1

== Changelog ==

= 2.19 =
- Добавлен blueprint.json

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

0 comments on commit c4ee966

Please sign in to comment.