Skip to content

Releases: ibericode/boxzilla-wp

3.4.7

09 Mar 08:09
38632b0

Choose a tag to compare

3.4.7 - Mar 9, 2026

  • Add uninstall script to clean up all database entries from the plugin
  • Fix missing closing element in box rule settings
  • Fix duplicate class attribute on wrapper element on settings page
  • Fix duplicate id attribute on box width input field
  • Fix deprecation in call to get_terms()
  • Various other type fixes, PHPDoc improvements or removal of unused code.

3.4.6

10 Feb 12:44
bd92c2a

Choose a tag to compare

3.4.6 - Feb 10, 2026

  • Bugfix: fire box.interactions.link event for <img> clicks inside an <a> element (or any nested element inside a hyperlink).

3.4.2

09 Jun 14:04
6713e7c

Choose a tag to compare

3.4.2 - Apr 29, 2025

  • Fix HTML showing because of escaped translation text.

3.3.3

07 Oct 07:28
c297712

Choose a tag to compare

3.3.3 - Oct 07, 2024

  • Fix unclosed element on plugins overview page, breaking the table layout.
  • Bump license to GPL v3 or higher.
  • Bump required PHP version to 7.2 or higher.

3.3.2

02 Oct 12:13
4cdabc1

Choose a tag to compare

3.3.2 - Oct 02, 2024

  • The Boxzilla script itself is now deferred for improved client-side performance.
  • You can now use the Boxzilla JS API before the script has fully loaded.
  • Minor server side performance improvements by getting rid of unnecessary sprintf calls or string copies.
  • All i18n function call return values are now HTML escaped.
  • Verify Jetpack::is_module_active exists before method is called.

3.3.1

18 May 06:50
a74e92c

Choose a tag to compare

v3.3.1

3.2.26

21 Mar 09:10

Choose a tag to compare

3.2.26 – Mar 21, 2023

Check if administrator role exists before adding capabilities to it. Thanks [Jaime Martínez](https://jaimemartinez.nl/).
Fix “undefined array key href” warning on PHP8.
Fix PHP8.1 deprecation warnings.

3.2.23

13 Jul 09:34

Choose a tag to compare

3.2.23 - Jul 13, 2020

  • Add aria-label to close icon to help screen readers.

v3.1

19 Jul 09:03

Choose a tag to compare

3.1 - July 19, 2016

Improvements

  • Completely removed jQuery dependency, resulting in better performance & smoother animations.
  • Completely removed CSS file dependency.
  • Box position is now visually hinted in box settings.
  • Event binding improvements for Exit Intent detection.

Additions

  • You can now set a cookie after the box is triggered, to prevent consecutively showing the box if a visitor does not explicitly dismiss it.

v3.0.3

05 Jul 09:19

Choose a tag to compare

3.0.3 - July 5, 2016

Improvements

  • Add id attribute to box element.
  • Automatically fix links in box content that use HTTP when HTTPS is needed.
  • Restore global jQuery object after running user scripts, to failsafe errors.

Additions

  • When using MailChimp for WordPress without AJAX, the box will now automatically re-open after reloading the page.