Version Description
- made some corrections.
=
Download this release
Release Info
Developer | wpdevart |
Plugin | Countdown Timer – Widget Countdown |
Version | 1.1.2 |
Comparing to | |
See all releases |
Code changes from version 1.1.1 to 1.1.2
- includes/style/jquery-ui-style.css +1 -1
- includes/widget.php +1 -1
- readme.txt +6 -2
- wpdevart-countdown.php +1 -1
includes/style/jquery-ui-style.css
CHANGED
@@ -70,7 +70,7 @@
|
|
70 |
/* Misc visuals
|
71 |
----------------------------------*/
|
72 |
|
73 |
-
/* Overlays */
|
74 |
.ui-widget-overlay {
|
75 |
position: fixed;
|
76 |
top: 0;
|
70 |
/* Misc visuals
|
71 |
----------------------------------*/
|
72 |
|
73 |
+
/* Overlays style */
|
74 |
.ui-widget-overlay {
|
75 |
position: fixed;
|
76 |
top: 0;
|
includes/widget.php
CHANGED
@@ -42,7 +42,7 @@ class wpdevart_countdown extends WP_Widget {
|
|
42 |
$instance['content_position'] = $new_instance['content_position'];
|
43 |
$instance['top_ditance'] = $new_instance['top_ditance'];
|
44 |
$instance['bottom_distance'] = $new_instance['bottom_distance'];
|
45 |
-
return $instance; /// return new value of parametrs
|
46 |
|
47 |
}
|
48 |
|
42 |
$instance['content_position'] = $new_instance['content_position'];
|
43 |
$instance['top_ditance'] = $new_instance['top_ditance'];
|
44 |
$instance['bottom_distance'] = $new_instance['bottom_distance'];
|
45 |
+
return $instance; /// function that return new value of parametrs
|
46 |
|
47 |
}
|
48 |
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== WordPress Countdown plugin ===
|
2 |
Contributors: wpdevart
|
3 |
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
|
5 |
Requires at least: 3.3.0
|
6 |
Tested up to: 4.2.3
|
7 |
-
Stable tag: 1.1.
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -143,6 +143,10 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
|
|
143 |
|
144 |
* edited some text.
|
145 |
|
|
|
|
|
|
|
|
|
146 |
== Wordpress Countdown step by step guide ==
|
147 |
|
148 |
### WordPress Countdown plugin options
|
1 |
=== WordPress Countdown plugin ===
|
2 |
Contributors: wpdevart
|
3 |
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
|
5 |
Requires at least: 3.3.0
|
6 |
Tested up to: 4.2.3
|
7 |
+
Stable tag: 1.1.2
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
143 |
|
144 |
* edited some text.
|
145 |
|
146 |
+
= 1.1.2 =
|
147 |
+
|
148 |
+
* made some corrections.
|
149 |
+
|
150 |
== Wordpress Countdown step by step guide ==
|
151 |
|
152 |
### 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: WordPress Countdown plugin is an nice tool to create and insert countdown timers into your posts/pages and widgets .
|
6 |
-
Version: 1.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: WordPress Countdown plugin is an nice tool to create and insert countdown timers into your posts/pages and widgets .
|
6 |
+
Version: 1.1.2
|
7 |
Author: wpdevart
|
8 |
Author URI: http://wpdevart.com
|
9 |
License: GPL3 http://www.gnu.org/licenses/gpl-3.0.html
|