Countdown Timer – Widget Countdown - Version 1.2.0

Version Description

  • Some changes.

=

Download this release

Release Info

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

Code changes from version 1.1.9 to 1.2.0

includes/admin_menu.php CHANGED
@@ -16,7 +16,7 @@ class wpdevart_countdown_admin_menu{
16
  $this->plugin_url=trailingslashit(dirname(plugins_url('',__FILE__)));
17
 
18
 
19
- // post page insert button
20
  add_action('media_buttons_context', array($this,'wpdevart_countdown_button'));
21
  add_action( 'wp_ajax_wpdevart_countdown_window_manager', array($this,'wpdevart_countdown_window_insert_content') );
22
 
16
  $this->plugin_url=trailingslashit(dirname(plugins_url('',__FILE__)));
17
 
18
 
19
+ // Post/Page insert button
20
  add_action('media_buttons_context', array($this,'wpdevart_countdown_button'));
21
  add_action( 'wp_ajax_wpdevart_countdown_window_manager', array($this,'wpdevart_countdown_window_insert_content') );
22
 
includes/front_end.php CHANGED
@@ -27,7 +27,7 @@ class wpdevart_countdown_front_end{
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');
27
  //For updated parameters
28
 
29
  }
30
+ /*###################### Scripts and Styles for Countdown Timer ##################*/
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.9
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -187,6 +187,10 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
187
 
188
  * fixed notices.
189
 
 
 
 
 
190
  == Wordpress Countdown step by step guide ==
191
 
192
  ### 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.2.0
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
187
 
188
  * fixed notices.
189
 
190
+ = 1.2.0 =
191
+
192
+ * Some changes.
193
+
194
  == Wordpress Countdown step by step guide ==
195
 
196
  ### 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.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.2.0
7
  Author: wpdevart
8
  Author URI: http://wpdevart.com
9
  License: GPL3 http://www.gnu.org/licenses/gpl-3.0.html