Countdown Timer – Widget Countdown - Version 1.7.0

Version Description

  • Edit comments.

=

Download this release

Release Info

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

Code changes from version 1.6.9 to 1.7.0

includes/admin_menu.php CHANGED
@@ -448,6 +448,8 @@ die;
448
 
449
  <?php
450
  }
 
 
451
 
452
  public function featured_plugins(){
453
  $plugins_array=array(
448
 
449
  <?php
450
  }
451
+
452
+ /*############################### Featured plugins function ########################################*/
453
 
454
  public function featured_plugins(){
455
  $plugins_array=array(
includes/front_end.php CHANGED
@@ -50,7 +50,7 @@ class wpdevart_countdown_front_end{
50
  "start_time" => mktime (date("H"), date("i"), date("s"),date("n"), date("j"),date("Y")),
51
  "countdown_end_type" => "time",
52
  "end_date" => date('d-m-Y 23:59'),
53
- "end_time" => "0,7,7",
54
  "action_end_time" => "hide",
55
  "content_position" => "center",
56
  "top_ditance" => "10",
50
  "start_time" => mktime (date("H"), date("i"), date("s"),date("n"), date("j"),date("Y")),
51
  "countdown_end_type" => "time",
52
  "end_date" => date('d-m-Y 23:59'),
53
+ "end_time" => "0,9,9",
54
  "action_end_time" => "hide",
55
  "content_position" => "center",
56
  "top_ditance" => "10",
includes/widget.php CHANGED
@@ -59,7 +59,7 @@ class wpdevart_countdown extends WP_Widget {
59
  'text_for_second' => 'Seconds',
60
  'start_time' => mktime (date("H"), date("i"), date("s"),date("n"), date("j"),date("Y")),
61
  'end_time_type' => 'time',
62
- 'end_time' => '0,7,7',
63
  'end_time_date' => date('d-m-Y 23:59'),
64
  'action_end_time' => 'hide',
65
  'content' => '',
@@ -302,6 +302,8 @@ class wpdevart_countdown extends WP_Widget {
302
  <?php
303
  }
304
 
 
 
305
  private function wpdevart_generete_front_end($parametrs){
306
  self::$id_for_content++;
307
  $output_html='';
59
  'text_for_second' => 'Seconds',
60
  'start_time' => mktime (date("H"), date("i"), date("s"),date("n"), date("j"),date("Y")),
61
  'end_time_type' => 'time',
62
+ 'end_time' => '0,9,9',
63
  'end_time_date' => date('d-m-Y 23:59'),
64
  'action_end_time' => 'hide',
65
  'content' => '',
302
  <?php
303
  }
304
 
305
+ /*############################### Function for generating front-end ########################################*/
306
+
307
  private function wpdevart_generete_front_end($parametrs){
308
  self::$id_for_content++;
309
  $output_html='';
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 to time, countdown timer plugin, wordpress countdown, html5 countdown, wp countdown, countdown timer widget, website countdown, date countdown, flash countdown, time counter, countdown system, time counter
5
  Requires at least: 3.3.0
6
  Tested up to: 4.7.0
7
- Stable tag: 1.6.9
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -415,6 +415,14 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
415
 
416
  * Made changes in install database.
417
 
 
 
 
 
 
 
 
 
418
  == Wordpress Countdown step by step guide ==
419
 
420
  ### 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 to time, countdown timer plugin, wordpress countdown, html5 countdown, wp countdown, countdown timer widget, website countdown, date countdown, flash countdown, time counter, countdown system, time counter
5
  Requires at least: 3.3.0
6
  Tested up to: 4.7.0
7
+ Stable tag: 1.7.0
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
415
 
416
  * Made changes in install database.
417
 
418
+ = 1.6.9 =
419
+
420
+ * Edit countdown expire time.
421
+
422
+ = 1.7.0 =
423
+
424
+ * Edit comments.
425
+
426
  == Wordpress Countdown step by step guide ==
427
 
428
  ### 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.6.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.7.0
7
  Author: wpdevart
8
  Author URI: http://wpdevart.com
9
  License: GPL3 http://www.gnu.org/licenses/gpl-3.0.html