Version Description
Download this release
Release Info
Developer | wpdevart |
Plugin | Countdown Timer – Widget Countdown |
Version | 1.8.6 |
Comparing to | |
See all releases |
Code changes from version 1.8.5 to 1.8.6
- includes/admin_menu.php +1 -1
- includes/front_end.php +2 -2
- includes/widget.php +2 -2
- readme.txt +3 -1
- wpdevart-countdown.php +4 -1
includes/admin_menu.php
CHANGED
@@ -487,7 +487,7 @@ die;
|
|
487 |
'Booking Calendar'=>array(
|
488 |
'image_url' => $this->plugin_url.'images/featured_plugins/Booking_calendar_featured.png',
|
489 |
'site_url' => 'http://wpdevart.com/wordpress-booking-calendar-plugin/',
|
490 |
-
'title' => 'Booking Calendar',
|
491 |
'description' => 'WordPress Booking Calendar plugin is an awesome tool to create a booking system for your website. Create booking calendars in a few minutes.'
|
492 |
),
|
493 |
'youtube'=>array(
|
487 |
'Booking Calendar'=>array(
|
488 |
'image_url' => $this->plugin_url.'images/featured_plugins/Booking_calendar_featured.png',
|
489 |
'site_url' => 'http://wpdevart.com/wordpress-booking-calendar-plugin/',
|
490 |
+
'title' => 'WordPress Booking Calendar',
|
491 |
'description' => 'WordPress Booking Calendar plugin is an awesome tool to create a booking system for your website. Create booking calendars in a few minutes.'
|
492 |
),
|
493 |
'youtube'=>array(
|
includes/front_end.php
CHANGED
@@ -59,8 +59,8 @@ class wpdevart_countdown_front_end{
|
|
59 |
"end_time" => "0,9,9",
|
60 |
"action_end_time" => "hide",
|
61 |
"content_position" => "center",
|
62 |
-
"top_ditance" => "
|
63 |
-
"bottom_distance" => "
|
64 |
"content" =>$content
|
65 |
), $atts);
|
66 |
|
59 |
"end_time" => "0,9,9",
|
60 |
"action_end_time" => "hide",
|
61 |
"content_position" => "center",
|
62 |
+
"top_ditance" => "10",
|
63 |
+
"bottom_distance" => "10",
|
64 |
"content" =>$content
|
65 |
), $atts);
|
66 |
|
includes/widget.php
CHANGED
@@ -67,8 +67,8 @@ class wpdevart_countdown extends WP_Widget {
|
|
67 |
'action_end_time' => 'hide',
|
68 |
'content' => '',
|
69 |
'content_position' => 'center',
|
70 |
-
'top_ditance' => '
|
71 |
-
'bottom_distance' => '
|
72 |
);
|
73 |
$instance = wp_parse_args( (array) $instance, $defaults );
|
74 |
?>
|
67 |
'action_end_time' => 'hide',
|
68 |
'content' => '',
|
69 |
'content_position' => 'center',
|
70 |
+
'top_ditance' => '10',
|
71 |
+
'bottom_distance' => '10',
|
72 |
);
|
73 |
$instance = wp_parse_args( (array) $instance, $defaults );
|
74 |
?>
|
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, 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.4
|
7 |
-
Stable tag: 1.8.
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -12,6 +12,8 @@ Countdown timer plugin is an nice tool to create and insert countdown timers int
|
|
12 |
|
13 |
== Description ==
|
14 |
|
|
|
|
|
15 |
Our WordPress Countdown plugin allow website owners to create nice and functional Countdown timer just in a few minutes. This is the best way to create beautiful Countdown for your users.
|
16 |
You can use our Countdown timer in your posts/pages and widgets. It's very easy to use and there isn't any need of coding knowledge for creating Countdowns.
|
17 |
|
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.4
|
7 |
+
Stable tag: 1.8.6
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
12 |
|
13 |
== Description ==
|
14 |
|
15 |
+
https://www.youtube.com/watch?v=fiTP-j8J1S4
|
16 |
+
|
17 |
Our WordPress Countdown plugin allow website owners to create nice and functional Countdown timer just in a few minutes. This is the best way to create beautiful Countdown for your users.
|
18 |
You can use our Countdown timer in your posts/pages and widgets. It's very easy to use and there isn't any need of coding knowledge for creating Countdowns.
|
19 |
|
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.8.
|
7 |
Author: wpdevart
|
8 |
Author URI: http://wpdevart.com
|
9 |
License: GPL3 http://www.gnu.org/licenses/gpl-3.0.html
|
@@ -92,6 +92,9 @@ class wpdevart_countdown_main{
|
|
92 |
$plugin_submenu_added_link=array_merge( $plugin_submenu_added_link, $links );
|
93 |
return $plugin_submenu_added_link;
|
94 |
}
|
|
|
|
|
|
|
95 |
public function include_requeried_scripts(){
|
96 |
wp_enqueue_script('wp-color-picker');
|
97 |
wp_enqueue_style( 'wp-color-picker' );
|
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.8.6
|
7 |
Author: wpdevart
|
8 |
Author URI: http://wpdevart.com
|
9 |
License: GPL3 http://www.gnu.org/licenses/gpl-3.0.html
|
92 |
$plugin_submenu_added_link=array_merge( $plugin_submenu_added_link, $links );
|
93 |
return $plugin_submenu_added_link;
|
94 |
}
|
95 |
+
|
96 |
+
/*###################### Requeried scripts function ##################*/
|
97 |
+
|
98 |
public function include_requeried_scripts(){
|
99 |
wp_enqueue_script('wp-color-picker');
|
100 |
wp_enqueue_style( 'wp-color-picker' );
|