Version Description
- Fixed notices.
=
Download this release
Release Info
Developer | wpdevart |
Plugin | Countdown Timer – Widget Countdown |
Version | 1.4.5 |
Comparing to | |
See all releases |
Code changes from version 1.4.4 to 1.4.5
- includes/admin_menu.php +5 -5
- readme.txt +5 -1
- wpdevart-countdown.php +1 -1
includes/admin_menu.php
CHANGED
@@ -78,7 +78,7 @@ class wpdevart_countdown_admin_menu{
|
|
78 |
<tbody>
|
79 |
<tr>
|
80 |
<td>
|
81 |
-
Day field text <span title="Type here Day field
|
82 |
</td>
|
83 |
<td>
|
84 |
<input type="text" name="countdown_days_text" id="countdown_days_text" value="Days">
|
@@ -86,7 +86,7 @@ class wpdevart_countdown_admin_menu{
|
|
86 |
</tr>
|
87 |
<tr>
|
88 |
<td>
|
89 |
-
Hour field text <span title="Type here Hour field
|
90 |
</td>
|
91 |
<td>
|
92 |
<input type="text" name="countdown_hourse_text" id="countdown_hourse_text" value="Hours">
|
@@ -94,7 +94,7 @@ class wpdevart_countdown_admin_menu{
|
|
94 |
</tr>
|
95 |
<tr>
|
96 |
<td>
|
97 |
-
Minute field text <span title="Type here Minute field
|
98 |
</td>
|
99 |
<td>
|
100 |
<input type="text" name="countdown_minuts_text" id="countdown_minuts_text" value="Minutes">
|
@@ -102,7 +102,7 @@ class wpdevart_countdown_admin_menu{
|
|
102 |
</tr>
|
103 |
<tr>
|
104 |
<td>
|
105 |
-
Second field text <span title="Type here Second field
|
106 |
</td>
|
107 |
<td>
|
108 |
<input type="text" name="countdown_seconds_text" id="countdown_seconds_text" value="Seconds">
|
@@ -122,7 +122,7 @@ class wpdevart_countdown_admin_menu{
|
|
122 |
</tr>
|
123 |
<tr class="expert_type_date" style="display:none">
|
124 |
<td>
|
125 |
-
Countdown
|
126 |
</td>
|
127 |
<td>
|
128 |
<input type="text" value="<?php echo date('d-m-Y 23:59') ?>" id="countdown_experet_date" /><small>dd-mm-yyyy hh:ii</small>
|
78 |
<tbody>
|
79 |
<tr>
|
80 |
<td>
|
81 |
+
Day field text <span title="Type here text for Day field." class="desription_class">?</span>
|
82 |
</td>
|
83 |
<td>
|
84 |
<input type="text" name="countdown_days_text" id="countdown_days_text" value="Days">
|
86 |
</tr>
|
87 |
<tr>
|
88 |
<td>
|
89 |
+
Hour field text <span title="Type here text for Hour field." class="desription_class">?</span>
|
90 |
</td>
|
91 |
<td>
|
92 |
<input type="text" name="countdown_hourse_text" id="countdown_hourse_text" value="Hours">
|
94 |
</tr>
|
95 |
<tr>
|
96 |
<td>
|
97 |
+
Minute field text <span title="Type here text for Minute field." class="desription_class">?</span>
|
98 |
</td>
|
99 |
<td>
|
100 |
<input type="text" name="countdown_minuts_text" id="countdown_minuts_text" value="Minutes">
|
102 |
</tr>
|
103 |
<tr>
|
104 |
<td>
|
105 |
+
Second field text <span title="Type here text for Second field." class="desription_class">?</span>
|
106 |
</td>
|
107 |
<td>
|
108 |
<input type="text" name="countdown_seconds_text" id="countdown_seconds_text" value="Seconds">
|
122 |
</tr>
|
123 |
<tr class="expert_type_date" style="display:none">
|
124 |
<td>
|
125 |
+
Countdown expire date : <span title="Select Countdown expire date." class="desription_class">?</span>
|
126 |
</td>
|
127 |
<td>
|
128 |
<input type="text" value="<?php echo date('d-m-Y 23:59') ?>" id="countdown_experet_date" /><small>dd-mm-yyyy hh:ii</small>
|
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 |
|
@@ -299,6 +299,10 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
|
|
299 |
|
300 |
* Edit admin options.
|
301 |
|
|
|
|
|
|
|
|
|
302 |
== Wordpress Countdown step by step guide ==
|
303 |
|
304 |
### 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.5
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
299 |
|
300 |
* Edit admin options.
|
301 |
|
302 |
+
= 1.4.5 =
|
303 |
+
|
304 |
+
* Fixed notices.
|
305 |
+
|
306 |
== Wordpress Countdown step by step guide ==
|
307 |
|
308 |
### 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.5
|
7 |
Author: wpdevart
|
8 |
Author URI: http://wpdevart.com
|
9 |
License: GPL3 http://www.gnu.org/licenses/gpl-3.0.html
|