File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?php
22/*
33Plugin Name: Boxzilla
4- Version: 3.3.0
4+ Version: 3.3.1
55Plugin URI: https://www.boxzillaplugin.com/
66Description: Call-To-Action Boxes that display after visitors scroll down far enough. Unobtrusive, but highly conversing!
77Author: ibericode
3030defined ('ABSPATH ' ) or exit;
3131
3232define ( 'BOXZILLA_FILE ' , __FILE__ );
33- define ( 'BOXZILLA_VERSION ' , '3.3.0 ' );
33+ define ( 'BOXZILLA_VERSION ' , '3.3.1 ' );
3434
3535require __DIR__ . '/autoload.php ' ;
3636require __DIR__ . '/src/services.php ' ;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Donate link: https://boxzillaplugin.com/#utm_source=wp-plugin-repo&utm_medium=bo
44Tags: pop-up, optin, call to action, exit intent
55Requires at least: 4.6
66Tested up to: 6.5
7- Stable tag: 3.3.0
7+ Stable tag: 3.3.1
88License: GPLv2 or later
99License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010Requires PHP: 7.0
@@ -131,7 +131,7 @@ Have a look at the [frequently asked questions](https://wordpress.org/plugins/bo
131131== Changelog ==
132132
133133
134- #### 3.3.0 - May 17, 2024
134+ #### 3.3.1 - May 17, 2024
135135
136136- Minor performance improvements to plugin bootstrapping and autoloader implementation.
137137- Fix link in license key form.
You can’t perform that action at this time.
0 commit comments