Countdown Timer – Widget Countdown - Version 1.3.4

Version Description

  • Edit fatured plugins list.

=

Download this release

Release Info

Developer wpdevart
Plugin Icon 128x128 Countdown Timer – Widget Countdown
Version 1.3.4
Comparing to
See all releases

Code changes from version 1.3.3 to 1.3.4

includes/admin_menu.php CHANGED
@@ -476,7 +476,7 @@ die;
476
  'image_url' => $this->plugin_url.'images/featured_plugins/countdown.jpg',
477
  'site_url' => 'http://wpdevart.com/wordpress-countdown-plugin/',
478
  'title' => 'WordPress Countdown plugin',
479
- 'description' => 'WordPress Countdown plugin is an nice tool to create and insert countdown timers into your posts/pages and widgets.'
480
  ),
481
  'lightbox'=>array(
482
  'image_url' => $this->plugin_url.'images/featured_plugins/lightbox.png',
476
  'image_url' => $this->plugin_url.'images/featured_plugins/countdown.jpg',
477
  'site_url' => 'http://wpdevart.com/wordpress-countdown-plugin/',
478
  'title' => 'WordPress Countdown plugin',
479
+ 'description' => 'WordPress Countdown plugin is an nice tool for creating countdown timers for your posts/pages and widgets.'
480
  ),
481
  'lightbox'=>array(
482
  'image_url' => $this->plugin_url.'images/featured_plugins/lightbox.png',
includes/widget.php CHANGED
@@ -18,7 +18,7 @@ class wpdevart_countdown extends WP_Widget {
18
  // Before widget code //
19
  echo $before_widget;
20
 
21
- // Title of widget //
22
  if ( $title ) { echo $before_title . $title . $after_title; }
23
  // Widget output //
24
  echo $this->wpdevart_generete_front_end($instance);
18
  // Before widget code //
19
  echo $before_widget;
20
 
21
+ // Widget title//
22
  if ( $title ) { echo $before_title . $title . $after_title; }
23
  // Widget output //
24
  echo $this->wpdevart_generete_front_end($instance);
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, time counter
5
  Requires at least: 3.3.0
6
  Tested up to: 4.2.3
7
- Stable tag: 1.3.3
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -251,6 +251,10 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
251
 
252
  * Edit admin options.
253
 
 
 
 
 
254
  == Wordpress Countdown step by step guide ==
255
 
256
  ### 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, time counter
5
  Requires at least: 3.3.0
6
  Tested up to: 4.2.3
7
+ Stable tag: 1.3.4
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
251
 
252
  * Edit admin options.
253
 
254
+ = 1.3.4 =
255
+
256
+ * Edit fatured plugins list.
257
+
258
  == Wordpress Countdown step by step guide ==
259
 
260
  ### 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.3.3
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.3.4
7
  Author: wpdevart
8
  Author URI: http://wpdevart.com
9
  License: GPL3 http://www.gnu.org/licenses/gpl-3.0.html