Version Description
- Bug fix: missing single quote on launchtarget.
Download this release
Release Info
Developer | baden03 |
Plugin | T(-) Countdown |
Version | 2.2.5 |
Comparing to | |
See all releases |
Code changes from version 2.2.4 to 2.2.5
- countdown-timer.php +2 -2
- readme.txt +7 -1
countdown-timer.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: T(-) Countdown
|
4 |
Plugin URI: http://plugins.twinpictures.de/plugins/t-minus-countdown/
|
5 |
Description: Display and configure multiple T(-) Countdown timers using a shortcode or sidebar widget.
|
6 |
-
Version: 2.2.
|
7 |
Author: twinpictures, baden03
|
8 |
Author URI: http://www.twinpictures.de/
|
9 |
License: GPL2
|
@@ -320,7 +320,7 @@ class CountDownTimer extends WP_Widget {
|
|
320 |
'localtime': '<?php echo $t; ?>'
|
321 |
},
|
322 |
style: '<?php echo $style; ?>',
|
323 |
-
launchtarget: <?php echo $launchdiv; ?>',
|
324 |
omitWeeks: <?php echo $omitweeks;
|
325 |
if($launchhtml){
|
326 |
echo ", onComplete: function() { jQuery('#".$args['widget_id']."-".$launchdiv."').html('".do_shortcode($launchhtml)."'); }";
|
3 |
Plugin Name: T(-) Countdown
|
4 |
Plugin URI: http://plugins.twinpictures.de/plugins/t-minus-countdown/
|
5 |
Description: Display and configure multiple T(-) Countdown timers using a shortcode or sidebar widget.
|
6 |
+
Version: 2.2.5
|
7 |
Author: twinpictures, baden03
|
8 |
Author URI: http://www.twinpictures.de/
|
9 |
License: GPL2
|
320 |
'localtime': '<?php echo $t; ?>'
|
321 |
},
|
322 |
style: '<?php echo $style; ?>',
|
323 |
+
launchtarget: '<?php echo $launchdiv; ?>',
|
324 |
omitWeeks: <?php echo $omitweeks;
|
325 |
if($launchhtml){
|
326 |
echo ", onComplete: function() { jQuery('#".$args['widget_id']."-".$launchdiv."').html('".do_shortcode($launchhtml)."'); }";
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Donate link: http://plugins.twinpictures.de/plugins/t-minus-countdown/
|
|
5 |
Tags: countdown, timer, clock, ticker, widget, event, counter, count down, t minus, t-minus, twinpictures, plguin-oven, pluginoven, G2, spaceBros, littlewebtings, jQuery, javascript
|
6 |
Requires at least: 3.3
|
7 |
Tested up to: 3.4.2
|
8 |
-
Stable tag: 2.2.
|
9 |
|
10 |
T(-) Countdown will display a highly customizable, sweet-n-sexy flash-free countdown timer in a sidebar, page or post.
|
11 |
|
@@ -54,6 +54,9 @@ Ah yes! <a href='http://twitter.com/#!/twinpictures'>@Twinpictures</a> is on the
|
|
54 |
|
55 |
== Changelog ==
|
56 |
|
|
|
|
|
|
|
57 |
= 2.2.4 =
|
58 |
* Requires WordPress 3.3 or newer
|
59 |
* Added jQuery datepicker for selecting target date
|
@@ -143,6 +146,9 @@ Ah yes! <a href='http://twitter.com/#!/twinpictures'>@Twinpictures</a> is on the
|
|
143 |
|
144 |
== Upgrade Notice ==
|
145 |
|
|
|
|
|
|
|
146 |
= 2.2.4 =
|
147 |
* jQuery datepicker is now used to select date
|
148 |
* Added new Count Up feature
|
5 |
Tags: countdown, timer, clock, ticker, widget, event, counter, count down, t minus, t-minus, twinpictures, plguin-oven, pluginoven, G2, spaceBros, littlewebtings, jQuery, javascript
|
6 |
Requires at least: 3.3
|
7 |
Tested up to: 3.4.2
|
8 |
+
Stable tag: 2.2.5
|
9 |
|
10 |
T(-) Countdown will display a highly customizable, sweet-n-sexy flash-free countdown timer in a sidebar, page or post.
|
11 |
|
54 |
|
55 |
== Changelog ==
|
56 |
|
57 |
+
= 2.2.5 =
|
58 |
+
* Bug fix: missing single quote on launchtarget.
|
59 |
+
|
60 |
= 2.2.4 =
|
61 |
* Requires WordPress 3.3 or newer
|
62 |
* Added jQuery datepicker for selecting target date
|
146 |
|
147 |
== Upgrade Notice ==
|
148 |
|
149 |
+
= 2.2.5 =
|
150 |
+
* Fixed missing single quote that was causing JS error.
|
151 |
+
|
152 |
= 2.2.4 =
|
153 |
* jQuery datepicker is now used to select date
|
154 |
* Added new Count Up feature
|