Skip to content

Commit bad09df

Browse files
Version bump to v2.0.3
1 parent e4a52ac commit bad09df

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

index.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: Scroll Triggered Boxes
4-
Version: 2.0.2
4+
Version: 2.0.3
55
Plugin URI: https://scrolltriggeredboxes.com/#utm_source=wp-plugin&utm_medium=scroll-triggered-boxes&utm_campaign=plugins-page
66
Description: Call-To-Action Boxes that display after visitors scroll down far enough. Unobtrusive, but highly conversing!
77
Author: ibericode
@@ -44,7 +44,7 @@ function __load_scroll_triggered_boxes() {
4444
$file = __FILE__;
4545
$dir = dirname( __FILE__ );
4646
$name = 'Scroll Triggered Boxes';
47-
$version = '2.0.2';
47+
$version = '2.0.3';
4848

4949
$reflect = new ReflectionClass( 'ScrollTriggeredBoxes\\Plugin' );
5050
$GLOBALS['stb'] = $reflect->newInstanceArgs( array(

readme.txt

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
=== Plugin Name ===
2-
Contributors: DvanKooten, ibericode, iMazed, hchouhan
2+
Contributors: ibericode, DvanKooten, iMazed, hchouhan
33
Donate link: https://scrolltriggeredboxes.com/#utm_source=wp-plugin-repo&utm_medium=scroll-triggered-boxes&utm_campaign=donate-link
44
Tags: scroll triggered box, cta, social, pop-up, newsletter, call to action, mailchimp, contact form 7, social media
55
Requires at least: 3.7
66
Tested up to: 4.2.2
7-
Stable tag: 2.0.2
7+
Stable tag: 2.0.3
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -170,6 +170,12 @@ Have a look at the [frequently asked questions](https://wordpress.org/plugins/sc
170170

171171
== Changelog ==
172172

173+
= 2.0.3 - July 2, 2015 =
174+
175+
**Fixes**
176+
177+
- The cookie for closing a box was always set to expire at the end of the session
178+
173179
= 2.0.2 - May 18, 2015 =
174180

175181
**Fixes**
@@ -286,5 +292,5 @@ If you encounter a bug, please [open an issue on GitHub](https://github.com/iber
286292

287293
== Upgrade Notice ==
288294

289-
= 2.0.2 =
290-
Minor code improvements.
295+
= 2.0.3 =
296+
Bugfix for cookie that keeps the box hidden.

0 commit comments

Comments
 (0)