Version Description
Download this release
Release Info
Developer | wpdevart |
Plugin | Countdown Timer – Widget Countdown |
Version | 1.0.5 |
Comparing to | |
See all releases |
Code changes from version 1.0.4 to 1.0.5
- images/featured_plugins/facebook-comments-icon.png +0 -0
- includes/admin_menu.php +6 -0
- readme.txt +9 -1
- wpdevart-countdown.php +1 -1
images/featured_plugins/facebook-comments-icon.png
ADDED
Binary file
|
includes/admin_menu.php
CHANGED
@@ -416,6 +416,12 @@ die;
|
|
416 |
'title' => 'WordPress YouTube Embed',
|
417 |
'description' => 'YouTube Embed plugin is an convenient tool for adding video to your website. Use YouTube Embed plugin to add YouTube videos in posts/pages, widgets.'
|
418 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
419 |
'countdown'=>array(
|
420 |
'image_url' => $this->plugin_url.'images/featured_plugins/countdown.jpg',
|
421 |
'site_url' => 'http://wpdevart.com/wordpress-countdown-plugin/',
|
416 |
'title' => 'WordPress YouTube Embed',
|
417 |
'description' => 'YouTube Embed plugin is an convenient tool for adding video to your website. Use YouTube Embed plugin to add YouTube videos in posts/pages, widgets.'
|
418 |
),
|
419 |
+
'facebook-comments'=>array(
|
420 |
+
'image_url' => $this->plugin_url.'images/featured_plugins/facebook-comments-icon.png',
|
421 |
+
'site_url' => 'http://wpdevart.com/wordpress-facebook-comments-plugin/',
|
422 |
+
'title' => 'WordPress Facebook comments',
|
423 |
+
'description' => 'Our Facebook comments plugin will help you to display Facebook Comments on your website. You can use Facebook Comments on your pages/posts.'
|
424 |
+
),
|
425 |
'countdown'=>array(
|
426 |
'image_url' => $this->plugin_url.'images/featured_plugins/countdown.jpg',
|
427 |
'site_url' => 'http://wpdevart.com/wordpress-countdown-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,
|
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 |
|
@@ -111,6 +111,14 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
|
|
111 |
|
112 |
* Bug fixed on version 1.0.1 .
|
113 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
114 |
== Wordpress Countdown step by step guide ==
|
115 |
|
116 |
### 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,
|
5 |
Requires at least: 3.3.0
|
6 |
Tested up to: 4.2.3
|
7 |
+
Stable tag: 1.0.5
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
111 |
|
112 |
* Bug fixed on version 1.0.1 .
|
113 |
|
114 |
+
= 1.0.2 =
|
115 |
+
|
116 |
+
* Bug fixed.
|
117 |
+
|
118 |
+
= 1.0.3 =
|
119 |
+
|
120 |
+
* Fixed notices in code.
|
121 |
+
|
122 |
== Wordpress Countdown step by step guide ==
|
123 |
|
124 |
### 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: 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.5
|
7 |
Author: wpdevart
|
8 |
Author URI: http://wpdevart.com
|
9 |
License: GPL3
|