PluginProbe
HubSpot All-In-One Marketing – Forms, Popups, Live Chat / 11.3.75
HubSpot All-In-One Marketing – Forms, Popups, Live Chat v11.3.75
11.3.75 11.3.73 11.3.71 11.3.70 11.3.69 11.3.64 11.3.65 11.3.62 11.3.61 11.3.56 11.3.58 11.0.31 11.0.52 11.0.54 11.0.56 11.0.58 11.0.7 11.1.10 11.1.11 11.1.13 11.1.14 11.1.15 11.1.2 11.1.20 11.1.21 All 73 releases
← All changes | leadin.php +12 -3 11.1.211.3.75 View file →
@@ -1,13 +1,15 @@
1 1 <?php
2 2
3 3 namespace Leadin;
4 4
5 +if ( ! defined( 'ABSPATH' ) ) exit;
6 +
5 7 /**
6 8 * Plugin Name: HubSpot All-In-One Marketing - Forms, Popups, Live Chat
7 9 * Plugin URI: http://www.hubspot.com/integrations/wordpress
8 10 * Description: HubSpot’s official WordPress plugin allows you to add forms, popups, and live chat to your website and integrate with the best WordPress CRM.
9 - * Version: 11.1.3
11 + * Version: 11.3.75
10 12 * Author: HubSpot
11 13 * Author URI: http://hubspot.com/products/wordpress
12 14 * License: GPL v3
13 15 * Text Domain: leadin
@@ -58,14 +60,21 @@
58 60 define( 'LEADIN_REQUIRED_PHP_VERSION', '7.2' );
59 61 }
60 62
61 63 if ( ! defined( 'LEADIN_PLUGIN_VERSION' ) ) {
62 - define( 'LEADIN_PLUGIN_VERSION', '11.1.3' );
64 + define( 'LEADIN_PLUGIN_VERSION', '11.3.75' );
63 65 }
64 66
65 -
66 67 if ( ! defined( 'LEADIN_PREFIX' ) ) {
67 68 define( 'LEADIN_PREFIX', 'leadin' );
69 +}
70 +
71 +if ( ! defined( 'LEADIN_KEY' ) && defined( 'LOGGED_IN_KEY' ) ) {
72 + define( 'LEADIN_KEY', LOGGED_IN_KEY );
73 +}
74 +
75 +if ( ! defined( 'LEADIN_SALT' ) && defined( 'LOGGED_IN_SALT' ) ) {
76 + define( 'LEADIN_SALT', LOGGED_IN_SALT );
68 77 }
69 78
70 79 // =============================================
71 80 // Set autoload