Countdown Timer – Widget Countdown - Version 1.6.4

Version Description

  • Edited admin option descriptions.

=

Download this release

Release Info

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

Code changes from version 1.6.3 to 1.6.4

includes/admin_menu.php CHANGED
@@ -130,7 +130,7 @@ class wpdevart_countdown_admin_menu{
130
  </tr>
131
  <tr class="expert_type_time">
132
  <td>
133
- Countdown expire time <span title="Type here the Countdown expire time." class="desription_class">?</span>
134
  </td>
135
  <td style="vertical-align: top !important;">
136
  <span style="display:inline-block; margin-right:3px; width:55px;">
@@ -458,7 +458,7 @@ die;
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',
@@ -476,7 +476,7 @@ die;
476
  'image_url' => $this->plugin_url.'images/featured_plugins/facebook-comments-icon.png',
477
  'site_url' => 'http://wpdevart.com/wordpress-facebook-comments-plugin/',
478
  'title' => 'WordPress Facebook comments',
479
- 'description' => 'Our Facebook comments plugin will help you to display Facebook Comments on your website. You can use Facebook Comments on your pages/posts.'
480
  ),
481
  'countdown'=>array(
482
  'image_url' => $this->plugin_url.'images/featured_plugins/countdown.jpg',
130
  </tr>
131
  <tr class="expert_type_time">
132
  <td>
133
+ Countdown expire time <span title="Type the Countdown expire time." class="desription_class">?</span>
134
  </td>
135
  <td style="vertical-align: top !important;">
136
  <span style="display:inline-block; margin-right:3px; width:55px;">
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 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',
476
  'image_url' => $this->plugin_url.'images/featured_plugins/facebook-comments-icon.png',
477
  'site_url' => 'http://wpdevart.com/wordpress-facebook-comments-plugin/',
478
  'title' => 'WordPress Facebook comments',
479
+ 'description' => 'Facebook comments plugin will help you to display Facebook Comments on your website. You can use Facebook Comments on your pages/posts.'
480
  ),
481
  'countdown'=>array(
482
  'image_url' => $this->plugin_url.'images/featured_plugins/countdown.jpg',
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,8,8",
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,7",
51
  "action_end_time" => "hide",
52
  "content_position" => "center",
53
  "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,8,8',
63
  'end_time_date' => date('d-m-Y 23:59'),
64
  'action_end_time' => 'hide',
65
  'content' => '',
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' => '',
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.3
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -391,6 +391,10 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
391
 
392
  * Made changes in install database.
393
 
 
 
 
 
394
  == Wordpress Countdown step by step guide ==
395
 
396
  ### 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, 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.4
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
391
 
392
  * Made changes in install database.
393
 
394
+ = 1.6.4 =
395
+
396
+ * Edited admin option descriptions.
397
+
398
  == Wordpress Countdown step by step guide ==
399
 
400
  ### 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.3
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.4
7
  Author: wpdevart
8
  Author URI: http://wpdevart.com
9
  License: GPL3 http://www.gnu.org/licenses/gpl-3.0.html