Countdown Timer – Widget Countdown - Version 1.8.0

Version Description

  • Added featured plugin icons and text.

=

Download this release

Release Info

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

Code changes from version 1.7.9 to 1.8.0

includes/admin_menu.php CHANGED
@@ -449,7 +449,7 @@ die;
449
  }
450
  </style>
451
  <div class="image_width_description">
452
- <span class="description">For adding countdown timer into your website pages/posts go to your pages/posts editor and use Countdown shortcode. Click on shortcode and set Countdown timer options, then click on "Insert Countdown" button. Check the screenshot below</span>
453
  <img class="image" src="<?php echo $this->plugin_url.'images/post_example.jpg' ?>">
454
  </div>
455
  <div class="image_width_description">
449
  }
450
  </style>
451
  <div class="image_width_description">
452
+ <span class="description">For adding countdown timer into your website pages/posts go to your pages/posts editor and use Countdown Insert Button. Click on shortcode button and set Countdown timer options, then click on "Insert Countdown" button. Check the screenshot below</span>
453
  <img class="image" src="<?php echo $this->plugin_url.'images/post_example.jpg' ?>">
454
  </div>
455
  <div class="image_width_description">
includes/front_end.php CHANGED
@@ -56,7 +56,7 @@ 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,8,8",
60
  "action_end_time" => "hide",
61
  "content_position" => "center",
62
  "top_ditance" => "10",
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" => "10",
includes/style/jquery-ui-style.css CHANGED
@@ -1,3 +1,4 @@
 
1
  .ui-helper-hidden {
2
  display: none;
3
  }
1
+ /*Countdown helper style*/
2
  .ui-helper-hidden {
3
  display: none;
4
  }
includes/style/style.css CHANGED
@@ -1,3 +1,4 @@
 
1
  .content_countdown{
2
  clear:both;
3
  }
1
+ /*Countdown general styles*/
2
  .content_countdown{
3
  clear:both;
4
  }
includes/widget.php CHANGED
@@ -62,7 +62,7 @@ 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,8,8',
66
  'end_time_date' => date('d-m-Y 23:59'),
67
  'action_end_time' => 'hide',
68
  'content' => '',
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,7,7',
66
  'end_time_date' => date('d-m-Y 23:59'),
67
  'action_end_time' => 'hide',
68
  'content' => '',
readme.txt CHANGED
@@ -4,7 +4,7 @@ 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
5
  Requires at least: 3.3.0
6
  Tested up to: 4.7.3
7
- Stable tag: 1.7.9
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -115,6 +115,10 @@ Countdown plugin use the website server time, that's why you see other time in f
115
 
116
  Dear user, contact us at support@wpdevart.com and we will fix it, usually the problem comes from jQuery version or one of your plugins.
117
 
 
 
 
 
118
  = What files I need to upload for installing the countdown plugin =
119
 
120
  You need to select the .zip file, there is no need to extract the zip file, just upload it.
@@ -455,6 +459,10 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
455
 
456
  * Added new featured plugin.
457
 
 
 
 
 
458
  == Wordpress Countdown step by step guide ==
459
 
460
  ### WordPress Countdown plugin options
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
5
  Requires at least: 3.3.0
6
  Tested up to: 4.7.3
7
+ Stable tag: 1.8.0
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
115
 
116
  Dear user, contact us at support@wpdevart.com and we will fix it, usually the problem comes from jQuery version or one of your plugins.
117
 
118
+ = Can I remove for example hours field from my countdown =
119
+
120
+ Unfortunately we don't have such feature at this moment, but contact us at support@wpdevart.com and we will try to help you.
121
+
122
  = What files I need to upload for installing the countdown plugin =
123
 
124
  You need to select the .zip file, there is no need to extract the zip file, just upload it.
459
 
460
  * Added new featured plugin.
461
 
462
+ = 1.8.0 =
463
+
464
+ * Added featured plugin icons and text.
465
+
466
  == Wordpress Countdown step by step guide ==
467
 
468
  ### 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.7.9
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.0
7
  Author: wpdevart
8
  Author URI: http://wpdevart.com
9
  License: GPL3 http://www.gnu.org/licenses/gpl-3.0.html