Version Description
- Corrected some text.
=
Download this release
Release Info
Developer | wpdevart |
Plugin | Countdown Timer – Widget Countdown |
Version | 1.0.8 |
Comparing to | |
See all releases |
Code changes from version 1.0.7 to 1.0.8
- includes/front_end.php +1 -1
- includes/widget.php +2 -2
- readme.txt +8 -4
- wpdevart-countdown.php +1 -1
includes/front_end.php
CHANGED
@@ -14,7 +14,7 @@ class wpdevart_countdown_front_end{
|
|
14 |
function __construct($params){
|
15 |
|
16 |
$this->databese_parametrs=$params['databese_parametrs'];
|
17 |
-
//if plugin url
|
18 |
if(isset($params['plugin_url']))
|
19 |
$this->plugin_url=$params['plugin_url'];
|
20 |
else
|
14 |
function __construct($params){
|
15 |
|
16 |
$this->databese_parametrs=$params['databese_parametrs'];
|
17 |
+
//if plugin url doesn't come in parent class
|
18 |
if(isset($params['plugin_url']))
|
19 |
$this->plugin_url=$params['plugin_url'];
|
20 |
else
|
includes/widget.php
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
<?php
|
2 |
-
/*############################### WIDGET ###############################################*/
|
3 |
class wpdevart_countdown extends WP_Widget {
|
4 |
private static $id_for_content=0;
|
5 |
// Constructor //
|
@@ -10,7 +10,7 @@ class wpdevart_countdown extends WP_Widget {
|
|
10 |
|
11 |
}
|
12 |
|
13 |
-
/*
|
14 |
function widget($args, $instance) {
|
15 |
self::$id_for_content++;
|
16 |
extract( $args );
|
1 |
<?php
|
2 |
+
/*############################### COUNTDOWN WIDGET CODE ###############################################*/
|
3 |
class wpdevart_countdown extends WP_Widget {
|
4 |
private static $id_for_content=0;
|
5 |
// Constructor //
|
10 |
|
11 |
}
|
12 |
|
13 |
+
/*WordPress countdown display in front*/
|
14 |
function widget($args, $instance) {
|
15 |
self::$id_for_content++;
|
16 |
extract( $args );
|
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,
|
5 |
Requires at least: 3.3.0
|
6 |
Tested up to: 4.2.3
|
7 |
-
Stable tag: 1.0.
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -125,7 +125,11 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
|
|
125 |
|
126 |
= 1.0.7 =
|
127 |
|
128 |
-
*
|
|
|
|
|
|
|
|
|
129 |
|
130 |
== Wordpress Countdown step by step guide ==
|
131 |
|
@@ -151,9 +155,9 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
|
|
151 |
* Countdown timer Font family - Choose the Countdown Font family.
|
152 |
* Countdown animation type - Choose the Countdown animation type you need.
|
153 |
|
154 |
-
### Adding WordPress Countdown timer in your pages
|
155 |
|
156 |
-
|
157 |
|
158 |
### Adding WordPress Countdown timer to your sidebar
|
159 |
|
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.0.8
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
125 |
|
126 |
= 1.0.7 =
|
127 |
|
128 |
+
* Bug fixed.
|
129 |
+
|
130 |
+
= 1.0.8 =
|
131 |
+
|
132 |
+
* Corrected some text.
|
133 |
|
134 |
== Wordpress Countdown step by step guide ==
|
135 |
|
155 |
* Countdown timer Font family - Choose the Countdown Font family.
|
156 |
* Countdown animation type - Choose the Countdown animation type you need.
|
157 |
|
158 |
+
### Adding WordPress Countdown timer in your pages, posts
|
159 |
|
160 |
+
After installation activate the plugin, then go to your pages,posts and just click on Countdown shortcode button and add Countdown timer for your pages/posts.
|
161 |
|
162 |
### Adding WordPress Countdown timer to your sidebar
|
163 |
|
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.0.
|
7 |
Author: wpdevart
|
8 |
Author URI: http://wpdevart.com
|
9 |
License: GPL3
|
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.0.8
|
7 |
Author: wpdevart
|
8 |
Author URI: http://wpdevart.com
|
9 |
License: GPL3
|