Changeset 3286869
- Timestamp:
- 05/03/2025 04:19:35 PM (11 months ago)
- Location:
- abmsense/trunk
- Files:
-
- 3 edited
-
abmsense.php (modified) (2 diffs)
-
activation_deactivation.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
abmsense/trunk/abmsense.php
r3286862 r3286869 3 3 Plugin Name: ABMsense - Visitor Identification for B2B Pipeline Growth 4 4 Description: Turn Site Visitors into Hot Leads– It's Marketing Magic! ABMsense is a powerful tool that helps you to identify and track your website visitors. It provides you with the information you need to turn your website visitors into hot leads. With ABMsense, you can track your website visitors, identify their company, and get detailed information about their visit. Go to Settings -> ABMsense to configure the plugin. 5 Version: 3.3.1 65 Version: 3.3.17 6 6 Author: Ashley Smith 7 7 Requires PHP: 7.2 … … 26 26 define('ABMSENSE_PREFIX', 'abmsense_'); 27 27 if (!defined('ABMSENSE_VERSION')) { 28 define('ABMSENSE_VERSION', '3.3.1 6');28 define('ABMSENSE_VERSION', '3.3.17'); 29 29 } 30 30 -
abmsense/trunk/activation_deactivation.php
r3286862 r3286869 83 83 84 84 try { 85 // Update plugin data 85 // Get the current version 86 $current_version = abmsense_get_version(); 87 88 // Update the version in WordPress options first 89 update_option(ABMSENSE_PREFIX . 'version_installed', $current_version); 90 91 // Update plugin data with the new version 86 92 abmsense_update_plugin_data(); 87 93 … … 111 117 $is_consent = get_option(ABMSENSE_PREFIX . 'is_consent') ?: 0; 112 118 $date_registered = get_option(ABMSENSE_PREFIX . 'date_registered') ?: gmdate('Y-m-d'); 119 120 // Always use the current version from the plugin file 113 121 $version_installed = abmsense_get_version(); 114 122 -
abmsense/trunk/readme.txt
r3286862 r3286869 7 7 Tested up to: 6.8 8 8 Requires PHP: 7.2 9 Stable tag: 3.3.1 69 Stable tag: 3.3.17 10 10 License: GPLv2 or later 11 11 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 125 125 * Adding Export CSV inside the Identified Companies table 126 126 127 = 3.3.1 6=127 = 3.3.17 = 128 128 * Added: User Management table 129 129 * Added: Hot Lead Alerts
Note: See TracChangeset
for help on using the changeset viewer.