Version Description
- Changed the expire time.
=
Download this release
Release Info
Developer | wpdevart |
Plugin | Countdown Timer – Widget Countdown |
Version | 2.0.3 |
Comparing to | |
See all releases |
Code changes from version 2.0.2 to 2.0.3
- includes/front_end.php +3 -3
- includes/library.php +2 -2
- includes/widget.php +3 -3
- readme.txt +6 -2
- wpdevart-countdown.php +1 -1
includes/front_end.php
CHANGED
@@ -56,11 +56,11 @@ 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" => "
|
63 |
-
"bottom_distance" => "
|
64 |
"content" =>$content
|
65 |
), $atts);
|
66 |
|
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,7,7",
|
60 |
"action_end_time" => "hide",
|
61 |
"content_position" => "center",
|
62 |
+
"top_ditance" => "11",
|
63 |
+
"bottom_distance" => "11",
|
64 |
"content" =>$content
|
65 |
), $atts);
|
66 |
|
includes/library.php
CHANGED
@@ -86,7 +86,7 @@ class wpdevart_countdown_setting{
|
|
86 |
<?php
|
87 |
}
|
88 |
|
89 |
-
/*######################
|
90 |
|
91 |
public static function generete_fonts($select_id='',$curent_font='none'){
|
92 |
?>
|
@@ -128,7 +128,7 @@ class wpdevart_countdown_setting{
|
|
128 |
|
129 |
}
|
130 |
|
131 |
-
/*############################### COUNTDOWN
|
132 |
|
133 |
public static function darkest_brigths($color,$pracent){
|
134 |
$new_color=$color;
|
86 |
<?php
|
87 |
}
|
88 |
|
89 |
+
/*###################### Function for gentrating fonts##################*/
|
90 |
|
91 |
public static function generete_fonts($select_id='',$curent_font='none'){
|
92 |
?>
|
128 |
|
129 |
}
|
130 |
|
131 |
+
/*############################### COUNTDOWN THEMES FUNCTION #######################################*/
|
132 |
|
133 |
public static function darkest_brigths($color,$pracent){
|
134 |
$new_color=$color;
|
includes/widget.php
CHANGED
@@ -63,13 +63,13 @@ 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' => '',
|
70 |
'content_position' => 'center',
|
71 |
-
'top_ditance' => '
|
72 |
-
'bottom_distance' => '
|
73 |
);
|
74 |
$instance = wp_parse_args( (array) $instance, $defaults );
|
75 |
?>
|
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,7,7',
|
67 |
'end_time_date' => date('d-m-Y 23:59'),
|
68 |
'action_end_time' => 'hide',
|
69 |
'content' => '',
|
70 |
'content_position' => 'center',
|
71 |
+
'top_ditance' => '11',
|
72 |
+
'bottom_distance' => '11',
|
73 |
);
|
74 |
$instance = wp_parse_args( (array) $instance, $defaults );
|
75 |
?>
|
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
|
5 |
Requires at least: 3.3.0
|
6 |
-
Tested up to: 5.0.
|
7 |
-
Stable tag: 2.0.
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -450,6 +450,10 @@ Yes dear users, you need to pay only one time for pro version, it's lifetime pla
|
|
450 |
|
451 |
* Fixed bug in 5.0.1.
|
452 |
|
|
|
|
|
|
|
|
|
453 |
== Step by step guide ==
|
454 |
|
455 |
### Options
|
3 |
Donate link: http://wpdevart.com/wordpress-countdown-plugin
|
4 |
Tags: countdown, countdown widget, countdown timer, countdown system, countdown generator
|
5 |
Requires at least: 3.3.0
|
6 |
+
Tested up to: 5.0.3
|
7 |
+
Stable tag: 2.0.3
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
450 |
|
451 |
* Fixed bug in 5.0.1.
|
452 |
|
453 |
+
= 2.0.3 =
|
454 |
+
|
455 |
+
* Changed the expire time.
|
456 |
+
|
457 |
== Step by step guide ==
|
458 |
|
459 |
### 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: 2.0.
|
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: 2.0.3
|
7 |
Author: wpdevart
|
8 |
Author URI: http://wpdevart.com
|
9 |
License: GPL3 http://www.gnu.org/licenses/gpl-3.0.html
|