Skip to content

Commit 736ee21

Browse files
v3.4.11
1 parent 9640e03 commit 736ee21

2 files changed

Lines changed: 12 additions & 11 deletions

File tree

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.10
5+
Version: 3.4.11
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
@@ -39,7 +39,7 @@
3939

4040
define('BOXZILLA_FILE', __FILE__);
4141
define('BOXZILLA_DIR', __DIR__);
42-
define('BOXZILLA_VERSION', '3.4.10');
42+
define('BOXZILLA_VERSION', '3.4.11');
4343

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

readme.txt

Lines changed: 10 additions & 9 deletions
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: popup builder, popups, slide-in, call to action, modal
55
Requires at least: 4.6
66
Tested up to: 7.0
7-
Stable tag: 3.4.10
7+
Stable tag: 3.4.11
88
License: GPL-3.0-or-later
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1010
Requires PHP: 7.4
@@ -127,6 +127,15 @@ Please report security bugs found in the source code of the plugin through the [
127127

128128
== Changelog ==
129129

130+
= 3.4.11 =
131+
132+
Release date: Jun 22, 2026
133+
134+
- Prevent a JavaScript error when Boxzilla loads before the page body is available.
135+
- Support opening boxes from links with deeply nested content.
136+
- Add instructions for securely reporting plugin vulnerabilities through Patchstack.
137+
138+
130139
= 3.4.10 =
131140

132141
Release date: Jun 01, 2026
@@ -165,12 +174,4 @@ Release date: Mar 9, 2026
165174
- Fix deprecation in call to get_terms()
166175
- Various other type fixes, PHPDoc improvements or removal of unused code.
167176

168-
169-
= 3.4.6 =
170-
171-
Release date: Feb 10, 2026
172-
173-
- Bugfix: fire box.interactions.link event for `<img>` clicks inside an `<a>` element (or any nested element inside a hyperlink).
174-
175-
176177
[View the full changelog on GitHub](https://github.com/ibericode/boxzilla-wp/blob/main/CHANGELOG.md)

0 commit comments

Comments
 (0)