Countdown Timer – Widget Countdown - Version 1.9.7

Version Description

Download this release

Release Info

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

Code changes from version 1.9.6 to 1.9.7

includes/admin_menu.php CHANGED
@@ -484,18 +484,18 @@ die;
484
 
485
  public function featured_plugins(){
486
  $plugins_array=array(
487
- 'gallery_album'=>array(
488
- 'image_url' => $this->plugin_url.'images/featured_plugins/gallery-album-icon.png',
489
- 'site_url' => 'http://wpdevart.com/wordpress-gallery-plugin',
490
- 'title' => 'WordPress Gallery plugin',
491
- 'description' => 'Gallery plugin is an useful tool that will help you to create Galleries and Albums. Try our nice Gallery views and awesome animations.'
492
- ),
493
  'countdown_extended'=>array(
494
  'image_url' => $this->plugin_url.'images/featured_plugins/icon-128x128.png',
495
  'site_url' => 'http://wpdevart.com/wordpress-countdown-extended-version',
496
  'title' => 'Countdown - Extended version ',
497
  'description' => 'Countdown extended is an fresh and extended version of countdown timer. You can easily create and add countdown timers to your website.'
498
- ),
 
 
 
 
 
 
499
  'coming_soon'=>array(
500
  'image_url' => $this->plugin_url.'images/featured_plugins/coming_soon.jpg',
501
  'site_url' => 'http://wpdevart.com/wordpress-coming-soon-plugin/',
484
 
485
  public function featured_plugins(){
486
  $plugins_array=array(
 
 
 
 
 
 
487
  'countdown_extended'=>array(
488
  'image_url' => $this->plugin_url.'images/featured_plugins/icon-128x128.png',
489
  'site_url' => 'http://wpdevart.com/wordpress-countdown-extended-version',
490
  'title' => 'Countdown - Extended version ',
491
  'description' => 'Countdown extended is an fresh and extended version of countdown timer. You can easily create and add countdown timers to your website.'
492
+ ),
493
+ 'gallery_album'=>array(
494
+ 'image_url' => $this->plugin_url.'images/featured_plugins/gallery-album-icon.png',
495
+ 'site_url' => 'http://wpdevart.com/wordpress-gallery-plugin',
496
+ 'title' => 'WordPress Gallery plugin',
497
+ 'description' => 'Gallery plugin is an useful tool that will help you to create Galleries and Albums. Try our nice Gallery views and awesome animations.'
498
+ ),
499
  'coming_soon'=>array(
500
  'image_url' => $this->plugin_url.'images/featured_plugins/coming_soon.jpg',
501
  'site_url' => 'http://wpdevart.com/wordpress-coming-soon-plugin/',
includes/front_end.php CHANGED
@@ -56,7 +56,7 @@ class wpdevart_countdown_front_end{
56
  "start_time" => mktime (date("H"), date("i"), date("s"),date("n"), date("j"),date("Y")),
57
  "countdown_end_type" => "time",
58
  "end_date" => date('d-m-Y 23:59'),
59
- "end_time" => "0,9,9",
60
  "action_end_time" => "hide",
61
  "content_position" => "center",
62
  "top_ditance" => "10",
56
  "start_time" => mktime (date("H"), date("i"), date("s"),date("n"), date("j"),date("Y")),
57
  "countdown_end_type" => "time",
58
  "end_date" => date('d-m-Y 23:59'),
59
+ "end_time" => "0,7,7",
60
  "action_end_time" => "hide",
61
  "content_position" => "center",
62
  "top_ditance" => "10",
includes/widget.php CHANGED
@@ -63,7 +63,7 @@ class wpdevart_countdown extends WP_Widget {
63
  'text_for_second' => 'Seconds',
64
  'start_time' => mktime (date("H"), date("i"), date("s"),date("n"), date("j"),date("Y")),
65
  'end_time_type' => 'time',
66
- 'end_time' => '0,9,9',
67
  'end_time_date' => date('d-m-Y 23:59'),
68
  'action_end_time' => 'hide',
69
  'content' => '',
63
  'text_for_second' => 'Seconds',
64
  'start_time' => mktime (date("H"), date("i"), date("s"),date("n"), date("j"),date("Y")),
65
  'end_time_type' => 'time',
66
+ 'end_time' => '0,7,7',
67
  'end_time_date' => date('d-m-Y 23:59'),
68
  'action_end_time' => 'hide',
69
  'content' => '',
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: 4.9.4
7
- Stable tag: 1.9.6
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
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: 4.9.6
7
+ Stable tag: 1.9.7
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
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: 1.9.6
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: 1.9.7
7
  Author: wpdevart
8
  Author URI: http://wpdevart.com
9
  License: GPL3 http://www.gnu.org/licenses/gpl-3.0.html