Countdown Timer – Widget Countdown - Version 1.9.2

Version Description

Download this release

Release Info

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

Code changes from version 1.9.1 to 1.9.2

includes/admin_menu.php CHANGED
@@ -522,12 +522,6 @@ die;
522
  'title' => 'WordPress Facebook comments',
523
  'description' => 'WordPress Facebook comments plugin will help you to display Facebook Comments on your website. You can use Facebook Comments on your pages/posts.'
524
  ),
525
- 'countdown'=>array(
526
- 'image_url' => $this->plugin_url.'images/featured_plugins/countdown.jpg',
527
- 'site_url' => 'http://wpdevart.com/wordpress-countdown-plugin/',
528
- 'title' => 'WordPress Countdown plugin',
529
- 'description' => 'WordPress Countdown plugin is an nice tool for creating countdown timers for your website posts/pages and widgets.'
530
- ),
531
  'lightbox'=>array(
532
  'image_url' => $this->plugin_url.'images/featured_plugins/lightbox.png',
533
  'site_url' => 'http://wpdevart.com/wordpress-lightbox-plugin',
522
  'title' => 'WordPress Facebook comments',
523
  'description' => 'WordPress Facebook comments plugin will help you to display Facebook Comments on your website. You can use Facebook Comments on your pages/posts.'
524
  ),
 
 
 
 
 
 
525
  'lightbox'=>array(
526
  'image_url' => $this->plugin_url.'images/featured_plugins/lightbox.png',
527
  'site_url' => 'http://wpdevart.com/wordpress-lightbox-plugin',
includes/front_end.php CHANGED
@@ -32,7 +32,7 @@ class wpdevart_countdown_front_end{
32
 
33
  }
34
 
35
- /*###################### Scripts and Styles part ##################*/
36
 
37
  public function generete_front_javascript(){
38
 
@@ -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,9,9",
60
  "action_end_time" => "hide",
61
  "content_position" => "center",
62
  "top_ditance" => "10",
32
 
33
  }
34
 
35
+ /*###################### Generete Front Javascript Function ##################*/
36
 
37
  public function generete_front_javascript(){
38
 
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",
includes/library.php CHANGED
@@ -128,7 +128,7 @@ class wpdevart_countdown_setting{
128
 
129
  }
130
 
131
- /*############################### THEME COLOR FUNCTION #######################################*/
132
 
133
  public static function darkest_brigths($color,$pracent){
134
  $new_color=$color;
128
 
129
  }
130
 
131
+ /*############################### THEME FUNCTION #######################################*/
132
 
133
  public static function darkest_brigths($color,$pracent){
134
  $new_color=$color;
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,9,9',
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,8,8',
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, count down, jQuery countdown, animated countdown, 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,
5
  Requires at least: 3.3.0
6
  Tested up to: 4.8.3
7
- Stable tag: 1.9.1
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -21,6 +21,10 @@ You can use our Countdown timer in your posts/pages and widgets. It's very easy
21
 
22
  * [Circle Countdown Demo](http://demo.wpdevart.com/wordpress-countdown-demo)
23
 
 
 
 
 
24
  Our WordPress Countdown plugin have a lot of useful features that you will like.
25
 
26
  ### Features of Free version
@@ -60,10 +64,6 @@ You can upgrade WordPress Countdown plugin to [WordPress Countdown Pro](http://w
60
  * **39 awesome animation effects for Countdown timer**
61
  * **Premium Support**
62
 
63
- ### Check our New Countdown plugin as well:
64
-
65
- * [Countdown Extended](https://wordpress.org/plugins/countdown-wpdevart-extended)
66
-
67
  ### If you found any bug in our plugin or have a question contact us at support@wpdevart.com.
68
 
69
  We recommend you to take a look for this useful plugins - [WordPress Counter plugin](https://wordpress.org/plugins/countdown-wpdevart-extended/), [WordPress Gallery](https://wordpress.org/plugins/gallery-album), [WordPress Contact Form](https://wordpress.org/plugins/contact-forms-builder/), [WordPress booking calendar](https://wordpress.org/plugins/booking-calendar), [WordPress Poll plugin](https://wordpress.org/plugins/polls-widget/), [WordPress Facebook like box](https://wordpress.org/plugins/like-box), [WordPress YouTube](https://wordpress.org/plugins/youtube-video-player), [WordPress Coming soon plugin](https://wordpress.org/plugins/coming-soon-page), [Facebook comments WordPress](https://wordpress.org/plugins/comments-from-facebook), [WordPress lightbox plugin](https://wordpress.org/plugins/lightbox-popup) .
@@ -72,7 +72,7 @@ We recommend you to take a look for this useful plugins - [WordPress Counter plu
72
 
73
  **You can check the best offer page here - [Best Price](http://wpdevart.com/the-best-offer-from-wpdevart)**
74
 
75
- Our plugin have a lot of nice features, be sure you checked them all(date countdown, animated countdown, event countdown, jQuery countdown, timer, countdown clock, html5 countdown, , flash countdown, time counter).
76
 
77
  == Installation ==
78
 
4
  Tags: countdown, countdown widget, countdown timer, countdown system, countdown generator, count down, jQuery countdown, animated countdown, 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,
5
  Requires at least: 3.3.0
6
  Tested up to: 4.8.3
7
+ Stable tag: 1.9.2
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
21
 
22
  * [Circle Countdown Demo](http://demo.wpdevart.com/wordpress-countdown-demo)
23
 
24
+ ### Check our new Extended version on this page:
25
+
26
+ * [Countdown Extended](https://wordpress.org/plugins/countdown-wpdevart-extended)
27
+
28
  Our WordPress Countdown plugin have a lot of useful features that you will like.
29
 
30
  ### Features of Free version
64
  * **39 awesome animation effects for Countdown timer**
65
  * **Premium Support**
66
 
 
 
 
 
67
  ### If you found any bug in our plugin or have a question contact us at support@wpdevart.com.
68
 
69
  We recommend you to take a look for this useful plugins - [WordPress Counter plugin](https://wordpress.org/plugins/countdown-wpdevart-extended/), [WordPress Gallery](https://wordpress.org/plugins/gallery-album), [WordPress Contact Form](https://wordpress.org/plugins/contact-forms-builder/), [WordPress booking calendar](https://wordpress.org/plugins/booking-calendar), [WordPress Poll plugin](https://wordpress.org/plugins/polls-widget/), [WordPress Facebook like box](https://wordpress.org/plugins/like-box), [WordPress YouTube](https://wordpress.org/plugins/youtube-video-player), [WordPress Coming soon plugin](https://wordpress.org/plugins/coming-soon-page), [Facebook comments WordPress](https://wordpress.org/plugins/comments-from-facebook), [WordPress lightbox plugin](https://wordpress.org/plugins/lightbox-popup) .
72
 
73
  **You can check the best offer page here - [Best Price](http://wpdevart.com/the-best-offer-from-wpdevart)**
74
 
75
+ Our plugin have a lot of nice features, be sure you checked them all(date countdown, animated countdown, event countdown, jQuery countdown, timer, countdown clock, html5 countdown, flash countdown, time counter, Holiday Countdown, Christmas Countdown, Halloween Countdown).
76
 
77
  == Installation ==
78
 
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.9.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.9.2
7
  Author: wpdevart
8
  Author URI: http://wpdevart.com
9
  License: GPL3 http://www.gnu.org/licenses/gpl-3.0.html