Skip to content

Commit a507470

Browse files
v3.4.4
1 parent 8f82812 commit a507470

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

boxzilla.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/*
44
Plugin Name: Boxzilla
5-
Version: 3.4.3
5+
Version: 3.4.4
66
Plugin URI: https://www.boxzillaplugin.com/
77
Description: Call-To-Action Boxes that display after visitors scroll down far enough. Unobtrusive, but highly conversing!
88
Author: ibericode
@@ -38,7 +38,7 @@
3838

3939
define('BOXZILLA_FILE', __FILE__);
4040
define('BOXZILLA_DIR', __DIR__);
41-
define('BOXZILLA_VERSION', '3.4.3');
41+
define('BOXZILLA_VERSION', '3.4.4');
4242

4343
require __DIR__ . '/autoload.php';
4444
require __DIR__ . '/src/services.php';

readme.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: https://boxzillaplugin.com/#utm_source=wp-plugin-repo&utm_medium=bo
44
Tags: pop-up, pop-ups, modal, call to action
55
Requires at least: 4.6
66
Tested up to: 6.8
7-
Stable tag: 3.4.3
7+
Stable tag: 3.4.4
88
License: GPL-3.0-or-later
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1010
Requires PHP: 7.4
@@ -129,6 +129,11 @@ Have a look at the [frequently asked questions](https://wordpress.org/plugins/bo
129129
== Changelog ==
130130

131131

132+
#### 3.4.4 - Aug 07, 2025
133+
134+
Periodic compatibility check with WordPress nightly.
135+
136+
132137
#### 3.4.3 - Jun 24, 2025
133138

134139
- Rebuild client-side assets with latest Browserslist.

0 commit comments

Comments
 (0)