Version Description
- fixed error with wrongly named function, thank you Stefano
Download this release
Release Info
Developer | baden03 |
Plugin | T(-) Countdown |
Version | 2.3.7 |
Comparing to | |
See all releases |
Code changes from version 2.3.6 to 2.3.7
- countdown-timer.php +2 -2
- 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
|
@@ -47,7 +47,7 @@ class WP_TMinusCD {
|
|
47 |
add_action( 'admin_init', array( $this, 'admin_init' ) );
|
48 |
add_action( 'wp_head', array( $this, 'plugin_head_inject' ) );
|
49 |
add_action( 'wp_enqueue_scripts', array( $this, 'countdown_scripts' ) );
|
50 |
-
add_action( 'plugins_loaded', array( $this, '
|
51 |
}
|
52 |
|
53 |
/**
|
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.7
|
9 |
Author: twinpictures, baden03
|
10 |
Author URI: http://www.twinpictures.de/
|
11 |
License: GPL2
|
47 |
add_action( 'admin_init', array( $this, 'admin_init' ) );
|
48 |
add_action( 'wp_head', array( $this, 'plugin_head_inject' ) );
|
49 |
add_action( 'wp_enqueue_scripts', array( $this, 'countdown_scripts' ) );
|
50 |
+
add_action( 'plugins_loaded', array( $this, 'tminus_load_textdomain' ) );
|
51 |
}
|
52 |
|
53 |
/**
|
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.6 =
|
69 |
* Added missing text domain
|
70 |
* Renamed language files to xx_XX.mo and xx_XX.po
|
@@ -253,4 +256,4 @@ Ah yes! <a href='http://twitter.com/#!/twinpictures'>@Twinpictures</a> is on the
|
|
253 |
* The plugin came to be.
|
254 |
|
255 |
== Upgrade Notice ==
|
256 |
-
2.3.
|
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.7
|
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.7 =
|
69 |
+
* fixed error with wrongly named function, thank you Stefano
|
70 |
+
|
71 |
= 2.3.6 =
|
72 |
* Added missing text domain
|
73 |
* Renamed language files to xx_XX.mo and xx_XX.po
|
256 |
* The plugin came to be.
|
257 |
|
258 |
== Upgrade Notice ==
|
259 |
+
2.3.7: Fixed error with wrongly named function, thank you Stefano. Also added missing text domain, renamed language files to xx_XX.mo and xx_XX.po and fixed a typo.
|