Changeset 3335811
- Timestamp:
- 07/29/2025 09:54:37 AM (5 months ago)
- Location:
- truvisibility-all-in-one-marketing-suite/trunk
- Files:
-
- 4 edited
-
README.txt (modified) (2 diffs)
-
config/class-truvisibility-platform-config.php (modified) (1 diff)
-
services/class-truvisibility-platform-order-info.php (modified) (1 diff)
-
truvisibility-platform.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
truvisibility-all-in-one-marketing-suite/trunk/README.txt
r3335144 r3335811 7 7 Tested up to: 6.8.2 8 8 Requires PHP: 7.2 9 Stable tag: 1.2. 39 Stable tag: 1.2.4 10 10 11 11 The TruVISIBILITY Plugin integrates your website with their all-in-one Marketing Suite featuring a CRM, Email Automation, Forms, & Live Chat/Chatbots. … … 136 136 == Changelog == 137 137 138 = 1.2.4 = 139 * (fixed) minor fixes 140 138 141 = 1.2.3 = 139 142 * (added) additional fields -
truvisibility-all-in-one-marketing-suite/trunk/config/class-truvisibility-platform-config.php
r3335144 r3335811 5 5 const PLUGIN_NAME = 'truvisibility-platform'; 6 6 7 const PLUGIN_VERSION = '1.2. 3';7 const PLUGIN_VERSION = '1.2.4'; 8 8 9 9 const CLIENT_ACCESS_TOKEN_OPTION = 'truvisibility_platform_client_access_token'; -
truvisibility-all-in-one-marketing-suite/trunk/services/class-truvisibility-platform-order-info.php
r3323835 r3335811 388 388 public function __construct($order_id) 389 389 { 390 $this->id = $order_id;391 392 390 $order = wc_get_order($order_id); 391 $this->id = $order->get_order_number(); 393 392 $data = $order->get_data(); 394 393 $this->customer_id = $order->get_customer_id(); -
truvisibility-all-in-one-marketing-suite/trunk/truvisibility-platform.php
r3335144 r3335811 10 10 * Plugin Name: TruVISIBILITY All-In-One Marketing Suite 11 11 * Description: The TruVISIBILITY Plugin integrates your website with their all-in-one Marketing Suite featuring a CRM, Email Automation, Forms, & Live Chat/Chatbots. 12 * Version: 1.2. 312 * Version: 1.2.4 13 13 * Author: TruVisibility, LLC 14 14 * Author URI: https://truvisibility.com
Note: See TracChangeset
for help on using the changeset viewer.