Version Description
- Added another new featured plugin.
=
Download this release
Release Info
Developer | wpdevart |
Plugin | Countdown Timer – Widget Countdown |
Version | 1.1.8 |
Comparing to | |
See all releases |
Code changes from version 1.1.7 to 1.1.8
- images/featured_plugins/lightbox.png +0 -0
- includes/admin_menu.php +6 -0
- readme.txt +25 -5
- wpdevart-countdown.php +1 -1
images/featured_plugins/lightbox.png
CHANGED
Binary file
|
includes/admin_menu.php
CHANGED
@@ -434,6 +434,12 @@ die;
|
|
434 |
'title' => 'WordPress Countdown plugin',
|
435 |
'description' => 'WordPress Countdown plugin is an nice tool to create and insert countdown timers into your posts/pages and widgets.'
|
436 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
437 |
'facebook'=>array(
|
438 |
'image_url' => $this->plugin_url.'images/featured_plugins/facebook.jpg',
|
439 |
'site_url' => 'http://wpdevart.com/wordpress-facebook-like-box-plugin',
|
434 |
'title' => 'WordPress Countdown plugin',
|
435 |
'description' => 'WordPress Countdown plugin is an nice tool to create and insert countdown timers into your posts/pages and widgets.'
|
436 |
),
|
437 |
+
'lightbox'=>array(
|
438 |
+
'image_url' => $this->plugin_url.'images/featured_plugins/lightbox.png',
|
439 |
+
'site_url' => 'http://wpdevart.com/wordpress-lightbox-plugin',
|
440 |
+
'title' => 'WordPress Lightbox plugin',
|
441 |
+
'description' => 'WordPress lightbox plugin is an high customizable and responsive product for displaying images and videos in popup.'
|
442 |
+
),
|
443 |
'facebook'=>array(
|
444 |
'image_url' => $this->plugin_url.'images/featured_plugins/facebook.jpg',
|
445 |
'site_url' => 'http://wpdevart.com/wordpress-facebook-like-box-plugin',
|
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, upcoming, event 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 |
|
@@ -60,7 +60,11 @@ You can upgrade WordPress Countdown plugin to [WordPress Countdown Pro](http://w
|
|
60 |
|
61 |
### If you found any bug in our WordPress Countdown plugin or have a question contact us at support@wpdevart.com.
|
62 |
|
63 |
-
We recommend you to take a look for this useful plugins
|
|
|
|
|
|
|
|
|
64 |
|
65 |
== Installation ==
|
66 |
|
@@ -76,7 +80,11 @@ Installing the **WordPress Countdown plugin**
|
|
76 |
|
77 |
That's all, now you can create and insert Countdown timers into your pages/posts and widgets. If any problem occurs, contact us at [support@wpdevart.com](mailto:support@wpdevart.com).
|
78 |
|
79 |
-
Also, we recommend you to take a look for this useful plugins - [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) .
|
|
|
|
|
|
|
|
|
80 |
|
81 |
== Frequently Asked Questions ==
|
82 |
|
@@ -91,7 +99,11 @@ After you installed the Countdown plugin you can go to your pages/posts and just
|
|
91 |
After you installed the plugin you need to check your widgets page(Appearance>Widgets) and then drag and drop "WordPress Countdown plugin" widget into your sidebar.
|
92 |
After that set your Countdown timer options. Now your Countdown widget is ready.
|
93 |
|
94 |
-
Dear users, we also recommend you to take a look for this useful plugins - [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) .
|
|
|
|
|
|
|
|
|
95 |
|
96 |
== Screenshots ==
|
97 |
|
@@ -167,6 +179,10 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
|
|
167 |
|
168 |
* Added new featured plugin to the list.
|
169 |
|
|
|
|
|
|
|
|
|
170 |
== Wordpress Countdown step by step guide ==
|
171 |
|
172 |
### WordPress Countdown plugin options
|
@@ -200,4 +216,8 @@ After installation activate the plugin, then go to your pages, posts and just cl
|
|
200 |
After installation activate the plugin, then check your widgets page(Appearance>Widgets) and then drag and drop "WordPress Countdown plugin" widget into your sidebar.
|
201 |
After that set your Countdown timer options. That's all.
|
202 |
|
203 |
-
|
|
|
|
|
|
|
|
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, upcoming, event countdown
|
5 |
Requires at least: 3.3.0
|
6 |
Tested up to: 4.2.3
|
7 |
+
Stable tag: 1.1.8
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
60 |
|
61 |
### If you found any bug in our WordPress Countdown plugin or have a question contact us at support@wpdevart.com.
|
62 |
|
63 |
+
**We recommend you to take a look for this useful plugins -** [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) .
|
64 |
+
|
65 |
+
### The Best Offer From WpDevArt
|
66 |
+
|
67 |
+
**You can check the best offer page here - [Best Price](http://wpdevart.com/the-best-offer-from-wpdevart)**
|
68 |
|
69 |
== Installation ==
|
70 |
|
80 |
|
81 |
That's all, now you can create and insert Countdown timers into your pages/posts and widgets. If any problem occurs, contact us at [support@wpdevart.com](mailto:support@wpdevart.com).
|
82 |
|
83 |
+
Also, we recommend you to take a look for this useful plugins - [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) .
|
84 |
+
|
85 |
+
### The Best Offer From WpDevArt
|
86 |
+
|
87 |
+
**You can check the best offer page here - [Best Price](http://wpdevart.com/the-best-offer-from-wpdevart)**
|
88 |
|
89 |
== Frequently Asked Questions ==
|
90 |
|
99 |
After you installed the plugin you need to check your widgets page(Appearance>Widgets) and then drag and drop "WordPress Countdown plugin" widget into your sidebar.
|
100 |
After that set your Countdown timer options. Now your Countdown widget is ready.
|
101 |
|
102 |
+
Dear users, we also recommend you to take a look for this useful plugins - [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) .
|
103 |
+
|
104 |
+
### The Best Offer From WpDevArt
|
105 |
+
|
106 |
+
**You can check the best offer page here - [Best Price](http://wpdevart.com/the-best-offer-from-wpdevart)**
|
107 |
|
108 |
== Screenshots ==
|
109 |
|
179 |
|
180 |
* Added new featured plugin to the list.
|
181 |
|
182 |
+
= 1.1.8 =
|
183 |
+
|
184 |
+
* Added another new featured plugin.
|
185 |
+
|
186 |
== Wordpress Countdown step by step guide ==
|
187 |
|
188 |
### WordPress Countdown plugin options
|
216 |
After installation activate the plugin, then check your widgets page(Appearance>Widgets) and then drag and drop "WordPress Countdown plugin" widget into your sidebar.
|
217 |
After that set your Countdown timer options. That's all.
|
218 |
|
219 |
+
### The Best Offer From WpDevArt
|
220 |
+
|
221 |
+
**You can check the best offer page here - [Best Price](http://wpdevart.com/the-best-offer-from-wpdevart)**
|
222 |
+
|
223 |
+
We recommend you to take a look for this useful plugins - [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) .
|
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.8
|
7 |
Author: wpdevart
|
8 |
Author URI: http://wpdevart.com
|
9 |
License: GPL3 http://www.gnu.org/licenses/gpl-3.0.html
|