mirror of
https://gitlab.com/ArkHost/WP-WHMCS-Pricing.git
synced 2026-07-23 23:45:52 +02:00
v1.1
This commit is contained in:
Binary file not shown.
@@ -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__));
|
||||
|
||||
Reference in New Issue
Block a user