Countdown Timer – Widget Countdown - Version 1.4.7

Version Description

  • Edit some options.

=

Download this release

Release Info

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

Code changes from version 1.4.6 to 1.4.7

images/featured_plugins/facebook-comments-icon.png CHANGED
Binary file
includes/admin_menu.php CHANGED
@@ -150,7 +150,7 @@ class wpdevart_countdown_admin_menu{
150
  </tr>
151
  <tr>
152
  <td>
153
- <span style="color:red">After Countdown expire</span> <span title="Select the action you need after Countdown time expired." class="desription_class">?</span>
154
  </td>
155
  <td>
156
  <select id="countdownstart_on" >
@@ -162,7 +162,7 @@ class wpdevart_countdown_admin_menu{
162
  </tr>
163
  <tr>
164
  <td>
165
- Message after countdown expired<span title="Type the message that will appear after countdown expired. " class="desription_class">?</span>
166
  </td>
167
  <td>
168
  <textarea type="text" name="expeiret_text" id="expeiret_text"></textarea>
150
  </tr>
151
  <tr>
152
  <td>
153
+ <span style="color:red">After Countdown expire</span> <span title="Select the action you need after Countdown time expire." class="desription_class">?</span>
154
  </td>
155
  <td>
156
  <select id="countdownstart_on" >
162
  </tr>
163
  <tr>
164
  <td>
165
+ Message after countdown expired<span title="Type the message that will appear after countdown time expire. " class="desription_class">?</span>
166
  </td>
167
  <td>
168
  <textarea type="text" name="expeiret_text" id="expeiret_text"></textarea>
includes/style/jquery-ui-style.css CHANGED
@@ -173,7 +173,7 @@ input.ui-button {
173
  padding: .4em 1em;
174
  }
175
 
176
- /* button icon element(s) */
177
  .ui-button-icon-only .ui-icon,
178
  .ui-button-text-icon-primary .ui-icon,
179
  .ui-button-text-icon-secondary .ui-icon,
@@ -208,7 +208,7 @@ input.ui-button {
208
  }
209
 
210
  /* workarounds */
211
- /* reset extra padding in Firefox, see h5bp.com/l */
212
  input.ui-button::-moz-focus-inner,
213
  button.ui-button::-moz-focus-inner {
214
  border: 0;
173
  padding: .4em 1em;
174
  }
175
 
176
+ /* button icon elements */
177
  .ui-button-icon-only .ui-icon,
178
  .ui-button-text-icon-primary .ui-icon,
179
  .ui-button-text-icon-secondary .ui-icon,
208
  }
209
 
210
  /* workarounds */
211
+ /* reset extra padding in Firefox browser, see h5bp.com/l */
212
  input.ui-button::-moz-focus-inner,
213
  button.ui-button::-moz-focus-inner {
214
  border: 0;
includes/widget.php CHANGED
@@ -350,7 +350,7 @@ class wpdevart_countdown extends WP_Widget {
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'].';}';
350
  });
351
  ";
352
 
353
+ /************************** CSS Output ***********************************/
354
 
355
  $output_css='';
356
  $output_css.='#main_countedown_widget_'.self::$id_for_content.' .countdown{text-align:'.$parametrs['content_position'].';}';
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === Countdown WordPress 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.4.6
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -311,6 +311,10 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
311
 
312
  * Edit admin menu descriptions.
313
 
 
 
 
 
314
  == Wordpress Countdown step by step guide ==
315
 
316
  ### WordPress Countdown plugin options
1
  === Countdown WordPress 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, countdown system
5
  Requires at least: 3.3.0
6
  Tested up to: 4.2.3
7
+ Stable tag: 1.4.7
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
311
 
312
  * Edit admin menu descriptions.
313
 
314
+ = 1.4.7 =
315
+
316
+ * Edit some options.
317
+
318
  == Wordpress Countdown step by step guide ==
319
 
320
  ### 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: Countdown plugin is an nice tool to create and insert countdown timers into your posts/pages and widgets .
6
- Version: 1.4.6
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: Countdown plugin is an nice tool to create and insert countdown timers into your posts/pages and widgets .
6
+ Version: 1.4.7
7
  Author: wpdevart
8
  Author URI: http://wpdevart.com
9
  License: GPL3 http://www.gnu.org/licenses/gpl-3.0.html