Version Description
- Changed some default parameters.
=
Download this release
Release Info
Developer | wpdevart |
Plugin | Countdown Timer – Widget Countdown |
Version | 2.1.9 |
Comparing to | |
See all releases |
Code changes from version 2.1.8 to 2.1.9
- includes/admin_menu.php +0 -6
- includes/front_end.php +3 -3
- includes/widget.php +3 -3
- readme.txt +5 -1
- wpdevart-countdown.php +1 -1
includes/admin_menu.php
CHANGED
@@ -633,12 +633,6 @@ die;
|
|
633 |
'title' => 'Wpdevart Social comments',
|
634 |
'description' => 'WordPress Facebook comments plugin will help you to display Facebook Comments on your website. You can use Facebook Comments on your pages/posts.'
|
635 |
),
|
636 |
-
'countdown'=>array(
|
637 |
-
'image_url' => $this->plugin_url.'images/featured_plugins/countdown.jpg',
|
638 |
-
'site_url' => 'http://wpdevart.com/wordpress-countdown-plugin/',
|
639 |
-
'title' => 'WordPress Countdown plugin',
|
640 |
-
'description' => 'WordPress Countdown plugin is an nice tool for creating countdown timers for your website posts/pages and widgets.'
|
641 |
-
),
|
642 |
'lightbox'=>array(
|
643 |
'image_url' => $this->plugin_url.'images/featured_plugins/lightbox.png',
|
644 |
'site_url' => 'http://wpdevart.com/wordpress-lightbox-plugin',
|
633 |
'title' => 'Wpdevart Social comments',
|
634 |
'description' => 'WordPress Facebook comments plugin will help you to display Facebook Comments on your website. You can use Facebook Comments on your pages/posts.'
|
635 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
636 |
'lightbox'=>array(
|
637 |
'image_url' => $this->plugin_url.'images/featured_plugins/lightbox.png',
|
638 |
'site_url' => 'http://wpdevart.com/wordpress-lightbox-plugin',
|
includes/front_end.php
CHANGED
@@ -58,12 +58,12 @@ class wpdevart_countdown_front_end{
|
|
58 |
"countdown_end_type" => "time",
|
59 |
"hide_on_mobile" => "show",
|
60 |
"end_date" => date('d-m-Y 23:59'),
|
61 |
-
"end_time" => "0,
|
62 |
"font_color" => "#000000",
|
63 |
"action_end_time" => "hide",
|
64 |
"content_position" => "center",
|
65 |
-
"top_ditance" => "
|
66 |
-
"bottom_distance" => "
|
67 |
"content" =>$content
|
68 |
), $atts);
|
69 |
if($curent_value["hide_on_mobile"]=="hidee" && wp_is_mobile()){
|
58 |
"countdown_end_type" => "time",
|
59 |
"hide_on_mobile" => "show",
|
60 |
"end_date" => date('d-m-Y 23:59'),
|
61 |
+
"end_time" => "0,7,7",
|
62 |
"font_color" => "#000000",
|
63 |
"action_end_time" => "hide",
|
64 |
"content_position" => "center",
|
65 |
+
"top_ditance" => "12",
|
66 |
+
"bottom_distance" => "12",
|
67 |
"content" =>$content
|
68 |
), $atts);
|
69 |
if($curent_value["hide_on_mobile"]=="hidee" && wp_is_mobile()){
|
includes/widget.php
CHANGED
@@ -70,15 +70,15 @@ class wpdevart_countdown extends WP_Widget {
|
|
70 |
'start_time' => mktime (date("H"), date("i"), date("s"),date("n"), date("j"),date("Y")),
|
71 |
'hide_on_mobile' => 'show',
|
72 |
'end_time_type' => 'time',
|
73 |
-
'end_time' => '0,
|
74 |
'end_time_date' => date('d-m-Y 23:59'),
|
75 |
'font_color' => '#000000',
|
76 |
'action_end_time' => 'hide',
|
77 |
'redirect_url' => get_home_url(),
|
78 |
'content' => '',
|
79 |
'content_position' => 'center',
|
80 |
-
'top_ditance' => '
|
81 |
-
'bottom_distance' => '
|
82 |
);
|
83 |
$instance = wp_parse_args( (array) $instance, $defaults );
|
84 |
?>
|
70 |
'start_time' => mktime (date("H"), date("i"), date("s"),date("n"), date("j"),date("Y")),
|
71 |
'hide_on_mobile' => 'show',
|
72 |
'end_time_type' => 'time',
|
73 |
+
'end_time' => '0,7,7',
|
74 |
'end_time_date' => date('d-m-Y 23:59'),
|
75 |
'font_color' => '#000000',
|
76 |
'action_end_time' => 'hide',
|
77 |
'redirect_url' => get_home_url(),
|
78 |
'content' => '',
|
79 |
'content_position' => 'center',
|
80 |
+
'top_ditance' => '12',
|
81 |
+
'bottom_distance' => '12',
|
82 |
);
|
83 |
$instance = wp_parse_args( (array) $instance, $defaults );
|
84 |
?>
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ 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.6
|
7 |
-
Stable tag: 2.1.
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -514,6 +514,10 @@ Yes dear users, you need to pay only one time for pro version, it's lifetime pla
|
|
514 |
|
515 |
* Added some code comments.
|
516 |
|
|
|
|
|
|
|
|
|
517 |
== Step by step guide ==
|
518 |
|
519 |
### Options
|
4 |
Tags: countdown, countdown widget, countdown timer, countdown system, countdown generator
|
5 |
Requires at least: 3.3.0
|
6 |
Tested up to: 5.6
|
7 |
+
Stable tag: 2.1.9
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
514 |
|
515 |
* Added some code comments.
|
516 |
|
517 |
+
= 2.1.9 =
|
518 |
+
|
519 |
+
* Changed some default parameters.
|
520 |
+
|
521 |
== Step by step guide ==
|
522 |
|
523 |
### 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.1.
|
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.1.9
|
7 |
Author: wpdevart
|
8 |
Author URI: http://wpdevart.com
|
9 |
License: GPL3 http://www.gnu.org/licenses/gpl-3.0.html
|