PluginProbe
Boxzilla – WordPress Popup Builder / 3.1.9
Boxzilla – WordPress Popup Builder v3.1.9
3.4.11 3.4.10 3.4.9 3.4.3 3.4.4 3.4.5 3.4.6 3.4.7 3.4.8 trunk 3.0 3.0.1 3.0.2 3.0.3 3.1 3.1.1 3.1.10 3.1.11 3.1.12 3.1.13 3.1.14 3.1.15 3.1.16 3.1.17 3.1.18 All 72 releases
← All changes | boxzilla.php +2 -2 3.1.103.1.9 View file →
@@ -1,8 +1,8 @@
1 1 <?php
2 2 /*
3 3 Plugin Name: Boxzilla
4 -Version: 3.1.10
4 +Version: 3.1.9
5 5 Plugin URI: https://boxzillaplugin.com/#utm_source=wp-plugin&utm_medium=boxzilla&utm_campaign=plugins-page
6 6 Description: Call-To-Action Boxes that display after visitors scroll down far enough. Unobtrusive, but highly conversing!
7 7 Author: ibericode
8 8 Author URI: https://ibericode.com/#utm_source=wp-plugin&utm_medium=boxzilla&utm_campaign=plugins-page
@@ -40,9 +40,9 @@
40 40 */
41 41 function _load_boxzilla() {
42 42
43 43 define( 'BOXZILLA_FILE', __FILE__ );
44 - define( 'BOXZILLA_VERSION', '3.1.10' );
44 + define( 'BOXZILLA_VERSION', '3.1.9' );
45 45
46 46 require __DIR__ . '/bootstrap.php';
47 47 }
48 48