Releases: ibericode/boxzilla-wp
Releases · ibericode/boxzilla-wp
3.4.7
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
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
3.4.2 - Apr 29, 2025
- Fix HTML showing because of escaped translation text.
3.3.3
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
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_activeexists before method is called.
3.3.1
v3.3.1
3.2.26
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
3.2.23 - Jul 13, 2020
- Add
aria-labelto close icon to help screen readers.
v3.1
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
3.0.3 - July 5, 2016
Improvements
- Add
idattribute 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.