Countdown Timer – Widget Countdown - Version 2.4.9

Version Description

  • Changed some styles.

=

Download this release

Release Info

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

Code changes from version 2.4.8 to 2.4.9

includes/admin_menu.php CHANGED
@@ -187,7 +187,7 @@ class wpdevart_countdown_admin_menu{
187
  </tr>
188
  <tr>
189
  <td>
190
- <span style="color:red">After Countdown expire</span> <span title="Select the action you prefere after Countdown time expire." class="desription_class">?</span>
191
  </td>
192
  <td>
193
  <select id="countdownstart_on" >
@@ -572,13 +572,13 @@ die;
572
  <br>
573
  <div class="image_width_description">
574
  <h2 style="font-size: 20px; text-align: center; ">Adding a countdown in post or page</h2><br>
575
- <div style="font-size:15px; text-align: center; max-width: 1024px; margin: 0 auto;">If you are using Classic Editor, then click on shortcode button and set Countdown timer options, then click on "Insert Countdown" button. Check the left screenshot below. If you are using Block-Enabled Editor, then click on Plus button and open Common Blocks tab, then click on WpDevArt countdown and configure settings. Check the right screenshot below.</div>
576
  <br/>
577
  <div style="text-align:center"><img class="image" style="max-width:35%;margin-right:10px;border: 1px solid #000000;" src="<?php echo $this->plugin_url.'images/clasic_editor_button_place.jpg' ?>"><img style="max-width:35%; border: 1px solid #000000;" class="image" src="<?php echo $this->plugin_url.'images/gutenberg_button_place.jpg' ?>"></div>
578
  </div>
579
  <div class="image_width_description">
580
- <h2 style="font-size: 20px; text-align:center;">Adding a countdown in widget</h2><br>
581
- <div style="font-size:15px; text-align: center; max-width: 1024px; margin: 0 auto;">For adding countdown timer into your website Sidebars go to your website Widgets page, pick and drop Countdown widget into your sidebar. Then set the Countdown timer options, then save changes. Look the screenshot below</div><br>
582
  <div style="text-align:center"><img style="max-width:35%; border: 1px solid #000000;" class="image" src="<?php echo $this->plugin_url.'images/widget_place.jpg' ?>"></div>
583
  </div>
584
 
187
  </tr>
188
  <tr>
189
  <td>
190
+ <span style="color:#7052fb">After Countdown expire</span> <span title="Select the action you prefere after Countdown time expire." class="desription_class">?</span>
191
  </td>
192
  <td>
193
  <select id="countdownstart_on" >
572
  <br>
573
  <div class="image_width_description">
574
  <h2 style="font-size: 20px; text-align: center; ">Adding a countdown in post or page</h2><br>
575
+ <div style="font-size:15px; text-align: center; max-width: 1024px; margin: 0 auto;">If you are using Classic Editor, then click on the shortcode button and set Countdown timer options, then click on the "Insert Countdown" button. Check the left screenshot below. If you are using Block-Enabled Editor, then click on the Plus button and open the Common Blocks tab, then click on WpDevArt countdown and configure settings. Check the right screenshot below.</div>
576
  <br/>
577
  <div style="text-align:center"><img class="image" style="max-width:35%;margin-right:10px;border: 1px solid #000000;" src="<?php echo $this->plugin_url.'images/clasic_editor_button_place.jpg' ?>"><img style="max-width:35%; border: 1px solid #000000;" class="image" src="<?php echo $this->plugin_url.'images/gutenberg_button_place.jpg' ?>"></div>
578
  </div>
579
  <div class="image_width_description">
580
+ <h2 style="font-size: 20px; text-align:center;">Adding a countdown in a widget</h2><br>
581
+ <div style="font-size:15px; text-align: center; max-width: 1024px; margin: 0 auto;">For adding a countdown timer into your website Sidebars go to your website Widgets page, pick and drop the Countdown widget into your sidebar. Then set the Countdown timer options, then save changes. Look at the screenshot below.</div><br>
582
  <div style="text-align:center"><img style="max-width:35%; border: 1px solid #000000;" class="image" src="<?php echo $this->plugin_url.'images/widget_place.jpg' ?>"></div>
583
  </div>
584
 
includes/gutenberg/block.js CHANGED
@@ -199,7 +199,7 @@
199
  wpda_countdown_fields.push(wpda_countdown_lb_days_hourse_minutes("countdownday","countdownhour","countdownminute","Countdown expire time","Type the Countdown expire time.",false,aditional_css_for_countdownday));
200
  wpda_countdown_fields.push(wpda_countdown_lb_calendar_input("countdown_experet_date","Countdown expire date","Type the Countdown expire date.",false,aditional_css_countdown_experet_date));
201
  wpda_countdown_fields.push(wpda_countdown_lb_simple_select("countdown_hide_on_mobile",hide_on_mobile_divace,"Show/Hide countdown on mobile devices","This option allow to show or hide countdown on mobile devices."));
202
- wpda_countdown_fields.push(wpda_countdown_lb_simple_select("countdownstart_on",{"hide":"Hide countdown","show_text":"Show text","redirect":"Redirect"},"After Countdown expire","Select the action you prefere after Countdown time expire.",false,{color:'red'}));
203
  wpda_countdown_fields.push(wpda_countdown_lb_simple_textarea("expeiret_text","Message after countdown expire","Type the message that will appear after countdown time expire."));
204
  wpda_countdown_fields.push(wpda_countdown_lb_simple_input("redirect_url","Redirect URL","Type here redirect URL."));
205
 
199
  wpda_countdown_fields.push(wpda_countdown_lb_days_hourse_minutes("countdownday","countdownhour","countdownminute","Countdown expire time","Type the Countdown expire time.",false,aditional_css_for_countdownday));
200
  wpda_countdown_fields.push(wpda_countdown_lb_calendar_input("countdown_experet_date","Countdown expire date","Type the Countdown expire date.",false,aditional_css_countdown_experet_date));
201
  wpda_countdown_fields.push(wpda_countdown_lb_simple_select("countdown_hide_on_mobile",hide_on_mobile_divace,"Show/Hide countdown on mobile devices","This option allow to show or hide countdown on mobile devices."));
202
+ wpda_countdown_fields.push(wpda_countdown_lb_simple_select("countdownstart_on",{"hide":"Hide countdown","show_text":"Show text","redirect":"Redirect"},"After Countdown expire","Select the action you prefer after Countdown time expire.",false,{color:'#7052fb'}));
203
  wpda_countdown_fields.push(wpda_countdown_lb_simple_textarea("expeiret_text","Message after countdown expire","Type the message that will appear after countdown time expire."));
204
  wpda_countdown_fields.push(wpda_countdown_lb_simple_input("redirect_url","Redirect URL","Type here redirect URL."));
205
 
includes/gutenberg/style.css CHANGED
@@ -104,10 +104,10 @@
104
  .wpda_countdown_element_description{
105
  float: right;
106
  cursor: default;
107
- color: #0074a2;
108
  font-size: 18px;
109
  font-weight: bold;
110
- border: 1px solid #000000;
111
  border-radius: 200px;
112
  height: 23px;
113
  padding-left: 6px;
104
  .wpda_countdown_element_description{
105
  float: right;
106
  cursor: default;
107
+ color: #7052fb;
108
  font-size: 18px;
109
  font-weight: bold;
110
+ border: 1px solid #7052fb;
111
  border-radius: 200px;
112
  height: 23px;
113
  padding-left: 6px;
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://wpdevart.com/wordpress-countdown-plugin
4
  Tags: countdown, countdown widget, countdown timer, countdown system, countdown generator
5
  Requires at least: 3.3.0
6
  Tested up to: 5.8
7
- Stable tag: 2.4.8
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -634,6 +634,10 @@ Yes dear users, you need to pay only one time for pro version, it's lifetime pla
634
 
635
  * Added a new language - Korean.
636
 
 
 
 
 
637
  == Step by step guide ==
638
 
639
  ### Options
4
  Tags: countdown, countdown widget, countdown timer, countdown system, countdown generator
5
  Requires at least: 3.3.0
6
  Tested up to: 5.8
7
+ Stable tag: 2.4.9
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
634
 
635
  * Added a new language - Korean.
636
 
637
+ = 2.4.9 =
638
+
639
+ * Changed some styles.
640
+
641
  == Step by step guide ==
642
 
643
  ### 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: 2.4.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: 2.4.9
7
  Author: wpdevart
8
  Author URI: http://wpdevart.com
9
  License: GPL3 http://www.gnu.org/licenses/gpl-3.0.html