Version Description
Download this release
Release Info
Developer | wpdevart |
Plugin | Countdown Timer – Widget Countdown |
Version | 1.9.3 |
Comparing to | |
See all releases |
Code changes from version 1.9.2 to 1.9.3
- includes/admin_menu.php +2 -2
- includes/front_end.php +1 -1
- includes/library.php +1 -1
- includes/widget.php +2 -2
- readme.txt +2 -2
- wpdevart-countdown.php +1 -1
includes/admin_menu.php
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<?php
|
2 |
|
3 |
-
/*############################### Admin Menu
|
4 |
|
5 |
class wpdevart_countdown_admin_menu{
|
6 |
|
@@ -43,7 +43,7 @@ class wpdevart_countdown_admin_menu{
|
|
43 |
return $context;
|
44 |
}
|
45 |
|
46 |
-
/*############ Insert content function ################*/
|
47 |
|
48 |
public function wpdevart_countdown_window_insert_content(){
|
49 |
//wp_enqueue_script('jquery-ui-slider');
|
1 |
<?php
|
2 |
|
3 |
+
/*############################### Admin Menu ########################################*/
|
4 |
|
5 |
class wpdevart_countdown_admin_menu{
|
6 |
|
43 |
return $context;
|
44 |
}
|
45 |
|
46 |
+
/*############ Insert countdown - content function ################*/
|
47 |
|
48 |
public function wpdevart_countdown_window_insert_content(){
|
49 |
//wp_enqueue_script('jquery-ui-slider');
|
includes/front_end.php
CHANGED
@@ -56,7 +56,7 @@ class wpdevart_countdown_front_end{
|
|
56 |
"start_time" => mktime (date("H"), date("i"), date("s"),date("n"), date("j"),date("Y")),
|
57 |
"countdown_end_type" => "time",
|
58 |
"end_date" => date('d-m-Y 23:59'),
|
59 |
-
"end_time" => "0,
|
60 |
"action_end_time" => "hide",
|
61 |
"content_position" => "center",
|
62 |
"top_ditance" => "10",
|
56 |
"start_time" => mktime (date("H"), date("i"), date("s"),date("n"), date("j"),date("Y")),
|
57 |
"countdown_end_type" => "time",
|
58 |
"end_date" => date('d-m-Y 23:59'),
|
59 |
+
"end_time" => "0,9,9",
|
60 |
"action_end_time" => "hide",
|
61 |
"content_position" => "center",
|
62 |
"top_ditance" => "10",
|
includes/library.php
CHANGED
@@ -86,7 +86,7 @@ class wpdevart_countdown_setting{
|
|
86 |
<?php
|
87 |
}
|
88 |
|
89 |
-
/*###################### Fonts Function ##################*/
|
90 |
|
91 |
public static function generete_fonts($select_id='',$curent_font='none'){
|
92 |
?>
|
86 |
<?php
|
87 |
}
|
88 |
|
89 |
+
/*###################### Fonts generating Function ##################*/
|
90 |
|
91 |
public static function generete_fonts($select_id='',$curent_font='none'){
|
92 |
?>
|
includes/widget.php
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<?php
|
2 |
|
3 |
-
/*############################### WIDGET CODE
|
4 |
|
5 |
class wpdevart_countdown extends WP_Widget {
|
6 |
private static $id_for_content=0;
|
@@ -63,7 +63,7 @@ class wpdevart_countdown extends WP_Widget {
|
|
63 |
'text_for_second' => 'Seconds',
|
64 |
'start_time' => mktime (date("H"), date("i"), date("s"),date("n"), date("j"),date("Y")),
|
65 |
'end_time_type' => 'time',
|
66 |
-
'end_time' => '0,
|
67 |
'end_time_date' => date('d-m-Y 23:59'),
|
68 |
'action_end_time' => 'hide',
|
69 |
'content' => '',
|
1 |
<?php
|
2 |
|
3 |
+
/*############################### WIDGET CODE ######################################*/
|
4 |
|
5 |
class wpdevart_countdown extends WP_Widget {
|
6 |
private static $id_for_content=0;
|
63 |
'text_for_second' => 'Seconds',
|
64 |
'start_time' => mktime (date("H"), date("i"), date("s"),date("n"), date("j"),date("Y")),
|
65 |
'end_time_type' => 'time',
|
66 |
+
'end_time' => '0,9,9',
|
67 |
'end_time_date' => date('d-m-Y 23:59'),
|
68 |
'action_end_time' => 'hide',
|
69 |
'content' => '',
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: wpdevart
|
|
3 |
Donate link: http://wpdevart.com/wordpress-countdown-plugin
|
4 |
Tags: countdown, countdown widget, countdown timer, countdown system, countdown generator, count down, jQuery countdown, animated countdown, timer, countdown clock, wp countdown timer, event countdown, widget countdown, clock, countdown timer plugin, wordpress 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.
|
7 |
-
Stable tag: 1.9.
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
3 |
Donate link: http://wpdevart.com/wordpress-countdown-plugin
|
4 |
Tags: countdown, countdown widget, countdown timer, countdown system, countdown generator, count down, jQuery countdown, animated countdown, timer, countdown clock, wp countdown timer, event countdown, widget countdown, clock, countdown timer plugin, wordpress 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.9.1
|
7 |
+
Stable tag: 1.9.3
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
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.9.
|
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.9.3
|
7 |
Author: wpdevart
|
8 |
Author URI: http://wpdevart.com
|
9 |
License: GPL3 http://www.gnu.org/licenses/gpl-3.0.html
|