Countdown Timer – Widget Countdown - Version 2.2.3

Version Description

  • Made some changes in code.

=

Download this release

Release Info

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

Code changes from version 2.2.2 to 2.2.3

includes/admin_menu.php CHANGED
@@ -148,7 +148,7 @@ class wpdevart_countdown_admin_menu{
148
  </tr>
149
  <tr class="expert_type_date" style="display:none">
150
  <td>
151
- Countdown expire date : <span title="Select Countdown expire date." class="desription_class">?</span>
152
  </td>
153
  <td>
154
  <input type="text" value="<?php echo date('d-m-Y 23:59') ?>" id="countdown_experet_date" /><small>dd-mm-yyyy hh:ii</small>
148
  </tr>
149
  <tr class="expert_type_date" style="display:none">
150
  <td>
151
+ Countdown expire date: <span title="Select Countdown expire date." class="desription_class">?</span>
152
  </td>
153
  <td>
154
  <input type="text" value="<?php echo date('d-m-Y 23:59') ?>" id="countdown_experet_date" /><small>dd-mm-yyyy hh:ii</small>
includes/front_end.php CHANGED
@@ -62,8 +62,8 @@ class wpdevart_countdown_front_end{
62
  "font_color" => "#000000",
63
  "action_end_time" => "hide",
64
  "content_position" => "center",
65
- "top_ditance" => "10",
66
- "bottom_distance" => "10",
67
  "content" =>$content
68
  ), $atts);
69
  if($curent_value["hide_on_mobile"]=="hidee" && wp_is_mobile()){
62
  "font_color" => "#000000",
63
  "action_end_time" => "hide",
64
  "content_position" => "center",
65
+ "top_ditance" => "15",
66
+ "bottom_distance" => "15",
67
  "content" =>$content
68
  ), $atts);
69
  if($curent_value["hide_on_mobile"]=="hidee" && wp_is_mobile()){
includes/widget.php CHANGED
@@ -77,8 +77,8 @@ class wpdevart_countdown extends WP_Widget {
77
  'redirect_url' => get_home_url(),
78
  'content' => '',
79
  'content_position' => 'center',
80
- 'top_ditance' => '10',
81
- 'bottom_distance' => '10',
82
  );
83
  $instance = wp_parse_args( (array) $instance, $defaults );
84
  ?>
@@ -165,7 +165,7 @@ class wpdevart_countdown extends WP_Widget {
165
  <input type="text" id="<?php echo $this->get_field_id('end_time_date'); ?>" name="<?php echo $this->get_field_name('end_time_date'); ?>" value="<?php echo $instance['end_time_date'] ?>" class="wpdevart-date-time-picker" /><small>dd-mm-yyyy hh:ii</small>
166
  </p>
167
  <p class="flb_field experet_type_time">
168
- <label>Countdown expire time :</label>
169
  <br>
170
  <span style="display:inline-block; margin-right:3px; width:70px; float: left;">
171
  <input onChange="insert_in_input();" type="text" placeholder="Day" class="countdownday" size="3" value="<?php echo $day_of_end ?>"/><small style="display:block">Day</small>
77
  'redirect_url' => get_home_url(),
78
  'content' => '',
79
  'content_position' => 'center',
80
+ 'top_ditance' => '15',
81
+ 'bottom_distance' => '15',
82
  );
83
  $instance = wp_parse_args( (array) $instance, $defaults );
84
  ?>
165
  <input type="text" id="<?php echo $this->get_field_id('end_time_date'); ?>" name="<?php echo $this->get_field_name('end_time_date'); ?>" value="<?php echo $instance['end_time_date'] ?>" class="wpdevart-date-time-picker" /><small>dd-mm-yyyy hh:ii</small>
166
  </p>
167
  <p class="flb_field experet_type_time">
168
+ <label>Countdown expire time: </label>
169
  <br>
170
  <span style="display:inline-block; margin-right:3px; width:70px; float: left;">
171
  <input onChange="insert_in_input();" type="text" placeholder="Day" class="countdownday" size="3" value="<?php echo $day_of_end ?>"/><small style="display:block">Day</small>
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: wpdevart
3
  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.2
7
- Stable tag: 2.2.2
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -530,6 +530,10 @@ Yes dear users, you need to pay only one time for pro version, it's lifetime pla
530
 
531
  * Added icons.
532
 
 
 
 
 
533
  == Step by step guide ==
534
 
535
  ### Options
3
  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.7
7
+ Stable tag: 2.2.3
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
530
 
531
  * Added icons.
532
 
533
+ = 2.2.3 =
534
+
535
+ * Made some changes in code.
536
+
537
  == Step by step guide ==
538
 
539
  ### 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.2.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: 2.2.3
7
  Author: wpdevart
8
  Author URI: http://wpdevart.com
9
  License: GPL3 http://www.gnu.org/licenses/gpl-3.0.html