Countdown Timer – Widget Countdown - Version 1.8.7

Version Description

  • Changed featured plugins text in admin menu.

=

Download this release

Release Info

Developer wpdevart
Plugin Icon 128x128 Countdown Timer – Widget Countdown
Version 1.8.7
Comparing to
See all releases

Code changes from version 1.8.6 to 1.8.7

includes/admin_menu.php CHANGED
@@ -494,13 +494,13 @@ die;
494
  'image_url' => $this->plugin_url.'images/featured_plugins/youtube.png',
495
  'site_url' => 'http://wpdevart.com/wordpress-youtube-embed-plugin',
496
  'title' => 'WordPress YouTube Embed',
497
- 'description' => 'YouTube Embed plugin is an convenient tool for adding videos to your website. Use YouTube Embed plugin to add YouTube videos in posts/pages, widgets.'
498
  ),
499
  'facebook-comments'=>array(
500
  'image_url' => $this->plugin_url.'images/featured_plugins/facebook-comments-icon.png',
501
  'site_url' => 'http://wpdevart.com/wordpress-facebook-comments-plugin/',
502
  'title' => 'WordPress Facebook comments',
503
- 'description' => 'Facebook comments plugin will help you to display Facebook Comments on your website. You can use Facebook Comments on your pages/posts.'
504
  ),
505
  'countdown'=>array(
506
  'image_url' => $this->plugin_url.'images/featured_plugins/countdown.jpg',
@@ -518,13 +518,13 @@ die;
518
  'image_url' => $this->plugin_url.'images/featured_plugins/facebook.jpg',
519
  'site_url' => 'http://wpdevart.com/wordpress-facebook-like-box-plugin',
520
  'title' => 'Facebook Like Box',
521
- 'description' => 'Our Facebook like box plugin will help you to display Facebook like box on your wesite, just add Facebook Like box widget to sidebar or insert it into posts/pages and use it.'
522
  ),
523
  'poll'=>array(
524
  'image_url' => $this->plugin_url.'images/featured_plugins/poll.png',
525
  'site_url' => 'http://wpdevart.com/wordpress-polls-plugin',
526
- 'title' => 'WordPress Polls plugin',
527
- 'description' => 'WordPress Polls plugin is an handy tool for creating polls and survey forms for your visitors. You can use our polls on widgets, posts and pages.'
528
  ),
529
 
530
  );
494
  'image_url' => $this->plugin_url.'images/featured_plugins/youtube.png',
495
  'site_url' => 'http://wpdevart.com/wordpress-youtube-embed-plugin',
496
  'title' => 'WordPress YouTube Embed',
497
+ 'description' => 'YouTube Embed plugin is an convenient tool for adding videos to your website. Use YouTube Embed plugin for adding YouTube videos in posts/pages, widgets.'
498
  ),
499
  'facebook-comments'=>array(
500
  'image_url' => $this->plugin_url.'images/featured_plugins/facebook-comments-icon.png',
501
  'site_url' => 'http://wpdevart.com/wordpress-facebook-comments-plugin/',
502
  'title' => 'WordPress Facebook comments',
503
+ 'description' => 'WordPress Facebook comments plugin will help you to display Facebook Comments on your website. You can use Facebook Comments on your pages/posts.'
504
  ),
505
  'countdown'=>array(
506
  'image_url' => $this->plugin_url.'images/featured_plugins/countdown.jpg',
518
  'image_url' => $this->plugin_url.'images/featured_plugins/facebook.jpg',
519
  'site_url' => 'http://wpdevart.com/wordpress-facebook-like-box-plugin',
520
  'title' => 'Facebook Like Box',
521
+ 'description' => 'Facebook like box plugin will help you to display Facebook like box on your wesite, just add Facebook Like box widget to sidebar or insert it into posts/pages and use it.'
522
  ),
523
  'poll'=>array(
524
  'image_url' => $this->plugin_url.'images/featured_plugins/poll.png',
525
  'site_url' => 'http://wpdevart.com/wordpress-polls-plugin',
526
+ 'title' => 'WordPress Polls system',
527
+ 'description' => 'WordPress Polls system is an handy tool for creating polls and survey forms for your visitors. You can use our polls on widgets, posts and pages.'
528
  ),
529
 
530
  );
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,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
 
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/style/jquery-ui-style.css CHANGED
@@ -773,6 +773,7 @@ button.ui-button::-moz-focus-inner {
773
  /* Need to fix icons sprite */
774
  background-position: -65px -16px;
775
  }
 
776
  .ui-tabs {
777
  position: relative;/* Position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
778
  padding: .2em;
@@ -1000,7 +1001,7 @@ body .ui-tooltip {
1000
  background-image: url("../../images/ui-icons_ffd27a_256x240.png");
1001
  }
1002
 
1003
- /* positioning */
1004
  .ui-icon-blank { background-position: 16px 16px; }
1005
  .ui-icon-carat-1-n { background-position: 0 0; }
1006
  .ui-icon-carat-1-ne { background-position: -16px 0; }
773
  /* Need to fix icons sprite */
774
  background-position: -65px -16px;
775
  }
776
+ /* Tabs style */
777
  .ui-tabs {
778
  position: relative;/* Position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
779
  padding: .2em;
1001
  background-image: url("../../images/ui-icons_ffd27a_256x240.png");
1002
  }
1003
 
1004
+ /* Positioning */
1005
  .ui-icon-blank { background-position: 16px 16px; }
1006
  .ui-icon-carat-1-n { background-position: 0 0; }
1007
  .ui-icon-carat-1-ne { background-position: -16px 0; }
includes/widget.php CHANGED
@@ -13,6 +13,7 @@ class wpdevart_countdown extends WP_Widget {
13
  }
14
 
15
  /* Displaying countdown in frontend*/
 
16
  function widget($args, $instance) {
17
  self::$id_for_content++;
18
  extract( $args );
@@ -62,13 +63,13 @@ class wpdevart_countdown extends WP_Widget {
62
  'text_for_second' => 'Seconds',
63
  'start_time' => mktime (date("H"), date("i"), date("s"),date("n"), date("j"),date("Y")),
64
  'end_time_type' => 'time',
65
- 'end_time' => '0,9,9',
66
  'end_time_date' => date('d-m-Y 23:59'),
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
  ?>
13
  }
14
 
15
  /* Displaying countdown in frontend*/
16
+
17
  function widget($args, $instance) {
18
  self::$id_for_content++;
19
  extract( $args );
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
@@ -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.6
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -465,6 +465,10 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
465
 
466
  * Added featured plugin icons and text.
467
 
 
 
 
 
468
  == Wordpress Countdown step by step guide ==
469
 
470
  ### WordPress Countdown plugin options
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.7
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
465
 
466
  * Added featured plugin icons and text.
467
 
468
+ = 1.8.7 =
469
+
470
+ * Changed featured plugins text in admin menu.
471
+
472
  == Wordpress Countdown step by step guide ==
473
 
474
  ### 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.8.6
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.8.7
7
  Author: wpdevart
8
  Author URI: http://wpdevart.com
9
  License: GPL3 http://www.gnu.org/licenses/gpl-3.0.html