Countdown Timer – Widget Countdown - Version 1.3.2

Version Description

  • fixed notices.

=

Download this release

Release Info

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

Code changes from version 1.3.1 to 1.3.2

Files changed (3) hide show
  1. includes/admin_menu.php +3 -3
  2. readme.txt +8 -4
  3. wpdevart-countdown.php +1 -1
includes/admin_menu.php CHANGED
@@ -16,14 +16,14 @@ class wpdevart_countdown_admin_menu{
16
  $this->plugin_url=trailingslashit(dirname(plugins_url('',__FILE__)));
17
 
18
 
19
- // Posts/Pages 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
 
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
- /*############################### Posts/Pages insert button ########################################*/
27
  public function wpdevart_countdown_button($context) {
28
 
29
  $img = $this->plugin_url. 'images/post_button.jpg';
@@ -143,7 +143,7 @@ class wpdevart_countdown_admin_menu{
143
  </span>
144
  <span style="display:inline-block; width:55px;">
145
  <input type="text" placeholder="Minut" id="countdownminute" size="3" value="1"/>
146
- <small>minute</small>
147
  </span>
148
  <input type="hidden" value='<?php echo mktime (date("H"), date("i"), date("s"),date("n"), date("j"),date("Y")); ?>' id="countdown_start_date" name="countdown_start_date" />
149
  </td>
16
  $this->plugin_url=trailingslashit(dirname(plugins_url('',__FILE__)));
17
 
18
 
19
+ // 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
 
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
+ /*############################### Insert button ########################################*/
27
  public function wpdevart_countdown_button($context) {
28
 
29
  $img = $this->plugin_url. 'images/post_button.jpg';
143
  </span>
144
  <span style="display:inline-block; width:55px;">
145
  <input type="text" placeholder="Minut" id="countdownminute" size="3" value="1"/>
146
+ <small>Minute</small>
147
  </span>
148
  <input type="hidden" value='<?php echo mktime (date("H"), date("i"), date("s"),date("n"), date("j"),date("Y")); ?>' id="countdown_start_date" name="countdown_start_date" />
149
  </td>
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === WordPress Countdown plugin ===
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
5
  Requires at least: 3.3.0
6
  Tested up to: 4.2.3
7
- Stable tag: 1.3.1
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -169,7 +169,7 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
169
 
170
  = 1.1.3 =
171
 
172
- * Edit some scripts.
173
 
174
  = 1.1.4 =
175
 
@@ -217,7 +217,7 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
217
 
218
  = 1.2.5 =
219
 
220
- * Edit menu options.
221
 
222
  = 1.2.6 =
223
 
@@ -243,6 +243,10 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
243
 
244
  * edit admin options.
245
 
 
 
 
 
246
  == Wordpress Countdown step by step guide ==
247
 
248
  ### WordPress Countdown plugin options
1
  === WordPress Countdown plugin ===
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.2
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
169
 
170
  = 1.1.3 =
171
 
172
+ * edit some scripts.
173
 
174
  = 1.1.4 =
175
 
217
 
218
  = 1.2.5 =
219
 
220
+ * Edit admin menu options.
221
 
222
  = 1.2.6 =
223
 
243
 
244
  * edit admin options.
245
 
246
+ = 1.3.2 =
247
+
248
+ * fixed notices.
249
+
250
  == Wordpress Countdown step by step guide ==
251
 
252
  ### 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.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.3.2
7
  Author: wpdevart
8
  Author URI: http://wpdevart.com
9
  License: GPL3 http://www.gnu.org/licenses/gpl-3.0.html