Countdown Timer – Widget Countdown - Version 1.6.2

Version Description

  • Fixed issues with date picker.

=

Download this release

Release Info

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

Code changes from version 1.6.1 to 1.6.2

includes/admin_menu.php CHANGED
@@ -457,8 +457,8 @@ die;
457
  'Contact forms'=>array(
458
  'image_url' => $this->plugin_url.'images/featured_plugins/contact_forms.png',
459
  'site_url' => 'http://wpdevart.com/wordpress-contact-form-plugin/',
460
- 'title' => 'Contact Form',
461
- 'description' => 'Contact Form plugin is an nice and handy tool for creating different types of contact forms on your WordPress websites.'
462
  ),
463
  'Booking Calendar'=>array(
464
  'image_url' => $this->plugin_url.'images/featured_plugins/Booking_calendar_featured.png',
457
  'Contact forms'=>array(
458
  'image_url' => $this->plugin_url.'images/featured_plugins/contact_forms.png',
459
  'site_url' => 'http://wpdevart.com/wordpress-contact-form-plugin/',
460
+ 'title' => 'Contact Form Builder',
461
+ 'description' => 'Contact Form Builder plugin is an nice and handy tool for creating different types of contact forms on your WordPress websites.'
462
  ),
463
  'Booking Calendar'=>array(
464
  'image_url' => $this->plugin_url.'images/featured_plugins/Booking_calendar_featured.png',
includes/front_end.php CHANGED
@@ -47,7 +47,7 @@ class wpdevart_countdown_front_end{
47
  "start_time" => mktime (date("H"), date("i"), date("s"),date("n"), date("j"),date("Y")),
48
  "countdown_end_type" => "time",
49
  "end_date" => date('d-m-Y 23:59'),
50
- "end_time" => "0,5,0",
51
  "action_end_time" => "hide",
52
  "content_position" => "center",
53
  "top_ditance" => "10",
47
  "start_time" => mktime (date("H"), date("i"), date("s"),date("n"), date("j"),date("Y")),
48
  "countdown_end_type" => "time",
49
  "end_date" => date('d-m-Y 23:59'),
50
+ "end_time" => "0,7,0",
51
  "action_end_time" => "hide",
52
  "content_position" => "center",
53
  "top_ditance" => "10",
includes/library.php CHANGED
@@ -1,5 +1,5 @@
1
  <?php
2
- /*############################### LIBRARY CODE ###############################################*/
3
  class wpdevart_countdown_setting{
4
  public static $list_of_animations=array('bounce','flash','pulse','rubberBand','shake','swing','tada','wobble','bounceIn','bounceInDown','bounceInLeft','bounceInRight','bounceInUp','fadeIn','fadeInDown','fadeInDownBig','fadeInLeft','fadeInLeftBig','fadeInRight','fadeInRightBig','fadeInUp','fadeInUpBig','flip','flipInX','flipInY','lightSpeedIn','rotateIn','rotateInDownLeft','rotateInDownRight','rotateInUpLeft','rotateInUpRight','rollIn','zoomIn','zoomInDown','zoomInLeft','zoomInRight','zoomInUp');
5
  public static function get_animations_type_array($animation=''){
1
  <?php
2
+ /*############################### LIBRARY CODE PART ###############################################*/
3
  class wpdevart_countdown_setting{
4
  public static $list_of_animations=array('bounce','flash','pulse','rubberBand','shake','swing','tada','wobble','bounceIn','bounceInDown','bounceInLeft','bounceInRight','bounceInUp','fadeIn','fadeInDown','fadeInDownBig','fadeInLeft','fadeInLeftBig','fadeInRight','fadeInRightBig','fadeInUp','fadeInUpBig','flip','flipInX','flipInY','lightSpeedIn','rotateIn','rotateInDownLeft','rotateInDownRight','rotateInUpLeft','rotateInUpRight','rollIn','zoomIn','zoomInDown','zoomInLeft','zoomInRight','zoomInUp');
5
  public static function get_animations_type_array($animation=''){
includes/widget.php CHANGED
@@ -1,5 +1,5 @@
1
  <?php
2
- /*############################### WIDGET CODE ######################################*/
3
  class wpdevart_countdown extends WP_Widget {
4
  private static $id_for_content=0;
5
  // Constructor //
@@ -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,5,0',
63
  'end_time_date' => date('d-m-Y 23:59'),
64
  'action_end_time' => 'hide',
65
  'content' => '',
1
  <?php
2
+ /*############################### WIDGET CODE PART ######################################*/
3
  class wpdevart_countdown extends WP_Widget {
4
  private static $id_for_content=0;
5
  // Constructor //
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,0',
63
  'end_time_date' => date('d-m-Y 23:59'),
64
  'action_end_time' => 'hide',
65
  'content' => '',
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, birthday countdown, html5 countdown, wp countdown, countdown timer widget, website countdown, date countdown, flash countdown, time counter, countdown system, countdown form, time counter
5
  Requires at least: 3.3.0
6
  Tested up to: 4.6.1
7
- Stable tag: 1.6.1
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -365,7 +365,7 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
365
 
366
  = 1.5.7 =
367
 
368
- * Added pro version url.
369
 
370
  = 1.5.8 =
371
 
@@ -381,7 +381,11 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
381
 
382
  = 1.6.1 =
383
 
384
- * Added featured plugin.
 
 
 
 
385
 
386
  == Wordpress Countdown step by step guide ==
387
 
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, countdown form, time counter
5
  Requires at least: 3.3.0
6
  Tested up to: 4.6.1
7
+ Stable tag: 1.6.2
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
365
 
366
  = 1.5.7 =
367
 
368
+ * Added pro version url in menu.
369
 
370
  = 1.5.8 =
371
 
381
 
382
  = 1.6.1 =
383
 
384
+ * Added new featured plugin to the list.
385
+
386
+ = 1.6.2 =
387
+
388
+ * Fixed issues with date picker.
389
 
390
  == Wordpress Countdown step by step guide ==
391
 
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.1
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.6.2
7
  Author: wpdevart
8
  Author URI: http://wpdevart.com
9
  License: GPL3 http://www.gnu.org/licenses/gpl-3.0.html