Version Description
- Edit menu options.
=
Download this release
Release Info
Developer | wpdevart |
Plugin | Countdown Timer – Widget Countdown |
Version | 1.4.2 |
Comparing to | |
See all releases |
Code changes from version 1.4.1 to 1.4.2
- includes/admin_menu.php +2 -2
- readme.txt +5 -1
- wpdevart-countdown.php +1 -1
includes/admin_menu.php
CHANGED
@@ -150,12 +150,12 @@ class wpdevart_countdown_admin_menu{
|
|
150 |
</tr>
|
151 |
<tr>
|
152 |
<td>
|
153 |
-
<span style="color:red">After Countdown
|
154 |
</td>
|
155 |
<td>
|
156 |
<select id="countdownstart_on" >
|
157 |
<option selected="selected" value="hide">Hide countdown</option>
|
158 |
-
<option value="show_text">Show
|
159 |
</select>
|
160 |
</td>
|
161 |
</tr>
|
150 |
</tr>
|
151 |
<tr>
|
152 |
<td>
|
153 |
+
<span style="color:red">After Countdown expire</span> <span title="Select the action after Countdown time expired." class="desription_class">?</span>
|
154 |
</td>
|
155 |
<td>
|
156 |
<select id="countdownstart_on" >
|
157 |
<option selected="selected" value="hide">Hide countdown</option>
|
158 |
+
<option value="show_text">Show message</option>
|
159 |
</select>
|
160 |
</td>
|
161 |
</tr>
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://wpdevart.com/wordpress-countdown-plugin
|
|
4 |
Tags: countdown, count down, countdown timer, jQuery countdown, countdown generator, animated countdown, countdown widget, timer, countdown clock, wp countdown timer, event countdown, widget countdown, clock, countdown to time, countdown timer plugin, wordpress countdown, birthday countdown, html5 countdown, wp countdown, countdown timer widget, website countdown, date countdown, flash countdown, time counter
|
5 |
Requires at least: 3.3.0
|
6 |
Tested up to: 4.2.3
|
7 |
-
Stable tag: 1.4.
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -283,6 +283,10 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
|
|
283 |
|
284 |
* Change some texts.
|
285 |
|
|
|
|
|
|
|
|
|
286 |
== Wordpress Countdown step by step guide ==
|
287 |
|
288 |
### WordPress Countdown plugin options
|
4 |
Tags: countdown, count down, countdown timer, jQuery countdown, countdown generator, animated countdown, countdown widget, timer, countdown clock, wp countdown timer, event countdown, widget countdown, clock, countdown to time, countdown timer plugin, wordpress countdown, birthday countdown, html5 countdown, wp countdown, countdown timer widget, website countdown, date countdown, flash countdown, time counter
|
5 |
Requires at least: 3.3.0
|
6 |
Tested up to: 4.2.3
|
7 |
+
Stable tag: 1.4.2
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
283 |
|
284 |
* Change some texts.
|
285 |
|
286 |
+
= 1.4.2 =
|
287 |
+
|
288 |
+
* Edit menu options.
|
289 |
+
|
290 |
== Wordpress Countdown step by step guide ==
|
291 |
|
292 |
### WordPress Countdown plugin options
|
wpdevart-countdown.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Countdown Wpdevart
|
4 |
Plugin URI: http://wpdevart.com/wordpress-countdown-plugin/
|
5 |
Description: Countdown plugin is an nice tool to create and insert countdown timers into your posts/pages and widgets .
|
6 |
-
Version: 1.4.
|
7 |
Author: wpdevart
|
8 |
Author URI: http://wpdevart.com
|
9 |
License: GPL3 http://www.gnu.org/licenses/gpl-3.0.html
|
3 |
Plugin Name: Countdown Wpdevart
|
4 |
Plugin URI: http://wpdevart.com/wordpress-countdown-plugin/
|
5 |
Description: Countdown plugin is an nice tool to create and insert countdown timers into your posts/pages and widgets .
|
6 |
+
Version: 1.4.2
|
7 |
Author: wpdevart
|
8 |
Author URI: http://wpdevart.com
|
9 |
License: GPL3 http://www.gnu.org/licenses/gpl-3.0.html
|