Skip to content

Commit 2ef55eb

Browse files
Bump version to v3.3.1
1 parent 59a165c commit 2ef55eb

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

boxzilla.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/*
33
Plugin Name: Boxzilla
4-
Version: 3.3.0
4+
Version: 3.3.1
55
Plugin URI: https://www.boxzillaplugin.com/
66
Description: Call-To-Action Boxes that display after visitors scroll down far enough. Unobtrusive, but highly conversing!
77
Author: ibericode
@@ -30,7 +30,7 @@
3030
defined('ABSPATH') or exit;
3131

3232
define( 'BOXZILLA_FILE', __FILE__ );
33-
define( 'BOXZILLA_VERSION', '3.3.0' );
33+
define( 'BOXZILLA_VERSION', '3.3.1' );
3434

3535
require __DIR__ . '/autoload.php';
3636
require __DIR__ . '/src/services.php';

readme.txt

Lines changed: 2 additions & 2 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: pop-up, optin, call to action, exit intent
55
Requires at least: 4.6
66
Tested up to: 6.5
7-
Stable tag: 3.3.0
7+
Stable tag: 3.3.1
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010
Requires PHP: 7.0
@@ -131,7 +131,7 @@ Have a look at the [frequently asked questions](https://wordpress.org/plugins/bo
131131
== Changelog ==
132132

133133

134-
#### 3.3.0 - May 17, 2024
134+
#### 3.3.1 - May 17, 2024
135135

136136
- Minor performance improvements to plugin bootstrapping and autoloader implementation.
137137
- Fix link in license key form.

0 commit comments

Comments
 (0)