Skip to content

Commit

Permalink
Bump version to v3.2.23
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyvankooten committed Jul 13, 2020
1 parent 8b8dc77 commit fccf8ec
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
4 changes: 2 additions & 2 deletions boxzilla.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
Plugin Name: Boxzilla
Version: 3.2.22
Version: 3.2.23
Plugin URI: https://boxzillaplugin.com/#utm_source=wp-plugin&utm_medium=boxzilla&utm_campaign=plugins-page
Description: Call-To-Action Boxes that display after visitors scroll down far enough. Unobtrusive, but highly conversing!
Author: ibericode
Expand Down Expand Up @@ -41,7 +41,7 @@
function _load_boxzilla() {

define( 'BOXZILLA_FILE', __FILE__ );
define( 'BOXZILLA_VERSION', '3.2.22' );
define( 'BOXZILLA_VERSION', '3.2.23' );

require __DIR__ . '/bootstrap.php';
}
Expand Down
13 changes: 9 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://boxzillaplugin.com/#utm_source=wp-plugin-repo&utm_medium=bo
Tags: scroll triggered box, cta, social, pop-up, newsletter, call to action, mailchimp, contact form 7, social media, mc4wp, ibericode
Requires at least: 4.6
Tested up to: 5.4
Stable tag: 3.2.22
Stable tag: 3.2.23
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Requires PHP: 5.3
Expand Down Expand Up @@ -131,6 +131,11 @@ Have a look at the [frequently asked questions](https://wordpress.org/plugins/bo
== Changelog ==


#### 3.2.23 - Jul 13, 2020

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


#### 3.2.22 - Mar 19, 2020

- Minor code improvements
Expand Down Expand Up @@ -183,7 +188,7 @@ Have a look at the [frequently asked questions](https://wordpress.org/plugins/bo

**Improvements**

Roll-back a change in version 3.2.15 that caused an issue with Boxzilla Theme Pack and Boxzilla WooCommerce.
Roll-back a change in version 3.2.15 that caused an issue with Boxzilla Theme Pack and Boxzilla WooCommerce.

Please make sure your [Boxzilla plugin license](https://my.boxzillaplugin.com/) is activated and then update Boxzilla Theme Pack and Boxzilla WooCommerce to the latest version.

Expand Down Expand Up @@ -284,7 +289,7 @@ Please make sure your [Boxzilla plugin license](https://my.boxzillaplugin.com/)

**Fixes**

- Boxzilla content replicating parts of the page if other plugins "incorrectly" use `the_content` filter.
- Boxzilla content replicating parts of the page if other plugins "incorrectly" use `the_content` filter.


#### 3.2.3 - May 29, 2018
Expand Down Expand Up @@ -373,7 +378,7 @@ Please make sure your [Boxzilla plugin license](https://my.boxzillaplugin.com/)

**Additions**

- Added [`[boxzilla_link]` shortcode to generate the correct HTML for a link to show/toggle/hide/dismiss a box](https://kb.boxzillaplugin.com/shortcode-boxzilla-link/).
- Added [`[boxzilla_link]` shortcode to generate the correct HTML for a link to show/toggle/hide/dismiss a box](https://kb.boxzillaplugin.com/shortcode-boxzilla-link/).


#### 3.1.17 - August 30, 2017
Expand Down

0 comments on commit fccf8ec

Please sign in to comment.