Version Description
- Edit option text in admin menu.
=
Download this release
Release Info
Developer | wpdevart |
Plugin | Countdown Timer – Widget Countdown |
Version | 1.2.4 |
Comparing to | |
See all releases |
Code changes from version 1.2.3 to 1.2.4
- includes/admin_menu.php +1 -1
- includes/widget.php +1 -1
- readme.txt +9 -1
- wpdevart-countdown.php +1 -1
includes/admin_menu.php
CHANGED
@@ -110,7 +110,7 @@ class wpdevart_countdown_admin_menu{
|
|
110 |
</tr>
|
111 |
<tr>
|
112 |
<td>
|
113 |
-
|
114 |
|
115 |
</td>
|
116 |
<td>
|
110 |
</tr>
|
111 |
<tr>
|
112 |
<td>
|
113 |
+
Countdown date picker type <span title="Choose the date picker type." class="desription_class">?</span>
|
114 |
|
115 |
</td>
|
116 |
<td>
|
includes/widget.php
CHANGED
@@ -131,7 +131,7 @@ class wpdevart_countdown extends WP_Widget {
|
|
131 |
color: rgba(10, 154, 62, 1);
|
132 |
}</style>
|
133 |
<p class="experet_type">
|
134 |
-
<label for="<?php echo $this->get_field_id('end_time_type'); ?>">Countdown
|
135 |
<br>
|
136 |
<select class="show_hide_experet_type" id="<?php echo $this->get_field_id('end_time_type'); ?>" name="<?php echo $this->get_field_name('end_time_type'); ?>">
|
137 |
<option <?php selected('time',$instance['end_time_type']) ?> value="time">Time</option>
|
131 |
color: rgba(10, 154, 62, 1);
|
132 |
}</style>
|
133 |
<p class="experet_type">
|
134 |
+
<label for="<?php echo $this->get_field_id('end_time_type'); ?>">Countdown date picker type :</label>
|
135 |
<br>
|
136 |
<select class="show_hide_experet_type" id="<?php echo $this->get_field_id('end_time_type'); ?>" name="<?php echo $this->get_field_name('end_time_type'); ?>">
|
137 |
<option <?php selected('time',$instance['end_time_type']) ?> value="time">Time</option>
|
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, upcoming, event countdown
|
5 |
Requires at least: 3.3.0
|
6 |
Tested up to: 4.2.3
|
7 |
-
Stable tag: 1.2.
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -99,6 +99,10 @@ After you installed the Countdown plugin you can go to your pages/posts and just
|
|
99 |
After you installed the plugin you need to check your widgets page(Appearance>Widgets) and then drag and drop "WordPress Countdown plugin" widget into your sidebar.
|
100 |
After that set the Countdown timer options. Now your Countdown widget is ready.
|
101 |
|
|
|
|
|
|
|
|
|
102 |
Dear users, we also recommend you to take a look for this useful plugins - [WordPress booking calendar](https://wordpress.org/plugins/booking-calendar), [WordPress Poll plugin](https://wordpress.org/plugins/polls-widget/), [WordPress Facebook like box](https://wordpress.org/plugins/like-box), [WordPress YouTube](https://wordpress.org/plugins/youtube-video-player), [WordPress Coming soon plugin](https://wordpress.org/plugins/coming-soon-page), [Facebook comments WordPress](https://wordpress.org/plugins/comments-from-facebook), [WordPress lightbox plugin](https://wordpress.org/plugins/lightbox-popup) .
|
103 |
|
104 |
### The Best Offer From WpDevArt
|
@@ -203,6 +207,10 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
|
|
203 |
|
204 |
* Added some files for date picker.
|
205 |
|
|
|
|
|
|
|
|
|
206 |
== Wordpress Countdown step by step guide ==
|
207 |
|
208 |
### 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, upcoming, event countdown
|
5 |
Requires at least: 3.3.0
|
6 |
Tested up to: 4.2.3
|
7 |
+
Stable tag: 1.2.4
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
99 |
After you installed the plugin you need to check your widgets page(Appearance>Widgets) and then drag and drop "WordPress Countdown plugin" widget into your sidebar.
|
100 |
After that set the Countdown timer options. Now your Countdown widget is ready.
|
101 |
|
102 |
+
= Can I select the expire date of Countdown timer from calendar =
|
103 |
+
|
104 |
+
Yes dear user, you can use our date picker from calendar.
|
105 |
+
|
106 |
Dear users, we also recommend you to take a look for this useful plugins - [WordPress booking calendar](https://wordpress.org/plugins/booking-calendar), [WordPress Poll plugin](https://wordpress.org/plugins/polls-widget/), [WordPress Facebook like box](https://wordpress.org/plugins/like-box), [WordPress YouTube](https://wordpress.org/plugins/youtube-video-player), [WordPress Coming soon plugin](https://wordpress.org/plugins/coming-soon-page), [Facebook comments WordPress](https://wordpress.org/plugins/comments-from-facebook), [WordPress lightbox plugin](https://wordpress.org/plugins/lightbox-popup) .
|
107 |
|
108 |
### The Best Offer From WpDevArt
|
207 |
|
208 |
* Added some files for date picker.
|
209 |
|
210 |
+
= 1.2.4 =
|
211 |
+
|
212 |
+
* Edit option text in admin menu.
|
213 |
+
|
214 |
== Wordpress Countdown step by step guide ==
|
215 |
|
216 |
### 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: WordPress Countdown plugin is an nice tool to create and insert countdown timers into your posts/pages and widgets .
|
6 |
-
Version: 1.2.
|
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: WordPress Countdown plugin is an nice tool to create and insert countdown timers into your posts/pages and widgets .
|
6 |
+
Version: 1.2.4
|
7 |
Author: wpdevart
|
8 |
Author URI: http://wpdevart.com
|
9 |
License: GPL3 http://www.gnu.org/licenses/gpl-3.0.html
|