Version Description
- fixed notices.
=
Download this release
Release Info
Developer | wpdevart |
Plugin | Countdown Timer – Widget Countdown |
Version | 1.1.9 |
Comparing to | |
See all releases |
Code changes from version 1.1.8 to 1.1.9
- includes/admin_menu.php +1 -1
- includes/front_end.php +5 -5
- readme.txt +6 -2
- wpdevart-countdown.php +1 -1
includes/admin_menu.php
CHANGED
@@ -23,7 +23,7 @@ class wpdevart_countdown_admin_menu{
|
|
23 |
add_action( 'wp_ajax_wpdevart_countdown_page_save', array($this,'save_in_databese') );
|
24 |
add_action( 'wp_ajax_wpdevart_countdown_send_mail', array($this,'sending_mail') );
|
25 |
}
|
26 |
-
/*###############################
|
27 |
public function wpdevart_countdown_button($context) {
|
28 |
|
29 |
$img = $this->plugin_url. 'images/post_button.jpg';
|
23 |
add_action( 'wp_ajax_wpdevart_countdown_page_save', array($this,'save_in_databese') );
|
24 |
add_action( 'wp_ajax_wpdevart_countdown_send_mail', array($this,'sending_mail') );
|
25 |
}
|
26 |
+
/*############################### Post/Page insert button ########################################*/
|
27 |
public function wpdevart_countdown_button($context) {
|
28 |
|
29 |
$img = $this->plugin_url. 'images/post_button.jpg';
|
includes/front_end.php
CHANGED
@@ -14,20 +14,20 @@ class wpdevart_countdown_front_end{
|
|
14 |
function __construct($params){
|
15 |
|
16 |
$this->databese_parametrs=$params['databese_parametrs'];
|
17 |
-
//
|
18 |
if(isset($params['plugin_url']))
|
19 |
$this->plugin_url=$params['plugin_url'];
|
20 |
else
|
21 |
$this->plugin_url=trailingslashit(dirname(plugins_url('',__FILE__)));
|
22 |
|
23 |
-
//
|
24 |
add_action('wp_head',array($this,'generete_front_javascript'));
|
25 |
-
//
|
26 |
add_shortcode( 'wpdevart_countdown', array($this,'wpdevart_wpdevart_countdown_shortcode') );
|
27 |
-
//
|
28 |
|
29 |
}
|
30 |
-
/*###################### Scripts and Styles for
|
31 |
public function generete_front_javascript(){
|
32 |
|
33 |
wp_enqueue_script('countdown-front-end');
|
14 |
function __construct($params){
|
15 |
|
16 |
$this->databese_parametrs=$params['databese_parametrs'];
|
17 |
+
//If plugin url doesn't come in parent class
|
18 |
if(isset($params['plugin_url']))
|
19 |
$this->plugin_url=$params['plugin_url'];
|
20 |
else
|
21 |
$this->plugin_url=trailingslashit(dirname(plugins_url('',__FILE__)));
|
22 |
|
23 |
+
//Hooks for popup iframe
|
24 |
add_action('wp_head',array($this,'generete_front_javascript'));
|
25 |
+
// Add shortcode
|
26 |
add_shortcode( 'wpdevart_countdown', array($this,'wpdevart_wpdevart_countdown_shortcode') );
|
27 |
+
//For updated parameters
|
28 |
|
29 |
}
|
30 |
+
/*###################### Scripts and Styles for Countdown ##################*/
|
31 |
public function generete_front_javascript(){
|
32 |
|
33 |
wp_enqueue_script('countdown-front-end');
|
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, upcoming, event countdown
|
5 |
Requires at least: 3.3.0
|
6 |
Tested up to: 4.2.3
|
7 |
-
Stable tag: 1.1.
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -60,7 +60,7 @@ You can upgrade WordPress Countdown plugin to [WordPress Countdown Pro](http://w
|
|
60 |
|
61 |
### If you found any bug in our WordPress Countdown plugin or have a question contact us at support@wpdevart.com.
|
62 |
|
63 |
-
|
64 |
|
65 |
### The Best Offer From WpDevArt
|
66 |
|
@@ -183,6 +183,10 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
|
|
183 |
|
184 |
* Added another new featured plugin.
|
185 |
|
|
|
|
|
|
|
|
|
186 |
== Wordpress Countdown step by step guide ==
|
187 |
|
188 |
### 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, upcoming, event countdown
|
5 |
Requires at least: 3.3.0
|
6 |
Tested up to: 4.2.3
|
7 |
+
Stable tag: 1.1.9
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
60 |
|
61 |
### If you found any bug in our WordPress Countdown plugin or have a question contact us at support@wpdevart.com.
|
62 |
|
63 |
+
We recommend you to take a look for this useful plugins - [WordPress booking calendar](https://wordpress.org/plugins/booking-calendar), [WordPress Poll plugin](https://wordpress.org/plugins/polls-widget/), [WordPress Facebook like box](https://wordpress.org/plugins/like-box), [WordPress YouTube](https://wordpress.org/plugins/youtube-video-player), [WordPress Coming soon plugin](https://wordpress.org/plugins/coming-soon-page), [Facebook comments WordPress](https://wordpress.org/plugins/comments-from-facebook), [WordPress lightbox plugin](https://wordpress.org/plugins/lightbox-popup) .
|
64 |
|
65 |
### The Best Offer From WpDevArt
|
66 |
|
183 |
|
184 |
* Added another new featured plugin.
|
185 |
|
186 |
+
= 1.1.9 =
|
187 |
+
|
188 |
+
* fixed notices.
|
189 |
+
|
190 |
== Wordpress Countdown step by step guide ==
|
191 |
|
192 |
### 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.1.
|
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.1.9
|
7 |
Author: wpdevart
|
8 |
Author URI: http://wpdevart.com
|
9 |
License: GPL3 http://www.gnu.org/licenses/gpl-3.0.html
|