PluginProbe
FireBox – WooCommerce Popup Builder, Exit Intent Popup, Email Optin & Cart Abandonment / 3.1.6
FireBox – WooCommerce Popup Builder, Exit Intent Popup, Email Optin & Cart Abandonment v3.1.6
3.1.13 3.1.12 3.1.11 3.1.10 3.1.9 3.1.8 3.1.7 trunk 1.0.0 1.0.1 1.0.10 1.0.11 1.0.12 1.0.13 1.0.14 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 1.1.1 All 122 releases
← All changes | Inc/Core/Plugin.php +8 -6 trunk3.1.6 View file →
@@ -1,8 +1,8 @@
1 1 <?php
2 2 /**
3 3 * @package FireBox
4 - * @version 3.1.13 Free
4 + * @version 3.1.6 Free
5 5 *
6 6 * @author FirePlugins <info@fireplugins.com>
7 7 * @link https://www.fireplugins.com
8 8 * @copyright Copyright © 2026 FirePlugins All Rights Reserved
@@ -127,9 +127,15 @@
127 127 * @var Log
128 128 */
129 129 public $log;
130 130
131 -
131 + /**
132 + * PHP Scripts
133 + *
134 + * @var PHPScripts
135 + */
136 + public $phpscripts;
137 + #PRO-END
132 138
133 139 /**
134 140 * Translations cache
135 141 *
@@ -275,12 +281,8 @@
275 281
276 282
277 283 // Register Custom Post Type
278 284 new \FireBox\Core\Admin\Includes\Cpts\Firebox();
279 -
280 - // Keep the campaign-derived caches (box list, "session conditions in use"
281 - // flag) in sync with campaign writes
282 - \FireBox\Core\Helpers\BoxHelper::registerCacheInvalidation();
283 285
284 286 // Renderer
285 287 $this->renderer = new Renderer(FBOX_LAYOUTS_DIR);
286 288