chore: Bump plugin version to 2.0.1
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
BIN
backend/public/downloads/cannaiq-menus-2.0.1.zip
Normal file
BIN
backend/public/downloads/cannaiq-menus-2.0.1.zip
Normal file
Binary file not shown.
@@ -1 +1 @@
|
||||
cannaiq-menus-2.0.0.zip
|
||||
cannaiq-menus-2.0.1.zip
|
||||
@@ -1 +1 @@
|
||||
2.0.0
|
||||
2.0.1
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
* Plugin Name: CannaiQ Menus
|
||||
* Plugin URI: https://cannaiq.co
|
||||
* Description: Display cannabis product menus from CannaiQ with Elementor integration. Real-time menu data updated daily.
|
||||
* Version: 2.0.0
|
||||
* Version: 2.0.1
|
||||
* Author: CannaiQ
|
||||
* Author URI: https://cannaiq.co
|
||||
* License: GPL v2 or later
|
||||
@@ -15,7 +15,7 @@ if (!defined('ABSPATH')) {
|
||||
exit; // Exit if accessed directly
|
||||
}
|
||||
|
||||
define('CANNAIQ_MENUS_VERSION', '2.0.0');
|
||||
define('CANNAIQ_MENUS_VERSION', '2.0.1');
|
||||
define('CANNAIQ_MENUS_API_URL', 'https://cannaiq.co/api/v1');
|
||||
define('CANNAIQ_MENUS_PLUGIN_DIR', plugin_dir_path(__FILE__));
|
||||
define('CANNAIQ_MENUS_PLUGIN_URL', plugin_dir_url(__FILE__));
|
||||
|
||||
Reference in New Issue
Block a user