Countdown Timer – Widget Countdown - Version 1.8.3

Version Description

Download this release

Release Info

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

Code changes from version 1.8.2 to 1.8.3

includes/admin_menu.php CHANGED
@@ -206,7 +206,7 @@ class wpdevart_countdown_admin_menu{
206
  </tr>
207
  <tr>
208
  <td>
209
- Countdown timer buttons type <span class="pro_feature"> (pro)</span> <span title="Select the Countdown buttons type." class="desription_class">?</span>
210
  </td>
211
  <td>
212
  <select onChange="alert(countdown_pro_text)" id="countdown_type" class="coming_set_hiddens">
@@ -229,7 +229,7 @@ class wpdevart_countdown_admin_menu{
229
  </tr>
230
  <tr class="tr_button tr_circle tr_vertical_slide">
231
  <td>
232
- Countdown timer background color <span class="pro_feature"> (pro)</span> <span title="Choose the Countdown background color." class="desription_class">?</span>
233
  </td>
234
  <td>
235
  <div onClick="alert(countdown_pro_text)">
206
  </tr>
207
  <tr>
208
  <td>
209
+ Countdown timer buttons type <span class="pro_feature"> (pro)</span> <span title="Choose the Countdown buttons type." class="desription_class">?</span>
210
  </td>
211
  <td>
212
  <select onChange="alert(countdown_pro_text)" id="countdown_type" class="coming_set_hiddens">
229
  </tr>
230
  <tr class="tr_button tr_circle tr_vertical_slide">
231
  <td>
232
+ Countdown timer background color <span class="pro_feature"> (pro)</span> <span title="Select the Countdown background color." class="desription_class">?</span>
233
  </td>
234
  <td>
235
  <div onClick="alert(countdown_pro_text)">
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" => "11",
63
- "bottom_distance" => "11",
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,8,8",
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
@@ -62,13 +62,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' => '9',
71
- 'bottom_distance' => '9',
72
  );
73
  $instance = wp_parse_args( (array) $instance, $defaults );
74
  ?>
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' => '',
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, 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.1
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
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.3
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
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.1
7
  Author: wpdevart
8
  Author URI: http://wpdevart.com
9
  License: GPL3 http://www.gnu.org/licenses/gpl-3.0.html
@@ -77,6 +77,9 @@ class wpdevart_countdown_main{
77
  //for_upgrade
78
  add_filter( 'plugin_action_links_' . plugin_basename(__FILE__), array($this,'plugin_activate_sublink') );
79
  }
 
 
 
80
  public function plugin_activate_sublink($links){
81
  $plugin_submenu_added_link=array();
82
  $added_link = array(
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.3
7
  Author: wpdevart
8
  Author URI: http://wpdevart.com
9
  License: GPL3 http://www.gnu.org/licenses/gpl-3.0.html
77
  //for_upgrade
78
  add_filter( 'plugin_action_links_' . plugin_basename(__FILE__), array($this,'plugin_activate_sublink') );
79
  }
80
+
81
+ /*###################### Activate sublink function ##################*/
82
+
83
  public function plugin_activate_sublink($links){
84
  $plugin_submenu_added_link=array();
85
  $added_link = array(