Countdown Timer – Widget Countdown - Version 2.2.4

Version Description

  • Change the option name.

=

Download this release

Release Info

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

Code changes from version 2.2.3 to 2.2.4

includes/admin_menu.php CHANGED
@@ -176,7 +176,7 @@ class wpdevart_countdown_admin_menu{
176
  </tr>
177
  <tr>
178
  <td>
179
- <span>Show/Hide countdown on mobile devices</span> <span title="This option allow to show or hide countdown on mobile devices." class="desription_class">?</span>
180
  </td>
181
  <td>
182
  <select id="countdown_hide_on_mobile" >
@@ -464,6 +464,9 @@ die;
464
  if(isset($submenu[$sub_men_cap]))
465
  $submenu[$sub_men_cap][2][2]=wpdevart_countdown_support_url;
466
  }
 
 
 
467
  public function any_ideas(){
468
 
469
  }
@@ -643,7 +646,7 @@ die;
643
  'image_url' => $this->plugin_url.'images/featured_plugins/facebook.png',
644
  'site_url' => 'http://wpdevart.com/wordpress-facebook-like-box-plugin',
645
  'title' => 'Social Like Box',
646
- '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.'
647
  ),
648
  'poll'=>array(
649
  'image_url' => $this->plugin_url.'images/featured_plugins/poll.png',
176
  </tr>
177
  <tr>
178
  <td>
179
+ <span>Countdown on mobile devices</span> <span title="This option allow to show or hide countdown on mobile devices." class="desription_class">?</span>
180
  </td>
181
  <td>
182
  <select id="countdown_hide_on_mobile" >
464
  if(isset($submenu[$sub_men_cap]))
465
  $submenu[$sub_men_cap][2][2]=wpdevart_countdown_support_url;
466
  }
467
+
468
+ /*###################### Any ideas function ##################*/
469
+
470
  public function any_ideas(){
471
 
472
  }
646
  'image_url' => $this->plugin_url.'images/featured_plugins/facebook.png',
647
  'site_url' => 'http://wpdevart.com/wordpress-facebook-like-box-plugin',
648
  'title' => 'Social Like Box',
649
+ 'description' => 'Facebook like box plugin will help you to display Facebook like box on your website, just add Facebook Like box widget to sidebar or insert it into posts/pages and use it.'
650
  ),
651
  'poll'=>array(
652
  'image_url' => $this->plugin_url.'images/featured_plugins/poll.png',
includes/widget.php CHANGED
@@ -144,7 +144,7 @@ class wpdevart_countdown extends WP_Widget {
144
  color: rgba(10, 154, 62, 1);
145
  }</style>
146
  <p class="experet_type">
147
- <label for="<?php echo $this->get_field_id('end_time_type'); ?>">Show/Hide countdown on mobile devices</label>
148
  <br>
149
  <select class="show_hide_experet_type" id="<?php echo $this->get_field_id('end_time_type'); ?>" name="<?php echo $this->get_field_name('hide_on_mobile'); ?>">
150
  <option <?php selected('show',$instance['hide_on_mobile']) ?> value="show">Show</option>
144
  color: rgba(10, 154, 62, 1);
145
  }</style>
146
  <p class="experet_type">
147
+ <label for="<?php echo $this->get_field_id('end_time_type'); ?>">Countdown on mobile devices</label>
148
  <br>
149
  <select class="show_hide_experet_type" id="<?php echo $this->get_field_id('end_time_type'); ?>" name="<?php echo $this->get_field_name('hide_on_mobile'); ?>">
150
  <option <?php selected('show',$instance['hide_on_mobile']) ?> value="show">Show</option>
readme.txt CHANGED
@@ -4,7 +4,7 @@ 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.7
7
- Stable tag: 2.2.3
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -534,6 +534,10 @@ Yes dear users, you need to pay only one time for pro version, it's lifetime pla
534
 
535
  * Made some changes in code.
536
 
 
 
 
 
537
  == Step by step guide ==
538
 
539
  ### Options
4
  Tags: countdown, countdown widget, countdown timer, countdown system, countdown generator
5
  Requires at least: 3.3.0
6
  Tested up to: 5.7
7
+ Stable tag: 2.2.4
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
534
 
535
  * Made some changes in code.
536
 
537
+ = 2.2.4 =
538
+
539
+ * Change the option name.
540
+
541
  == Step by step guide ==
542
 
543
  ### 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.2.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: Countdown plugin is an nice tool to create and insert countdown timers into your posts/pages and widgets .
6
+ Version: 2.2.4
7
  Author: wpdevart
8
  Author URI: http://wpdevart.com
9
  License: GPL3 http://www.gnu.org/licenses/gpl-3.0.html