Update WordPress plugin to v1.2.0 and add downloadable zip
- Bump plugin version from 1.1.0 to 1.2.0 - Add menus.zip for download at /wordpress/menus.zip 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
BIN
frontend/public/wordpress/menus.zip
Normal file
BIN
frontend/public/wordpress/menus.zip
Normal file
Binary file not shown.
@@ -3,7 +3,7 @@
|
|||||||
* Plugin Name: Dutchie Menus
|
* Plugin Name: Dutchie Menus
|
||||||
* Plugin URI: https://creationshop.io
|
* Plugin URI: https://creationshop.io
|
||||||
* Description: Display cannabis product menus from your Dutchie scraper with Elementor integration
|
* Description: Display cannabis product menus from your Dutchie scraper with Elementor integration
|
||||||
* Version: 1.1.0
|
* Version: 1.2.0
|
||||||
* Author: Creationshop
|
* Author: Creationshop
|
||||||
* Author URI: https://creationshop.io
|
* Author URI: https://creationshop.io
|
||||||
* License: GPL v2 or later
|
* License: GPL v2 or later
|
||||||
@@ -15,7 +15,7 @@ if (!defined('ABSPATH')) {
|
|||||||
exit; // Exit if accessed directly
|
exit; // Exit if accessed directly
|
||||||
}
|
}
|
||||||
|
|
||||||
define('DUTCHIE_MENUS_VERSION', '1.1.0');
|
define('DUTCHIE_MENUS_VERSION', '1.2.0');
|
||||||
define('DUTCHIE_MENUS_API_URL', 'https://dispos.crawlsy.com/api');
|
define('DUTCHIE_MENUS_API_URL', 'https://dispos.crawlsy.com/api');
|
||||||
define('DUTCHIE_MENUS_PLUGIN_DIR', plugin_dir_path(__FILE__));
|
define('DUTCHIE_MENUS_PLUGIN_DIR', plugin_dir_path(__FILE__));
|
||||||
define('DUTCHIE_MENUS_PLUGIN_URL', plugin_dir_url(__FILE__));
|
define('DUTCHIE_MENUS_PLUGIN_URL', plugin_dir_url(__FILE__));
|
||||||
|
|||||||
Reference in New Issue
Block a user