Countdown Timer – Widget Countdown - Version 1.5.3

Version Description

  • Fixed issues.

=

Download this release

Release Info

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

Code changes from version 1.5.2 to 1.5.3

includes/admin_menu.php CHANGED
@@ -86,7 +86,7 @@ class wpdevart_countdown_admin_menu{
86
  </tr>
87
  <tr>
88
  <td>
89
- Hour field text <span title="Type here text for Hour field." class="desription_class">?</span>
90
  </td>
91
  <td>
92
  <input type="text" name="countdown_hourse_text" id="countdown_hourse_text" value="Hours">
@@ -110,7 +110,7 @@ class wpdevart_countdown_admin_menu{
110
  </tr>
111
  <tr>
112
  <td>
113
- Countdown date picker type <span title="Choose the date picker type." class="desription_class">?</span>
114
 
115
  </td>
116
  <td>
@@ -130,7 +130,7 @@ class wpdevart_countdown_admin_menu{
130
  </tr>
131
  <tr class="expert_type_time">
132
  <td>
133
- Countdown expire time <span title="Type the Countdown expire time." class="desription_class">?</span>
134
  </td>
135
  <td style="vertical-align: top !important;">
136
  <span style="display:inline-block; margin-right:3px; width:55px;">
86
  </tr>
87
  <tr>
88
  <td>
89
+ Hour field text <span title="Type here text for Hour field." class="desription_class">?</span>
90
  </td>
91
  <td>
92
  <input type="text" name="countdown_hourse_text" id="countdown_hourse_text" value="Hours">
110
  </tr>
111
  <tr>
112
  <td>
113
+ Countdown date picker type <span title="Select the date picker type." class="desription_class">?</span>
114
 
115
  </td>
116
  <td>
130
  </tr>
131
  <tr class="expert_type_time">
132
  <td>
133
+ Countdown expire time <span title="Type here the Countdown expire time." class="desription_class">?</span>
134
  </td>
135
  <td style="vertical-align: top !important;">
136
  <span style="display:inline-block; margin-right:3px; width:55px;">
includes/front_end.php CHANGED
@@ -27,7 +27,7 @@ class wpdevart_countdown_front_end{
27
  //For updated parameters
28
 
29
  }
30
- /*###################### Scripts and Styles part##################*/
31
  public function generete_front_javascript(){
32
 
33
  wp_enqueue_script('countdown-front-end');
27
  //For updated parameters
28
 
29
  }
30
+ /*###################### Scripts and Styles part ##################*/
31
  public function generete_front_javascript(){
32
 
33
  wp_enqueue_script('countdown-front-end');
includes/library.php CHANGED
@@ -119,6 +119,8 @@ class wpdevart_countdown_setting{
119
  <?php
120
 
121
  }
 
 
122
  public static function darkest_brigths($color,$pracent){
123
  $new_color=$color;
124
  if(!(strlen($new_color==6) || strlen($new_color)==7))
119
  <?php
120
 
121
  }
122
+
123
+ /*############################### STATIC FUNCTION ###############################################*/
124
  public static function darkest_brigths($color,$pracent){
125
  $new_color=$color;
126
  if(!(strlen($new_color==6) || strlen($new_color)==7))
readme.txt CHANGED
@@ -3,8 +3,8 @@ 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 to time, countdown timer plugin, wordpress countdown, birthday 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.6
7
- Stable tag: 1.5.2
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -103,6 +103,14 @@ After that set the Countdown timer options. Now your Countdown widget is ready.
103
 
104
  Yes dear user, you can use our date picker from calendar.
105
 
 
 
 
 
 
 
 
 
106
  = What files I need to upload for installing the plugin =
107
 
108
  You need to select the .zip file only, there is no need to extract the zip file, just upload it
@@ -335,6 +343,10 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
335
 
336
  * Edited code comments.
337
 
 
 
 
 
338
  == Wordpress Countdown step by step guide ==
339
 
340
  ### WordPress Countdown plugin options
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 to time, countdown timer plugin, wordpress countdown, birthday 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.6.1
7
+ Stable tag: 1.5.3
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
103
 
104
  Yes dear user, you can use our date picker from calendar.
105
 
106
+ = I select date for countdown but it don't show the correct time that left =
107
+
108
+ The plugin use the website server time, that;s why you see other time in front end.
109
+
110
+ = I Have trouble with circle countdown =
111
+
112
+ Dear user, contact us at support@wpdevart.com and we will fix it, usually the problem comes from theme or one of your plugins.
113
+
114
  = What files I need to upload for installing the plugin =
115
 
116
  You need to select the .zip file only, there is no need to extract the zip file, just upload it
343
 
344
  * Edited code comments.
345
 
346
+ = 1.5.3 =
347
+
348
+ * Fixed issues.
349
+
350
  == Wordpress Countdown step by step guide ==
351
 
352
  ### 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.5.2
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.5.3
7
  Author: wpdevart
8
  Author URI: http://wpdevart.com
9
  License: GPL3 http://www.gnu.org/licenses/gpl-3.0.html