Version Description
- Edit admin options.
=
Download this release
Release Info
Developer | wpdevart |
Plugin | Countdown Timer – Widget Countdown |
Version | 1.4.0 |
Comparing to | |
See all releases |
Code changes from version 1.3.9 to 1.4.0
- includes/admin_menu.php +2 -2
- includes/widget.php +2 -2
- readme.txt +6 -2
- wpdevart-countdown.php +1 -1
includes/admin_menu.php
CHANGED
@@ -476,7 +476,7 @@ die;
|
|
476 |
'image_url' => $this->plugin_url.'images/featured_plugins/countdown.jpg',
|
477 |
'site_url' => 'http://wpdevart.com/wordpress-countdown-plugin/',
|
478 |
'title' => 'WordPress Countdown plugin',
|
479 |
-
'description' => 'WordPress Countdown plugin is an nice tool for creating countdown timers for your posts/pages and widgets.'
|
480 |
),
|
481 |
'lightbox'=>array(
|
482 |
'image_url' => $this->plugin_url.'images/featured_plugins/lightbox.png',
|
@@ -488,7 +488,7 @@ die;
|
|
488 |
'image_url' => $this->plugin_url.'images/featured_plugins/facebook.jpg',
|
489 |
'site_url' => 'http://wpdevart.com/wordpress-facebook-like-box-plugin',
|
490 |
'title' => 'Facebook Like Box',
|
491 |
-
'description' => 'Our Facebook like box plugin will help you to display Facebook like box on your wesite, just add Facebook Like box widget to
|
492 |
),
|
493 |
'poll'=>array(
|
494 |
'image_url' => $this->plugin_url.'images/featured_plugins/poll.png',
|
476 |
'image_url' => $this->plugin_url.'images/featured_plugins/countdown.jpg',
|
477 |
'site_url' => 'http://wpdevart.com/wordpress-countdown-plugin/',
|
478 |
'title' => 'WordPress Countdown plugin',
|
479 |
+
'description' => 'WordPress Countdown plugin is an nice tool for creating countdown timers for your website posts/pages and widgets.'
|
480 |
),
|
481 |
'lightbox'=>array(
|
482 |
'image_url' => $this->plugin_url.'images/featured_plugins/lightbox.png',
|
488 |
'image_url' => $this->plugin_url.'images/featured_plugins/facebook.jpg',
|
489 |
'site_url' => 'http://wpdevart.com/wordpress-facebook-like-box-plugin',
|
490 |
'title' => 'Facebook Like Box',
|
491 |
+
'description' => 'Our Facebook like box plugin will help you to display Facebook like box on your wesite, just add Facebook Like box widget to sidebar or insert it into posts/pages and use it.'
|
492 |
),
|
493 |
'poll'=>array(
|
494 |
'image_url' => $this->plugin_url.'images/featured_plugins/poll.png',
|
includes/widget.php
CHANGED
@@ -5,7 +5,7 @@ class wpdevart_countdown extends WP_Widget {
|
|
5 |
// Constructor //
|
6 |
function __construct() {
|
7 |
$widget_ops = array( 'classname' => 'wpdevart_countdown', 'description' => 'Countdown timer for widget ' ); // Widget Settings
|
8 |
-
$control_ops = array( 'id_base' => 'wpdevart_countdown' ); // Widget
|
9 |
parent::__construct( 'wpdevart_countdown', 'Countdown', $widget_ops, $control_ops ); // Create the widget
|
10 |
|
11 |
}
|
@@ -48,7 +48,7 @@ class wpdevart_countdown extends WP_Widget {
|
|
48 |
|
49 |
}
|
50 |
|
51 |
-
/* Admin page
|
52 |
function form($instance) {
|
53 |
|
54 |
$defaults = array(
|
5 |
// Constructor //
|
6 |
function __construct() {
|
7 |
$widget_ops = array( 'classname' => 'wpdevart_countdown', 'description' => 'Countdown timer for widget ' ); // Widget Settings
|
8 |
+
$control_ops = array( 'id_base' => 'wpdevart_countdown' ); // Widget Controls
|
9 |
parent::__construct( 'wpdevart_countdown', 'Countdown', $widget_ops, $control_ops ); // Create the widget
|
10 |
|
11 |
}
|
48 |
|
49 |
}
|
50 |
|
51 |
+
/* Admin page options */
|
52 |
function form($instance) {
|
53 |
|
54 |
$defaults = array(
|
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
|
5 |
Requires at least: 3.3.0
|
6 |
Tested up to: 4.2.3
|
7 |
-
Stable tag: 1.
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -253,7 +253,7 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
|
|
253 |
|
254 |
= 1.3.4 =
|
255 |
|
256 |
-
* Edit
|
257 |
|
258 |
= 1.3.5 =
|
259 |
|
@@ -275,6 +275,10 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
|
|
275 |
|
276 |
* Edit featured plugins texts.
|
277 |
|
|
|
|
|
|
|
|
|
278 |
== Wordpress Countdown step by step guide ==
|
279 |
|
280 |
### 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
|
5 |
Requires at least: 3.3.0
|
6 |
Tested up to: 4.2.3
|
7 |
+
Stable tag: 1.4.0
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
253 |
|
254 |
= 1.3.4 =
|
255 |
|
256 |
+
* Edit featured plugins list.
|
257 |
|
258 |
= 1.3.5 =
|
259 |
|
275 |
|
276 |
* Edit featured plugins texts.
|
277 |
|
278 |
+
= 1.4.0 =
|
279 |
+
|
280 |
+
* Edit admin options.
|
281 |
+
|
282 |
== Wordpress Countdown step by step guide ==
|
283 |
|
284 |
### 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 |
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.4.0
|
7 |
Author: wpdevart
|
8 |
Author URI: http://wpdevart.com
|
9 |
License: GPL3 http://www.gnu.org/licenses/gpl-3.0.html
|