We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f0315e commit bd92c2aCopy full SHA for bd92c2a
2 files changed
boxzilla.php
@@ -2,7 +2,7 @@
2
3
/*
4
Plugin Name: Boxzilla
5
-Version: 3.4.5
+Version: 3.4.6
6
Plugin URI: https://www.boxzillaplugin.com/
7
Description: Call-To-Action Boxes that display after visitors scroll down far enough. Unobtrusive, but highly conversing!
8
Author: ibericode
@@ -38,7 +38,7 @@
38
39
define('BOXZILLA_FILE', __FILE__);
40
define('BOXZILLA_DIR', __DIR__);
41
-define('BOXZILLA_VERSION', '3.4.5');
+define('BOXZILLA_VERSION', '3.4.6');
42
43
require __DIR__ . '/autoload.php';
44
require __DIR__ . '/src/services.php';
0 commit comments