Version Description
- edit admin options.
=
Download this release
Release Info
Developer | wpdevart |
Plugin | Countdown Timer – Widget Countdown |
Version | 1.3.1 |
Comparing to | |
See all releases |
Code changes from version 1.3.0 to 1.3.1
- includes/front_end.php +1 -1
- includes/widget.php +1 -1
- readme.txt +5 -1
- wpdevart-countdown.php +1 -1
includes/front_end.php
CHANGED
@@ -22,7 +22,7 @@ class wpdevart_countdown_front_end{
|
|
22 |
|
23 |
//Hooks for popup iframe
|
24 |
add_action('wp_head',array($this,'generete_front_javascript'));
|
25 |
-
//
|
26 |
add_shortcode( 'wpdevart_countdown', array($this,'wpdevart_wpdevart_countdown_shortcode') );
|
27 |
//For updated parameters
|
28 |
|
22 |
|
23 |
//Hooks for popup iframe
|
24 |
add_action('wp_head',array($this,'generete_front_javascript'));
|
25 |
+
//Add shortcode part
|
26 |
add_shortcode( 'wpdevart_countdown', array($this,'wpdevart_wpdevart_countdown_shortcode') );
|
27 |
//For updated parameters
|
28 |
|
includes/widget.php
CHANGED
@@ -169,7 +169,7 @@ class wpdevart_countdown extends WP_Widget {
|
|
169 |
<br>
|
170 |
<select id="<?php echo $this->get_field_id('action_end_time'); ?>" name="<?php echo $this->get_field_name('action_end_time'); ?>">
|
171 |
<option <?php selected('show_text',$instance['action_end_time']) ?> value="show_text">Show text</option>
|
172 |
-
<option <?php selected('hide',$instance['action_end_time']) ?> value="hide">Hide</option>
|
173 |
</select>
|
174 |
</p>
|
175 |
|
169 |
<br>
|
170 |
<select id="<?php echo $this->get_field_id('action_end_time'); ?>" name="<?php echo $this->get_field_name('action_end_time'); ?>">
|
171 |
<option <?php selected('show_text',$instance['action_end_time']) ?> value="show_text">Show text</option>
|
172 |
+
<option <?php selected('hide',$instance['action_end_time']) ?> value="hide">Hide Timer</option>
|
173 |
</select>
|
174 |
</p>
|
175 |
|
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
|
5 |
Requires at least: 3.3.0
|
6 |
Tested up to: 4.2.3
|
7 |
-
Stable tag: 1.3.
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -239,6 +239,10 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
|
|
239 |
|
240 |
* change some admin options.
|
241 |
|
|
|
|
|
|
|
|
|
242 |
== Wordpress Countdown step by step guide ==
|
243 |
|
244 |
### 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
|
5 |
Requires at least: 3.3.0
|
6 |
Tested up to: 4.2.3
|
7 |
+
Stable tag: 1.3.1
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
239 |
|
240 |
* change some admin options.
|
241 |
|
242 |
+
= 1.3.1 =
|
243 |
+
|
244 |
+
* edit admin options.
|
245 |
+
|
246 |
== Wordpress Countdown step by step guide ==
|
247 |
|
248 |
### 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.3.
|
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.3.1
|
7 |
Author: wpdevart
|
8 |
Author URI: http://wpdevart.com
|
9 |
License: GPL3 http://www.gnu.org/licenses/gpl-3.0.html
|