Countdown Timer – Widget Countdown - Version 2.0.7

Version Description

  • Added comment for developers.

=

Download this release

Release Info

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

Code changes from version 2.0.6 to 2.0.7

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,7,7",
60
  "action_end_time" => "hide",
61
  "content_position" => "center",
62
  "top_ditance" => "11",
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",
includes/gutenberg/gutenberg.php CHANGED
@@ -5,6 +5,9 @@ class wpda_countdown_gutenberg{
5
  $this->plugin_url=$plugin_url;
6
  $this->hooks_for_gutenberg();
7
  }
 
 
 
8
  private function hooks_for_gutenberg(){
9
  add_action( 'init', array($this,'guthenberg_init') );
10
  }
5
  $this->plugin_url=$plugin_url;
6
  $this->hooks_for_gutenberg();
7
  }
8
+ /*###################### Hooks function for Gutenberg ##################*/
9
+
10
+
11
  private function hooks_for_gutenberg(){
12
  add_action( 'init', array($this,'guthenberg_init') );
13
  }
includes/library.php CHANGED
@@ -86,7 +86,7 @@ class wpdevart_countdown_setting{
86
  <?php
87
  }
88
 
89
- /*###################### Function for gentrating fonts##################*/
90
 
91
  public static function generete_fonts($select_id='',$curent_font='none'){
92
  ?>
86
  <?php
87
  }
88
 
89
+ /*###################### Function for generating fonts ##################*/
90
 
91
  public static function generete_fonts($select_id='',$curent_font='none'){
92
  ?>
includes/widget.php CHANGED
@@ -63,7 +63,7 @@ class wpdevart_countdown extends WP_Widget {
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' => '',
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,9,9',
67
  'end_time_date' => date('d-m-Y 23:59'),
68
  'action_end_time' => 'hide',
69
  'content' => '',
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
5
  Requires at least: 3.3.0
6
  Tested up to: 5.2.2
7
- Stable tag: 2.0.6
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -466,6 +466,10 @@ Yes dear users, you need to pay only one time for pro version, it's lifetime pla
466
 
467
  * Changed some default parameters.
468
 
 
 
 
 
469
  == Step by step guide ==
470
 
471
  ### Options
4
  Tags: countdown, countdown widget, countdown timer, countdown system, countdown generator
5
  Requires at least: 3.3.0
6
  Tested up to: 5.2.2
7
+ Stable tag: 2.0.7
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
466
 
467
  * Changed some default parameters.
468
 
469
+ = 2.0.7 =
470
+
471
+ * Added comment for developers.
472
+
473
  == Step by step guide ==
474
 
475
  ### 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.0.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: 2.0.7
7
  Author: wpdevart
8
  Author URI: http://wpdevart.com
9
  License: GPL3 http://www.gnu.org/licenses/gpl-3.0.html