Version Description
- Edit countdown expire time.
=
Download this release
Release Info
Developer | wpdevart |
Plugin | Countdown Timer – Widget Countdown |
Version | 1.7.2 |
Comparing to | |
See all releases |
Code changes from version 1.7.1 to 1.7.2
- includes/admin_menu.php +2 -0
- includes/front_end.php +3 -3
- includes/widget.php +2 -2
- readme.txt +8 -4
- wpdevart-countdown.php +1 -1
includes/admin_menu.php
CHANGED
@@ -9,6 +9,8 @@ class wpdevart_countdown_admin_menu{
|
|
9 |
private $plugin_url;
|
10 |
private $text_parametrs;
|
11 |
|
|
|
|
|
12 |
function __construct($param){
|
13 |
|
14 |
$this->menu_name=$param['menu_name'];
|
9 |
private $plugin_url;
|
10 |
private $text_parametrs;
|
11 |
|
12 |
+
/*############################### Parameters function ########################################*/
|
13 |
+
|
14 |
function __construct($param){
|
15 |
|
16 |
$this->menu_name=$param['menu_name'];
|
includes/front_end.php
CHANGED
@@ -50,11 +50,11 @@ class wpdevart_countdown_front_end{
|
|
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,
|
54 |
"action_end_time" => "hide",
|
55 |
"content_position" => "center",
|
56 |
-
"top_ditance" => "
|
57 |
-
"bottom_distance" => "
|
58 |
"content" =>$content
|
59 |
), $atts);
|
60 |
|
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" => "9",
|
57 |
+
"bottom_distance" => "9",
|
58 |
"content" =>$content
|
59 |
), $atts);
|
60 |
|
includes/widget.php
CHANGED
@@ -64,8 +64,8 @@ class wpdevart_countdown extends WP_Widget {
|
|
64 |
'action_end_time' => 'hide',
|
65 |
'content' => '',
|
66 |
'content_position' => 'center',
|
67 |
-
'top_ditance' => '
|
68 |
-
'bottom_distance' => '
|
69 |
);
|
70 |
$instance = wp_parse_args( (array) $instance, $defaults );
|
71 |
?>
|
64 |
'action_end_time' => 'hide',
|
65 |
'content' => '',
|
66 |
'content_position' => 'center',
|
67 |
+
'top_ditance' => '9',
|
68 |
+
'bottom_distance' => '9',
|
69 |
);
|
70 |
$instance = wp_parse_args( (array) $instance, $defaults );
|
71 |
?>
|
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
|
5 |
Requires at least: 3.3.0
|
6 |
-
Tested up to: 4.7.
|
7 |
-
Stable tag: 1.7.
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -425,7 +425,11 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
|
|
425 |
|
426 |
= 1.7.1 =
|
427 |
|
428 |
-
* Edited admin option descriptions
|
|
|
|
|
|
|
|
|
429 |
|
430 |
== Wordpress Countdown step by step guide ==
|
431 |
|
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 timer plugin, wordpress countdown, html5 countdown, wp countdown, countdown timer widget, website countdown, date countdown, flash countdown, time counter, countdown system, time counter, countdown system
|
5 |
Requires at least: 3.3.0
|
6 |
+
Tested up to: 4.7.2
|
7 |
+
Stable tag: 1.7.2
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
425 |
|
426 |
= 1.7.1 =
|
427 |
|
428 |
+
* Edited admin option descriptions.
|
429 |
+
|
430 |
+
= 1.7.2 =
|
431 |
+
|
432 |
+
* Edit countdown expire time.
|
433 |
|
434 |
== Wordpress Countdown step by step guide ==
|
435 |
|
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.2
|
7 |
Author: wpdevart
|
8 |
Author URI: http://wpdevart.com
|
9 |
License: GPL3 http://www.gnu.org/licenses/gpl-3.0.html
|