Version Description
- made some changes.
=
Download this release
Release Info
Developer | wpdevart |
Plugin | Countdown Timer – Widget Countdown |
Version | 1.3.7 |
Comparing to | |
See all releases |
Code changes from version 1.3.6 to 1.3.7
- includes/admin_menu.php +1 -1
- includes/library.php +1 -1
- readme.txt +6 -2
- wpdevart-countdown.php +1 -1
includes/admin_menu.php
CHANGED
@@ -482,7 +482,7 @@ die;
|
|
482 |
'image_url' => $this->plugin_url.'images/featured_plugins/lightbox.png',
|
483 |
'site_url' => 'http://wpdevart.com/wordpress-lightbox-plugin',
|
484 |
'title' => 'WordPress Lightbox plugin',
|
485 |
-
'description' => 'WordPress lightbox
|
486 |
),
|
487 |
'facebook'=>array(
|
488 |
'image_url' => $this->plugin_url.'images/featured_plugins/facebook.jpg',
|
482 |
'image_url' => $this->plugin_url.'images/featured_plugins/lightbox.png',
|
483 |
'site_url' => 'http://wpdevart.com/wordpress-lightbox-plugin',
|
484 |
'title' => 'WordPress Lightbox plugin',
|
485 |
+
'description' => 'WordPress lightbox is an high customizable and responsive plugin for displaying images and videos in popup.'
|
486 |
),
|
487 |
'facebook'=>array(
|
488 |
'image_url' => $this->plugin_url.'images/featured_plugins/facebook.jpg',
|
includes/library.php
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
<?php
|
2 |
-
/*###############################
|
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 |
+
/*############################### 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=''){
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
-
===
|
2 |
Contributors: wpdevart
|
3 |
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.
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -263,6 +263,10 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
|
|
263 |
|
264 |
* change some texts.
|
265 |
|
|
|
|
|
|
|
|
|
266 |
== Wordpress Countdown step by step guide ==
|
267 |
|
268 |
### WordPress Countdown plugin options
|
1 |
+
=== Countdown WordPress ===
|
2 |
Contributors: wpdevart
|
3 |
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.7
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
263 |
|
264 |
* change some texts.
|
265 |
|
266 |
+
= 1.3.7 =
|
267 |
+
|
268 |
+
* made some changes.
|
269 |
+
|
270 |
== Wordpress Countdown step by step guide ==
|
271 |
|
272 |
### 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.
|
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.7
|
7 |
Author: wpdevart
|
8 |
Author URI: http://wpdevart.com
|
9 |
License: GPL3 http://www.gnu.org/licenses/gpl-3.0.html
|