Version Description
Download this release
Release Info
Developer | wpdevart |
Plugin | Countdown Timer – Widget Countdown |
Version | 1.0.6 |
Comparing to | |
See all releases |
Code changes from version 1.0.5 to 1.0.6
- includes/admin_menu.php +1 -1
- readme.txt +10 -2
- wpdevart-countdown.php +1 -1
includes/admin_menu.php
CHANGED
@@ -432,7 +432,7 @@ die;
|
|
432 |
'image_url' => $this->plugin_url.'images/featured_plugins/facebook.jpg',
|
433 |
'site_url' => 'http://wpdevart.com/wordpress-facebook-like-box-plugin',
|
434 |
'title' => 'Facebook Like Box',
|
435 |
-
'description' => 'Our Facebook like box plugin will help you to display Facebook like box on your wesite, just add Facebook Like box widget to your sidebar and use it
|
436 |
),
|
437 |
'poll'=>array(
|
438 |
'image_url' => $this->plugin_url.'images/featured_plugins/poll.png',
|
432 |
'image_url' => $this->plugin_url.'images/featured_plugins/facebook.jpg',
|
433 |
'site_url' => 'http://wpdevart.com/wordpress-facebook-like-box-plugin',
|
434 |
'title' => 'Facebook Like Box',
|
435 |
+
'description' => 'Our Facebook like box plugin will help you to display Facebook like box on your wesite, just add Facebook Like box widget to your sidebar or insert it into your posts/pages and use it.'
|
436 |
),
|
437 |
'poll'=>array(
|
438 |
'image_url' => $this->plugin_url.'images/featured_plugins/poll.png',
|
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 |
|
@@ -117,7 +117,15 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
|
|
117 |
|
118 |
= 1.0.3 =
|
119 |
|
120 |
-
*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
121 |
|
122 |
== Wordpress Countdown step by step guide ==
|
123 |
|
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.6
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
117 |
|
118 |
= 1.0.3 =
|
119 |
|
120 |
+
* Bug fixed on version 1.0.3 .
|
121 |
+
|
122 |
+
= 1.0.4 =
|
123 |
+
|
124 |
+
* Corrected some mistakes in code .
|
125 |
+
|
126 |
+
= 1.0.5 =
|
127 |
+
|
128 |
+
* Bug fixed.
|
129 |
|
130 |
== Wordpress Countdown step by step guide ==
|
131 |
|
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.6
|
7 |
Author: wpdevart
|
8 |
Author URI: http://wpdevart.com
|
9 |
License: GPL3
|