Countdown Timer – Widget Countdown - Version 1.3.0

Version Description

  • change some admin options.

=

Download this release

Release Info

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

Code changes from version 1.2.9 to 1.3.0

includes/admin_menu.php CHANGED
@@ -313,7 +313,7 @@ class wpdevart_countdown_admin_menu{
313
  jQuery('.coming_set_hiddens').each(function(index, element) {
314
  jQuery('.tr_'+jQuery(this).val()).show();
315
  });
316
- // show hidden countdown end date type
317
  jQuery('.show_hide_experet_type').change(function(){
318
  if(jQuery(this).val()=='date'){
319
  jQuery('.expert_type_date').show();
313
  jQuery('.coming_set_hiddens').each(function(index, element) {
314
  jQuery('.tr_'+jQuery(this).val()).show();
315
  });
316
+ //Sshow hidden countdown end date type
317
  jQuery('.show_hide_experet_type').change(function(){
318
  if(jQuery(this).val()=='date'){
319
  jQuery('.expert_type_date').show();
includes/library.php CHANGED
@@ -1,5 +1,5 @@
1
  <?php
2
- /*############################### COUNTDOWN PLUGIN LIBRARY CODE ###############################################*/
3
  class wpdevart_countdown_setting{
4
  public static $list_of_animations=array('bounce','flash','pulse','rubberBand','shake','swing','tada','wobble','bounceIn','bounceInDown','bounceInLeft','bounceInRight','bounceInUp','fadeIn','fadeInDown','fadeInDownBig','fadeInLeft','fadeInLeftBig','fadeInRight','fadeInRightBig','fadeInUp','fadeInUpBig','flip','flipInX','flipInY','lightSpeedIn','rotateIn','rotateInDownLeft','rotateInDownRight','rotateInUpLeft','rotateInUpRight','rollIn','zoomIn','zoomInDown','zoomInLeft','zoomInRight','zoomInUp');
5
  public static function get_animations_type_array($animation=''){
1
  <?php
2
+ /*############################### COUNTDOWN LIBRARY CODE ###############################################*/
3
  class wpdevart_countdown_setting{
4
  public static $list_of_animations=array('bounce','flash','pulse','rubberBand','shake','swing','tada','wobble','bounceIn','bounceInDown','bounceInLeft','bounceInRight','bounceInUp','fadeIn','fadeInDown','fadeInDownBig','fadeInLeft','fadeInLeftBig','fadeInRight','fadeInRightBig','fadeInUp','fadeInUpBig','flip','flipInX','flipInY','lightSpeedIn','rotateIn','rotateInDownLeft','rotateInDownRight','rotateInUpLeft','rotateInUpRight','rollIn','zoomIn','zoomInDown','zoomInLeft','zoomInRight','zoomInUp');
5
  public static function get_animations_type_array($animation=''){
includes/widget.php CHANGED
@@ -338,7 +338,7 @@ class wpdevart_countdown extends WP_Widget {
338
  </div>';
339
  $output_html.='</div>';
340
 
341
- /**************************************************************/
342
  $output_js='';
343
 
344
  if($parametrs['action_end_time']=='hide'){
@@ -350,7 +350,7 @@ class wpdevart_countdown extends WP_Widget {
350
  });
351
  ";
352
 
353
- /*************************************************************/
354
 
355
  $output_css='';
356
  $output_css.='#main_countedown_widget_'.self::$id_for_content.' .countdown{text-align:'.$parametrs['content_position'].';}';
338
  </div>';
339
  $output_html.='</div>';
340
 
341
+ /************************** Output JS ************************************/
342
  $output_js='';
343
 
344
  if($parametrs['action_end_time']=='hide'){
350
  });
351
  ";
352
 
353
+ /************************** Output CSS ***********************************/
354
 
355
  $output_css='';
356
  $output_css.='#main_countedown_widget_'.self::$id_for_content.' .countdown{text-align:'.$parametrs['content_position'].';}';
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.2.9
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -231,6 +231,14 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
231
 
232
  * Corrected mistakes.
233
 
 
 
 
 
 
 
 
 
234
  == Wordpress Countdown step by step guide ==
235
 
236
  ### 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.3.0
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
231
 
232
  * Corrected mistakes.
233
 
234
+ = 1.2.9 =
235
+
236
+ * change some texts in code.
237
+
238
+ = 1.3.0 =
239
+
240
+ * change some admin options.
241
+
242
  == Wordpress Countdown step by step guide ==
243
 
244
  ### 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.2.9
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.0
7
  Author: wpdevart
8
  Author URI: http://wpdevart.com
9
  License: GPL3 http://www.gnu.org/licenses/gpl-3.0.html