Skip to content

Commit 0e6d873

Browse files
Version bump to 2.1.3
1 parent 4f4ce91 commit 0e6d873

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
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.1.2
4+
Version: 2.1.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
@@ -47,7 +47,7 @@ function scroll_triggered_boxes() {
4747
$file = __FILE__;
4848
$dir = dirname( __FILE__ );
4949
$name = 'Scroll Triggered Boxes';
50-
$version = '2.1.2';
50+
$version = '2.1.3';
5151

5252
$instance = new $classname(
5353
$id,

readme.txt

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ Donate link: https://scrolltriggeredboxes.com/#utm_source=wp-plugin-repo&utm_med
44
Tags: scroll triggered box, cta, social, pop-up, newsletter, call to action, mailchimp, contact form 7, social media,mc4wp
55
Requires at least: 3.8
66
Tested up to: 4.3.1
7-
Stable tag: 2.1.2
7+
Stable tag: 2.1.3
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

11-
Flexible call to actions for engaged visitors, a less obtrusive alternative to pop-ups.
11+
Flexible call to action boxes, a better alternative to pop-ups.
1212

1313
== Description ==
1414

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

172172
== Changelog ==
173173

174+
= 2.1.3 - October 19, 2015 =
175+
176+
**Fixes**
177+
178+
- (Non-fatal) JS error introduced in version 2.1.2
179+
180+
**Improvements**
181+
182+
- Improved error messages & general textual improvements to admin pages.
183+
174184
= 2.1.2 - October 15, 2015 =
175185

176186
**Fixes**

src/Licensing/views/license-form.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
<h2><?php _e( 'License & Plugin Updates', 'scroll-triggered-boxes' ); ?></h2>
44

5-
65
<?php if( ! $this->license->activated ) { ?>
76
<div class="error inline">
87
<p>

0 commit comments

Comments
 (0)