File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
/*
4
4
Plugin Name: Boxzilla
5
- Version: 3.4.3
5
+ Version: 3.4.4
6
6
Plugin URI: https://www.boxzillaplugin.com/
7
7
Description: Call-To-Action Boxes that display after visitors scroll down far enough. Unobtrusive, but highly conversing!
8
8
Author: ibericode
38
38
39
39
define ('BOXZILLA_FILE ' , __FILE__ );
40
40
define ('BOXZILLA_DIR ' , __DIR__ );
41
- define ('BOXZILLA_VERSION ' , '3.4.3 ' );
41
+ define ('BOXZILLA_VERSION ' , '3.4.4 ' );
42
42
43
43
require __DIR__ . '/autoload.php ' ;
44
44
require __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
4
4
Tags: pop-up, pop-ups, modal, call to action
5
5
Requires at least: 4.6
6
6
Tested up to: 6.8
7
- Stable tag: 3.4.3
7
+ Stable tag: 3.4.4
8
8
License: GPL-3.0-or-later
9
9
License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
10
Requires PHP: 7.4
@@ -129,6 +129,11 @@ Have a look at the [frequently asked questions](https://wordpress.org/plugins/bo
129
129
== Changelog ==
130
130
131
131
132
+ #### 3.4.4 - Aug 07, 2025
133
+
134
+ Periodic compatibility check with WordPress nightly.
135
+
136
+
132
137
#### 3.4.3 - Jun 24, 2025
133
138
134
139
- Rebuild client-side assets with latest Browserslist.
You can’t perform that action at this time.
0 commit comments