Version Description
Download this release
Release Info
Developer | wpdevart |
Plugin | Countdown Timer – Widget Countdown |
Version | 1.6.9 |
Comparing to | |
See all releases |
Code changes from version 1.6.8 to 1.6.9
- includes/front_end.php +2 -1
- includes/library.php +1 -0
- includes/widget.php +1 -1
- readme.txt +6 -2
- wpdevart-countdown.php +1 -1
includes/front_end.php
CHANGED
@@ -38,6 +38,7 @@ class wpdevart_countdown_front_end{
|
|
38 |
wp_enqueue_style('thickbox');
|
39 |
|
40 |
}
|
|
|
41 |
public function wpdevart_wpdevart_countdown_shortcode( $atts,$content){
|
42 |
self::$id_for_content++;
|
43 |
$output_html='';
|
@@ -49,7 +50,7 @@ class wpdevart_countdown_front_end{
|
|
49 |
"start_time" => mktime (date("H"), date("i"), date("s"),date("n"), date("j"),date("Y")),
|
50 |
"countdown_end_type" => "time",
|
51 |
"end_date" => date('d-m-Y 23:59'),
|
52 |
-
"end_time" => "0,
|
53 |
"action_end_time" => "hide",
|
54 |
"content_position" => "center",
|
55 |
"top_ditance" => "10",
|
38 |
wp_enqueue_style('thickbox');
|
39 |
|
40 |
}
|
41 |
+
/*###################### Shortcode Function ##################*/
|
42 |
public function wpdevart_wpdevart_countdown_shortcode( $atts,$content){
|
43 |
self::$id_for_content++;
|
44 |
$output_html='';
|
50 |
"start_time" => mktime (date("H"), date("i"), date("s"),date("n"), date("j"),date("Y")),
|
51 |
"countdown_end_type" => "time",
|
52 |
"end_date" => date('d-m-Y 23:59'),
|
53 |
+
"end_time" => "0,7,7",
|
54 |
"action_end_time" => "hide",
|
55 |
"content_position" => "center",
|
56 |
"top_ditance" => "10",
|
includes/library.php
CHANGED
@@ -81,6 +81,7 @@ class wpdevart_countdown_setting{
|
|
81 |
</select>
|
82 |
<?php
|
83 |
}
|
|
|
84 |
public static function generete_fonts($select_id='',$curent_font='none'){
|
85 |
?>
|
86 |
<select onClick="alert(countdown_pro_text)" id="<?php echo $select_id; ?>" name="<?php echo $select_id; ?>">
|
81 |
</select>
|
82 |
<?php
|
83 |
}
|
84 |
+
/*###################### Fonts Function ##################*/
|
85 |
public static function generete_fonts($select_id='',$curent_font='none'){
|
86 |
?>
|
87 |
<select onClick="alert(countdown_pro_text)" id="<?php echo $select_id; ?>" name="<?php echo $select_id; ?>">
|
includes/widget.php
CHANGED
@@ -59,7 +59,7 @@ class wpdevart_countdown extends WP_Widget {
|
|
59 |
'text_for_second' => 'Seconds',
|
60 |
'start_time' => mktime (date("H"), date("i"), date("s"),date("n"), date("j"),date("Y")),
|
61 |
'end_time_type' => 'time',
|
62 |
-
'end_time' => '0,
|
63 |
'end_time_date' => date('d-m-Y 23:59'),
|
64 |
'action_end_time' => 'hide',
|
65 |
'content' => '',
|
59 |
'text_for_second' => 'Seconds',
|
60 |
'start_time' => mktime (date("H"), date("i"), date("s"),date("n"), date("j"),date("Y")),
|
61 |
'end_time_type' => 'time',
|
62 |
+
'end_time' => '0,7,7',
|
63 |
'end_time_date' => date('d-m-Y 23:59'),
|
64 |
'action_end_time' => 'hide',
|
65 |
'content' => '',
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== Countdown WordPress plugin ===
|
2 |
Contributors: wpdevart
|
3 |
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,
|
5 |
Requires at least: 3.3.0
|
6 |
Tested up to: 4.7.0
|
7 |
-
Stable tag: 1.6.
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -411,6 +411,10 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
|
|
411 |
|
412 |
* Made changes in code.
|
413 |
|
|
|
|
|
|
|
|
|
414 |
== Wordpress Countdown step by step guide ==
|
415 |
|
416 |
### WordPress Countdown plugin options
|
1 |
=== Countdown WordPress plugin ===
|
2 |
Contributors: wpdevart
|
3 |
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, html5 countdown, wp countdown, countdown timer widget, website countdown, date countdown, flash countdown, time counter, countdown system, time counter
|
5 |
Requires at least: 3.3.0
|
6 |
Tested up to: 4.7.0
|
7 |
+
Stable tag: 1.6.9
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
411 |
|
412 |
* Made changes in code.
|
413 |
|
414 |
+
= 1.6.8 =
|
415 |
+
|
416 |
+
* Made changes in install database.
|
417 |
+
|
418 |
== Wordpress Countdown step by step guide ==
|
419 |
|
420 |
### 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.6.
|
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.6.9
|
7 |
Author: wpdevart
|
8 |
Author URI: http://wpdevart.com
|
9 |
License: GPL3 http://www.gnu.org/licenses/gpl-3.0.html
|