Version Description
- fixed: bug with localtime not being passed when js was placed inline
Download this release
Release Info
Developer | baden03 |
Plugin | T(-) Countdown |
Version | 2.3.9 |
Comparing to | |
See all releases |
Code changes from version 2.3.8 to 2.3.9
- countdown-timer.php +4 -3
- readme.txt +5 -2
countdown-timer.php
CHANGED
@@ -5,7 +5,7 @@ Text Domain: jquery-t-countdown-widget
|
|
5 |
Domain Path: /languages
|
6 |
Plugin URI: http://plugins.twinpictures.de/plugins/t-minus-countdown/
|
7 |
Description: Display and configure multiple T(-) Countdown timers using a shortcode or sidebar widget.
|
8 |
-
Version: 2.3.
|
9 |
Author: twinpictures, baden03
|
10 |
Author URI: http://www.twinpictures.de/
|
11 |
License: GPL2
|
@@ -13,7 +13,7 @@ License: GPL2
|
|
13 |
|
14 |
class WP_TMinusCD {
|
15 |
var $plugin_name = 'T(-) Countdown';
|
16 |
-
var $version = '2.3.
|
17 |
var $domain = 'tminus';
|
18 |
var $plguin_options_page_title = 'T(-) Countdown Options';
|
19 |
var $plugin_options_menue_title = 'T(-) Countdown';
|
@@ -941,7 +941,8 @@ function tminuscountdown($atts, $content=null) {
|
|
941 |
'year': ".$year.",
|
942 |
'hour': ".$hour.",
|
943 |
'min': ".$min.",
|
944 |
-
'sec': ".$sec."
|
|
|
945 |
},
|
946 |
style: '".$style."',
|
947 |
id: '".$id."',
|
5 |
Domain Path: /languages
|
6 |
Plugin URI: http://plugins.twinpictures.de/plugins/t-minus-countdown/
|
7 |
Description: Display and configure multiple T(-) Countdown timers using a shortcode or sidebar widget.
|
8 |
+
Version: 2.3.9
|
9 |
Author: twinpictures, baden03
|
10 |
Author URI: http://www.twinpictures.de/
|
11 |
License: GPL2
|
13 |
|
14 |
class WP_TMinusCD {
|
15 |
var $plugin_name = 'T(-) Countdown';
|
16 |
+
var $version = '2.3.9';
|
17 |
var $domain = 'tminus';
|
18 |
var $plguin_options_page_title = 'T(-) Countdown Options';
|
19 |
var $plugin_options_menue_title = 'T(-) Countdown';
|
941 |
'year': ".$year.",
|
942 |
'hour': ".$hour.",
|
943 |
'min': ".$min.",
|
944 |
+
'sec': ".$sec.",
|
945 |
+
'localtime': '".$t."'
|
946 |
},
|
947 |
style: '".$style."',
|
948 |
id: '".$id."',
|
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, twinpictures, t minus, t-minus, plugin-oven, pluginoven, G2, spaceBros, littlewebtings, jQuery, javascript
|
6 |
Requires at least: 3.9
|
7 |
Tested up to: 4.3.1
|
8 |
-
Stable tag: 2.3.
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
@@ -65,6 +65,9 @@ Ah yes! <a href='http://twitter.com/#!/twinpictures'>@Twinpictures</a> is on the
|
|
65 |
|
66 |
== Changelog ==
|
67 |
|
|
|
|
|
|
|
68 |
= 2.3.8 =
|
69 |
* updated the readme.txt file to reflect the retirement of J-Steu
|
70 |
* count-up will switch to 3 digits when above 99 days/weeks
|
@@ -260,4 +263,4 @@ Ah yes! <a href='http://twitter.com/#!/twinpictures'>@Twinpictures</a> is on the
|
|
260 |
* The plugin came to be.
|
261 |
|
262 |
== Upgrade Notice ==
|
263 |
-
|
5 |
Tags: countdown, timer, clock, ticker, widget, event, counter, count down, twinpictures, t minus, t-minus, plugin-oven, pluginoven, G2, spaceBros, littlewebtings, jQuery, javascript
|
6 |
Requires at least: 3.9
|
7 |
Tested up to: 4.3.1
|
8 |
+
Stable tag: 2.3.9
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
65 |
|
66 |
== Changelog ==
|
67 |
|
68 |
+
= 2.3.9 =
|
69 |
+
* fixed: bug with localtime not being passed when js was placed inline
|
70 |
+
|
71 |
= 2.3.8 =
|
72 |
* updated the readme.txt file to reflect the retirement of J-Steu
|
73 |
* count-up will switch to 3 digits when above 99 days/weeks
|
263 |
* The plugin came to be.
|
264 |
|
265 |
== Upgrade Notice ==
|
266 |
+
Localtime will again be correctly passed when js is placed inline
|