Version Description
- Edited countdown standard position styles.
=
Download this release
Release Info
Developer | wpdevart |
Plugin | Countdown Timer – Widget Countdown |
Version | 1.7.6 |
Comparing to | |
See all releases |
Code changes from version 1.7.5 to 1.7.6
- includes/admin_menu.php +2 -0
- includes/front_end.php +2 -2
- includes/style/style.css +1 -0
- includes/widget.php +2 -2
- readme.txt +6 -2
- wpdevart-countdown.php +1 -1
includes/admin_menu.php
CHANGED
@@ -412,6 +412,8 @@ die;
|
|
412 |
add_action('admin_print_styles-' .$page_countdown, array($this,'menu_requeried_scripts'));
|
413 |
}
|
414 |
|
|
|
|
|
415 |
public function menu_requeried_scripts(){
|
416 |
wp_enqueue_style('wpdevart-countdown-admin-style');
|
417 |
}
|
412 |
add_action('admin_print_styles-' .$page_countdown, array($this,'menu_requeried_scripts'));
|
413 |
}
|
414 |
|
415 |
+
/*###################### Menu scripts required function ##################*/
|
416 |
+
|
417 |
public function menu_requeried_scripts(){
|
418 |
wp_enqueue_style('wpdevart-countdown-admin-style');
|
419 |
}
|
includes/front_end.php
CHANGED
@@ -57,8 +57,8 @@ class wpdevart_countdown_front_end{
|
|
57 |
"end_time" => "0,9,9",
|
58 |
"action_end_time" => "hide",
|
59 |
"content_position" => "center",
|
60 |
-
"top_ditance" => "
|
61 |
-
"bottom_distance" => "
|
62 |
"content" =>$content
|
63 |
), $atts);
|
64 |
|
57 |
"end_time" => "0,9,9",
|
58 |
"action_end_time" => "hide",
|
59 |
"content_position" => "center",
|
60 |
+
"top_ditance" => "10",
|
61 |
+
"bottom_distance" => "10",
|
62 |
"content" =>$content
|
63 |
), $atts);
|
64 |
|
includes/style/style.css
CHANGED
@@ -42,6 +42,7 @@
|
|
42 |
text-align:center;
|
43 |
display: inline-block;
|
44 |
}
|
|
|
45 |
.time_left{
|
46 |
border:none;
|
47 |
display:block;
|
42 |
text-align:center;
|
43 |
display: inline-block;
|
44 |
}
|
45 |
+
/*Time style*/
|
46 |
.time_left{
|
47 |
border:none;
|
48 |
display:block;
|
includes/widget.php
CHANGED
@@ -66,8 +66,8 @@ class wpdevart_countdown extends WP_Widget {
|
|
66 |
'action_end_time' => 'hide',
|
67 |
'content' => '',
|
68 |
'content_position' => 'center',
|
69 |
-
'top_ditance' => '
|
70 |
-
'bottom_distance' => '
|
71 |
);
|
72 |
$instance = wp_parse_args( (array) $instance, $defaults );
|
73 |
?>
|
66 |
'action_end_time' => 'hide',
|
67 |
'content' => '',
|
68 |
'content_position' => 'center',
|
69 |
+
'top_ditance' => '10',
|
70 |
+
'bottom_distance' => '10',
|
71 |
);
|
72 |
$instance = wp_parse_args( (array) $instance, $defaults );
|
73 |
?>
|
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 timer plugin, wordpress countdown, html5 countdown, wp countdown, countdown timer widget, website countdown, date countdown, flash countdown, time counter, countdown system
|
5 |
Requires at least: 3.3.0
|
6 |
Tested up to: 4.7.2
|
7 |
-
Stable tag: 1.7.
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -405,7 +405,7 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
|
|
405 |
|
406 |
= 1.6.6 =
|
407 |
|
408 |
-
*
|
409 |
|
410 |
= 1.6.7 =
|
411 |
|
@@ -443,6 +443,10 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
|
|
443 |
|
444 |
* Edited install database(expire time).
|
445 |
|
|
|
|
|
|
|
|
|
446 |
== Wordpress Countdown step by step guide ==
|
447 |
|
448 |
### 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 timer plugin, wordpress countdown, html5 countdown, wp countdown, countdown timer widget, website countdown, date countdown, flash countdown, time counter, countdown system
|
5 |
Requires at least: 3.3.0
|
6 |
Tested up to: 4.7.2
|
7 |
+
Stable tag: 1.7.6
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
405 |
|
406 |
= 1.6.6 =
|
407 |
|
408 |
+
* Date picker bug fixed.
|
409 |
|
410 |
= 1.6.7 =
|
411 |
|
443 |
|
444 |
* Edited install database(expire time).
|
445 |
|
446 |
+
= 1.7.6 =
|
447 |
+
|
448 |
+
* Edited countdown standard position styles.
|
449 |
+
|
450 |
== Wordpress Countdown step by step guide ==
|
451 |
|
452 |
### 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.7.
|
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.7.6
|
7 |
Author: wpdevart
|
8 |
Author URI: http://wpdevart.com
|
9 |
License: GPL3 http://www.gnu.org/licenses/gpl-3.0.html
|