Version Description
- Added descriptions for some functions.
=
Download this release
Release Info
Developer | wpdevart |
Plugin | Countdown Timer – Widget Countdown |
Version | 1.7.7 |
Comparing to | |
See all releases |
Code changes from version 1.7.6 to 1.7.7
- includes/admin_menu.php +2 -0
- includes/front_end.php +1 -1
- includes/style/jquery-ui-style.css +1 -0
- includes/widget.php +1 -1
- readme.txt +8 -4
- wpdevart-countdown.php +3 -1
includes/admin_menu.php
CHANGED
@@ -418,6 +418,8 @@ die;
|
|
418 |
wp_enqueue_style('wpdevart-countdown-admin-style');
|
419 |
}
|
420 |
|
|
|
|
|
421 |
public function main_menu_function(){
|
422 |
?>
|
423 |
<h2 class="headin_countdown">WordPress Countdown General Page</h2>
|
418 |
wp_enqueue_style('wpdevart-countdown-admin-style');
|
419 |
}
|
420 |
|
421 |
+
/*###################### Main menu function ##################*/
|
422 |
+
|
423 |
public function main_menu_function(){
|
424 |
?>
|
425 |
<h2 class="headin_countdown">WordPress Countdown General Page</h2>
|
includes/front_end.php
CHANGED
@@ -54,7 +54,7 @@ class wpdevart_countdown_front_end{
|
|
54 |
"start_time" => mktime (date("H"), date("i"), date("s"),date("n"), date("j"),date("Y")),
|
55 |
"countdown_end_type" => "time",
|
56 |
"end_date" => date('d-m-Y 23:59'),
|
57 |
-
"end_time" => "0,
|
58 |
"action_end_time" => "hide",
|
59 |
"content_position" => "center",
|
60 |
"top_ditance" => "10",
|
54 |
"start_time" => mktime (date("H"), date("i"), date("s"),date("n"), date("j"),date("Y")),
|
55 |
"countdown_end_type" => "time",
|
56 |
"end_date" => date('d-m-Y 23:59'),
|
57 |
+
"end_time" => "0,7,7",
|
58 |
"action_end_time" => "hide",
|
59 |
"content_position" => "center",
|
60 |
"top_ditance" => "10",
|
includes/style/jquery-ui-style.css
CHANGED
@@ -110,6 +110,7 @@
|
|
110 |
left: 0;
|
111 |
cursor: default;
|
112 |
}
|
|
|
113 |
.ui-button {
|
114 |
display: inline-block;
|
115 |
position: relative;
|
110 |
left: 0;
|
111 |
cursor: default;
|
112 |
}
|
113 |
+
/*Button style*/
|
114 |
.ui-button {
|
115 |
display: inline-block;
|
116 |
position: relative;
|
includes/widget.php
CHANGED
@@ -61,7 +61,7 @@ class wpdevart_countdown extends WP_Widget {
|
|
61 |
'text_for_second' => 'Seconds',
|
62 |
'start_time' => mktime (date("H"), date("i"), date("s"),date("n"), date("j"),date("Y")),
|
63 |
'end_time_type' => 'time',
|
64 |
-
'end_time' => '0,
|
65 |
'end_time_date' => date('d-m-Y 23:59'),
|
66 |
'action_end_time' => 'hide',
|
67 |
'content' => '',
|
61 |
'text_for_second' => 'Seconds',
|
62 |
'start_time' => mktime (date("H"), date("i"), date("s"),date("n"), date("j"),date("Y")),
|
63 |
'end_time_type' => 'time',
|
64 |
+
'end_time' => '0,7,7',
|
65 |
'end_time_date' => date('d-m-Y 23:59'),
|
66 |
'action_end_time' => 'hide',
|
67 |
'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 timer plugin, wordpress countdown, html5 countdown, wp countdown, countdown timer widget, website countdown, date countdown, flash countdown, time counter, countdown system
|
5 |
Requires at least: 3.3.0
|
6 |
Tested up to: 4.7.2
|
7 |
-
Stable tag: 1.7.
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -119,9 +119,9 @@ Countdown plugin use the website server time, that's why you see other time in f
|
|
119 |
|
120 |
Dear user, contact us at support@wpdevart.com and we will fix it, usually the problem comes from jQuery version or one of your plugins.
|
121 |
|
122 |
-
= What files I need to upload for installing the plugin =
|
123 |
|
124 |
-
You need to select the .zip file
|
125 |
|
126 |
= I purchased the pro version, but didn't download the Countdown pro file =
|
127 |
|
@@ -129,7 +129,7 @@ Contact us at support@wpdevart.com and we will send you the pro version.
|
|
129 |
|
130 |
= The Countdown pro version is one time pay or not =
|
131 |
|
132 |
-
Yes dear users, you need to pay only one time for
|
133 |
|
134 |
Dear users, we also recommend you to take a look for this useful plugins - [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) .
|
135 |
|
@@ -447,6 +447,10 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
|
|
447 |
|
448 |
* Edited countdown standard position styles.
|
449 |
|
|
|
|
|
|
|
|
|
450 |
== Wordpress Countdown step by step guide ==
|
451 |
|
452 |
### 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 timer plugin, wordpress countdown, html5 countdown, wp countdown, countdown timer widget, website countdown, date countdown, flash countdown, time counter, countdown system
|
5 |
Requires at least: 3.3.0
|
6 |
Tested up to: 4.7.2
|
7 |
+
Stable tag: 1.7.7
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
119 |
|
120 |
Dear user, contact us at support@wpdevart.com and we will fix it, usually the problem comes from jQuery version or one of your plugins.
|
121 |
|
122 |
+
= What files I need to upload for installing the countdown plugin =
|
123 |
|
124 |
+
You need to select the .zip file, there is no need to extract the zip file, just upload it.
|
125 |
|
126 |
= I purchased the pro version, but didn't download the Countdown pro file =
|
127 |
|
129 |
|
130 |
= The Countdown pro version is one time pay or not =
|
131 |
|
132 |
+
Yes dear users, you need to pay only one time for Countdown pro version, it's lifetime plan.
|
133 |
|
134 |
Dear users, we also recommend you to take a look for this useful plugins - [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) .
|
135 |
|
447 |
|
448 |
* Edited countdown standard position styles.
|
449 |
|
450 |
+
= 1.7.7 =
|
451 |
+
|
452 |
+
* Added descriptions for some functions.
|
453 |
+
|
454 |
== Wordpress Countdown step by step guide ==
|
455 |
|
456 |
### 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.7.
|
7 |
Author: wpdevart
|
8 |
Author URI: http://wpdevart.com
|
9 |
License: GPL3 http://www.gnu.org/licenses/gpl-3.0.html
|
@@ -45,6 +45,8 @@ class wpdevart_countdown_main{
|
|
45 |
add_action('admin_menu', array($wpdevart_countdown_admin_menu,'create_menu'));
|
46 |
|
47 |
}
|
|
|
|
|
48 |
|
49 |
public function wpdevart_countdown_front_end(){
|
50 |
|
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.7
|
7 |
Author: wpdevart
|
8 |
Author URI: http://wpdevart.com
|
9 |
License: GPL3 http://www.gnu.org/licenses/gpl-3.0.html
|
45 |
add_action('admin_menu', array($wpdevart_countdown_admin_menu,'create_menu'));
|
46 |
|
47 |
}
|
48 |
+
|
49 |
+
/*###################### Countdown front end function ##################*/
|
50 |
|
51 |
public function wpdevart_countdown_front_end(){
|
52 |
|