Version Description
Download this release
Release Info
Developer | wpdevart |
Plugin | Countdown Timer – Widget Countdown |
Version | 2.0.5 |
Comparing to | |
See all releases |
Code changes from version 2.0.4 to 2.0.5
- includes/widget.php +0 -10
- readme.txt +1 -1
- wpdevart-countdown.php +1 -1
includes/widget.php
CHANGED
@@ -383,13 +383,3 @@ class wpdevart_countdown extends WP_Widget {
|
|
383 |
}
|
384 |
}
|
385 |
add_action('widgets_init', create_function('', 'return register_widget("wpdevart_countdown");'));
|
386 |
-
|
387 |
-
global $pagenow;
|
388 |
-
if( $pagenow == 'widgets.php') {
|
389 |
-
echo '
|
390 |
-
<style>
|
391 |
-
.pro_feature{
|
392 |
-
font-style:italic;
|
393 |
-
}
|
394 |
-
</style>';
|
395 |
-
}
|
383 |
}
|
384 |
}
|
385 |
add_action('widgets_init', create_function('', 'return register_widget("wpdevart_countdown");'));
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
5 |
Requires at least: 3.3.0
|
6 |
Tested up to: 5.1.1
|
7 |
-
Stable tag: 2.0.
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
4 |
Tags: countdown, countdown widget, countdown timer, countdown system, countdown generator
|
5 |
Requires at least: 3.3.0
|
6 |
Tested up to: 5.1.1
|
7 |
+
Stable tag: 2.0.5
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
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: 2.0.
|
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: 2.0.5
|
7 |
Author: wpdevart
|
8 |
Author URI: http://wpdevart.com
|
9 |
License: GPL3 http://www.gnu.org/licenses/gpl-3.0.html
|