Version Description
- Edit admin menu descriptions.
=
Download this release
Release Info
Developer | wpdevart |
Plugin | Countdown Timer – Widget Countdown |
Version | 1.4.6 |
Comparing to | |
See all releases |
Code changes from version 1.4.5 to 1.4.6
- includes/admin_menu.php +2 -2
- readme.txt +10 -2
- wpdevart-countdown.php +1 -1
includes/admin_menu.php
CHANGED
@@ -150,7 +150,7 @@ class wpdevart_countdown_admin_menu{
|
|
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" >
|
@@ -162,7 +162,7 @@ class wpdevart_countdown_admin_menu{
|
|
162 |
</tr>
|
163 |
<tr>
|
164 |
<td>
|
165 |
-
Message after countdown expired<span title="Type the message after countdown expired. " class="desription_class">?</span>
|
166 |
</td>
|
167 |
<td>
|
168 |
<textarea type="text" name="expeiret_text" id="expeiret_text"></textarea>
|
150 |
</tr>
|
151 |
<tr>
|
152 |
<td>
|
153 |
+
<span style="color:red">After Countdown expire</span> <span title="Select the action you need after Countdown time expired." class="desription_class">?</span>
|
154 |
</td>
|
155 |
<td>
|
156 |
<select id="countdownstart_on" >
|
162 |
</tr>
|
163 |
<tr>
|
164 |
<td>
|
165 |
+
Message after countdown expired<span title="Type the message that will appear after countdown expired. " class="desription_class">?</span>
|
166 |
</td>
|
167 |
<td>
|
168 |
<textarea type="text" name="expeiret_text" id="expeiret_text"></textarea>
|
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 |
|
@@ -103,6 +103,10 @@ After that set the Countdown timer options. Now your Countdown widget is ready.
|
|
103 |
|
104 |
Yes dear user, you can use our date picker from calendar.
|
105 |
|
|
|
|
|
|
|
|
|
106 |
= I purchased the pro version, but didn't download the pro file =
|
107 |
|
108 |
Contact us at support@wpdevart.com and we will send you the pro version.
|
@@ -261,7 +265,7 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
|
|
261 |
|
262 |
= 1.3.5 =
|
263 |
|
264 |
-
*
|
265 |
|
266 |
= 1.3.6 =
|
267 |
|
@@ -303,6 +307,10 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
|
|
303 |
|
304 |
* Fixed notices.
|
305 |
|
|
|
|
|
|
|
|
|
306 |
== Wordpress Countdown step by step guide ==
|
307 |
|
308 |
### 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.6
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
103 |
|
104 |
Yes dear user, you can use our date picker from calendar.
|
105 |
|
106 |
+
= What files I need to upload for installing the plugin =
|
107 |
+
|
108 |
+
You need to select the .zip file only, there is no need to extract the zip file, just upload it
|
109 |
+
|
110 |
= I purchased the pro version, but didn't download the pro file =
|
111 |
|
112 |
Contact us at support@wpdevart.com and we will send you the pro version.
|
265 |
|
266 |
= 1.3.5 =
|
267 |
|
268 |
+
* Fixed notices.
|
269 |
|
270 |
= 1.3.6 =
|
271 |
|
307 |
|
308 |
* Fixed notices.
|
309 |
|
310 |
+
= 1.4.6 =
|
311 |
+
|
312 |
+
* Edit admin menu descriptions.
|
313 |
+
|
314 |
== Wordpress Countdown step by step guide ==
|
315 |
|
316 |
### 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.6
|
7 |
Author: wpdevart
|
8 |
Author URI: http://wpdevart.com
|
9 |
License: GPL3 http://www.gnu.org/licenses/gpl-3.0.html
|