This commit is contained in:
Yuri
2025-11-19 10:35:48 +01:00
parent 0b15c1cbf7
commit f27f7b4227
2 changed files with 2 additions and 2 deletions
Binary file not shown.
+2 -2
View File
@@ -2,7 +2,7 @@
/**
* Plugin Name: WHMCS Pricing
* Description: Display WHMCS product pricing via shortcodes. Lightweight, Elementor-compatible.
* Version: 1.0
* Version: 1.1
* Author: ArkHost
* Author URI: https://arkhost.com
* Sponsored by: Duplika.com
@@ -19,7 +19,7 @@ if (!defined('ABSPATH')) {
}
// Define plugin constants
define('WHMCS_PRICING_VERSION', '1.0');
define('WHMCS_PRICING_VERSION', '1.1');
define('WHMCS_PRICING_PLUGIN_DIR', plugin_dir_path(__FILE__));
define('WHMCS_PRICING_PLUGIN_URL', plugin_dir_url(__FILE__));
define('WHMCS_PRICING_PLUGIN_BASENAME', plugin_basename(__FILE__));