Version Description
- Change featured plugin information.
=
Download this release
Release Info
Developer | wpdevart |
Plugin | Countdown Timer – Widget Countdown |
Version | 2.0.9 |
Comparing to | |
See all releases |
Code changes from version 2.0.8 to 2.0.9
- images/featured_plugins/facebook.jpg +0 -0
- includes/admin_menu.php +2 -2
- readme.txt +6 -2
- wpdevart-countdown.php +1 -1
images/featured_plugins/facebook.jpg
CHANGED
Binary file
|
includes/admin_menu.php
CHANGED
@@ -540,7 +540,7 @@ die;
|
|
540 |
'facebook-comments'=>array(
|
541 |
'image_url' => $this->plugin_url.'images/featured_plugins/facebook-comments-icon.png',
|
542 |
'site_url' => 'http://wpdevart.com/wordpress-facebook-comments-plugin/',
|
543 |
-
'title' => '
|
544 |
'description' => 'WordPress Facebook comments plugin will help you to display Facebook Comments on your website. You can use Facebook Comments on your pages/posts.'
|
545 |
),
|
546 |
'lightbox'=>array(
|
@@ -552,7 +552,7 @@ die;
|
|
552 |
'facebook'=>array(
|
553 |
'image_url' => $this->plugin_url.'images/featured_plugins/facebook.jpg',
|
554 |
'site_url' => 'http://wpdevart.com/wordpress-facebook-like-box-plugin',
|
555 |
-
'title' => '
|
556 |
'description' => '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.'
|
557 |
),
|
558 |
'poll'=>array(
|
540 |
'facebook-comments'=>array(
|
541 |
'image_url' => $this->plugin_url.'images/featured_plugins/facebook-comments-icon.png',
|
542 |
'site_url' => 'http://wpdevart.com/wordpress-facebook-comments-plugin/',
|
543 |
+
'title' => 'Wpdevart Social comments',
|
544 |
'description' => 'WordPress Facebook comments plugin will help you to display Facebook Comments on your website. You can use Facebook Comments on your pages/posts.'
|
545 |
),
|
546 |
'lightbox'=>array(
|
552 |
'facebook'=>array(
|
553 |
'image_url' => $this->plugin_url.'images/featured_plugins/facebook.jpg',
|
554 |
'site_url' => 'http://wpdevart.com/wordpress-facebook-like-box-plugin',
|
555 |
+
'title' => 'Social Like Box',
|
556 |
'description' => '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.'
|
557 |
),
|
558 |
'poll'=>array(
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: wpdevart
|
|
3 |
Donate link: http://wpdevart.com/wordpress-countdown-plugin
|
4 |
Tags: countdown, countdown widget, countdown timer, countdown system, countdown generator
|
5 |
Requires at least: 3.3.0
|
6 |
-
Tested up to: 5.2.
|
7 |
-
Stable tag: 2.0.
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -474,6 +474,10 @@ Yes dear users, you need to pay only one time for pro version, it's lifetime pla
|
|
474 |
|
475 |
* Made some changes in code.
|
476 |
|
|
|
|
|
|
|
|
|
477 |
== Step by step guide ==
|
478 |
|
479 |
### Options
|
3 |
Donate link: http://wpdevart.com/wordpress-countdown-plugin
|
4 |
Tags: countdown, countdown widget, countdown timer, countdown system, countdown generator
|
5 |
Requires at least: 3.3.0
|
6 |
+
Tested up to: 5.2.4
|
7 |
+
Stable tag: 2.0.9
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
474 |
|
475 |
* Made some changes in code.
|
476 |
|
477 |
+
= 2.0.9 =
|
478 |
+
|
479 |
+
* Change featured plugin information.
|
480 |
+
|
481 |
== Step by step guide ==
|
482 |
|
483 |
### 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: 2.0.
|
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: 2.0.9
|
7 |
Author: wpdevart
|
8 |
Author URI: http://wpdevart.com
|
9 |
License: GPL3 http://www.gnu.org/licenses/gpl-3.0.html
|