Countdown Timer – Widget Countdown - Version 1.3.9

Version Description

  • Edit featured plugins texts.

=

Download this release

Release Info

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

Code changes from version 1.3.8 to 1.3.9

includes/admin_menu.php CHANGED
@@ -313,7 +313,7 @@ class wpdevart_countdown_admin_menu{
313
  jQuery('.coming_set_hiddens').each(function(index, element) {
314
  jQuery('.tr_'+jQuery(this).val()).show();
315
  });
316
- //Sshow hidden countdown end date type
317
  jQuery('.show_hide_experet_type').change(function(){
318
  if(jQuery(this).val()=='date'){
319
  jQuery('.expert_type_date').show();
@@ -493,7 +493,7 @@ die;
493
  'poll'=>array(
494
  'image_url' => $this->plugin_url.'images/featured_plugins/poll.png',
495
  'site_url' => 'http://wpdevart.com/wordpress-polls-plugin',
496
- 'title' => 'WordPress Poll',
497
  'description' => 'WordPress Polls plugin is an wonderful tool for creating polls and survey forms for your visitors. You can use our polls on widgets, posts and pages.'
498
  ),
499
 
313
  jQuery('.coming_set_hiddens').each(function(index, element) {
314
  jQuery('.tr_'+jQuery(this).val()).show();
315
  });
316
+ //Show hidden countdown end date type
317
  jQuery('.show_hide_experet_type').change(function(){
318
  if(jQuery(this).val()=='date'){
319
  jQuery('.expert_type_date').show();
493
  'poll'=>array(
494
  'image_url' => $this->plugin_url.'images/featured_plugins/poll.png',
495
  'site_url' => 'http://wpdevart.com/wordpress-polls-plugin',
496
+ 'title' => 'WordPress Polls plugin',
497
  'description' => 'WordPress Polls plugin is an wonderful tool for creating polls and survey forms for your visitors. You can use our polls on widgets, posts and pages.'
498
  ),
499
 
includes/widget.php CHANGED
@@ -338,7 +338,7 @@ class wpdevart_countdown extends WP_Widget {
338
  </div>';
339
  $output_html.='</div>';
340
 
341
- /************************** Output JS ************************************/
342
  $output_js='';
343
 
344
  if($parametrs['action_end_time']=='hide'){
338
  </div>';
339
  $output_html.='</div>';
340
 
341
+ /************************** JS Output ************************************/
342
  $output_js='';
343
 
344
  if($parametrs['action_end_time']=='hide'){
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, time counter
5
  Requires at least: 3.3.0
6
  Tested up to: 4.2.3
7
- Stable tag: 1.3.8
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -149,35 +149,35 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
149
 
150
  = 1.0.8 =
151
 
152
- * edit comments for developers.
153
 
154
  = 1.0.9 =
155
 
156
- * edit some comments in code.
157
 
158
  = 1.1.0 =
159
 
160
- * made some corrections.
161
 
162
  = 1.1.1 =
163
 
164
- * edited some text.
165
 
166
  = 1.1.2 =
167
 
168
- * made some corrections.
169
 
170
  = 1.1.3 =
171
 
172
- * edit some scripts.
173
 
174
  = 1.1.4 =
175
 
176
- * made changes.
177
 
178
  = 1.1.5 =
179
 
180
- * fixed notices.
181
 
182
  = 1.1.6 =
183
 
@@ -193,7 +193,7 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
193
 
194
  = 1.1.9 =
195
 
196
- * fixed notices.
197
 
198
  = 1.2.0 =
199
 
@@ -233,19 +233,19 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
233
 
234
  = 1.2.9 =
235
 
236
- * change some texts in code.
237
 
238
  = 1.3.0 =
239
 
240
- * change some admin options.
241
 
242
  = 1.3.1 =
243
 
244
- * edit admin options.
245
 
246
  = 1.3.2 =
247
 
248
- * fixed notices.
249
 
250
  = 1.3.3 =
251
 
@@ -261,15 +261,19 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
261
 
262
  = 1.3.6 =
263
 
264
- * change some texts.
265
 
266
  = 1.3.7 =
267
 
268
- * made some changes.
269
 
270
  = 1.3.8 =
271
 
272
- * fixed notices.
 
 
 
 
273
 
274
  == Wordpress Countdown step by step guide ==
275
 
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.9
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
149
 
150
  = 1.0.8 =
151
 
152
+ * Edit comments for developers.
153
 
154
  = 1.0.9 =
155
 
156
+ * Edit some comments in code.
157
 
158
  = 1.1.0 =
159
 
160
+ * Made some corrections.
161
 
162
  = 1.1.1 =
163
 
164
+ * Edited some text.
165
 
166
  = 1.1.2 =
167
 
168
+ * Made some corrections.
169
 
170
  = 1.1.3 =
171
 
172
+ * Edit some scripts.
173
 
174
  = 1.1.4 =
175
 
176
+ * Made changes.
177
 
178
  = 1.1.5 =
179
 
180
+ * Fixed notices.
181
 
182
  = 1.1.6 =
183
 
193
 
194
  = 1.1.9 =
195
 
196
+ * Fixed notices.
197
 
198
  = 1.2.0 =
199
 
233
 
234
  = 1.2.9 =
235
 
236
+ * Change some texts in code.
237
 
238
  = 1.3.0 =
239
 
240
+ * Change some admin options.
241
 
242
  = 1.3.1 =
243
 
244
+ * Edit admin options.
245
 
246
  = 1.3.2 =
247
 
248
+ * Fixed notices.
249
 
250
  = 1.3.3 =
251
 
261
 
262
  = 1.3.6 =
263
 
264
+ * Change some texts.
265
 
266
  = 1.3.7 =
267
 
268
+ * Made some changes.
269
 
270
  = 1.3.8 =
271
 
272
+ * Fixed notices.
273
+
274
+ = 1.3.9 =
275
+
276
+ * Edit featured plugins texts.
277
 
278
  == Wordpress Countdown step by step guide ==
279
 
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.3.8
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.3.9
7
  Author: wpdevart
8
  Author URI: http://wpdevart.com
9
  License: GPL3 http://www.gnu.org/licenses/gpl-3.0.html