Skip to content

Commit eed5ebd

Browse files
v3.4.10
1 parent 7dc3095 commit eed5ebd

2 files changed

Lines changed: 13 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.9
5+
Version: 3.4.10
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.9');
42+
define('BOXZILLA_VERSION', '3.4.10');
4343

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

readme.txt

Lines changed: 11 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.9
7+
Stable tag: 3.4.10
88
License: GPL-3.0-or-later
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1010
Requires PHP: 7.4
@@ -122,7 +122,16 @@ remove_filter( 'boxzilla_box_content', 'shortcode_unautop' );
122122

123123
== Changelog ==
124124

125-
= 3.4.9 - May 20, 2026 =
125+
= 3.4.10 =
126+
127+
Release date: Jun 01, 2026
128+
129+
- Add Shake animation option for boxes.
130+
- Bundle add-on images instead of fetching extension metadata remotely.
131+
- Prevent notices on new installations when plugin settings do not exist yet.
132+
133+
134+
= 3.4.9 =
126135

127136
Release date: May 20, 2026
128137

@@ -159,11 +168,4 @@ Release date: Feb 10, 2026
159168
- Bugfix: fire box.interactions.link event for `<img>` clicks inside an `<a>` element (or any nested element inside a hyperlink).
160169

161170

162-
= 3.4.5 =
163-
164-
Release date: Sep 25, 2025
165-
166-
- Mark option as autoloaded for a minor performance gain.
167-
- Replace `strtotime('now')` with simpler `time()`
168-
169171
[View the full changelog on GitHub](https://github.com/ibericode/boxzilla-wp/blob/main/CHANGELOG.md)

0 commit comments

Comments
 (0)