Countdown Timer – Widget Countdown - Version 2.4.0

Version Description

  • Fixed a style issue in the admin panel.

=

Download this release

Release Info

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

Code changes from version 2.3.9 to 2.4.0

includes/gutenberg/style.css CHANGED
@@ -164,4 +164,16 @@
164
  padding: 0px 23px 0px 10px !important;
165
  line-height: normal !important;
166
  font-size: 14px !important;
 
 
 
 
 
 
 
 
 
 
 
 
167
  }
164
  padding: 0px 23px 0px 10px !important;
165
  line-height: normal !important;
166
  font-size: 14px !important;
167
+ }
168
+ .wpdevart_countdown_content_block .components-datetime__time > fieldset{
169
+ vertical-align: top;
170
+ }
171
+ .wpdevart_countdown_content_block .components-datetime__time-field.components-datetime__time-field-time{
172
+ vertical-align: top;
173
+ }
174
+ .wpdevart_countdown_content_block .components-datetime__buttons{
175
+ display: none;
176
+ }
177
+ .wpdevart_countdown_content_block .components-datetime__time{
178
+ padding-bottom: 0px;
179
  }
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.7.2
7
- Stable tag: 2.3.9
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -598,6 +598,10 @@ Yes dear users, you need to pay only one time for pro version, it's lifetime pla
598
 
599
  * Added new language - Catalan.
600
 
 
 
 
 
601
  == Step by step guide ==
602
 
603
  ### Options
4
  Tags: countdown, countdown widget, countdown timer, countdown system, countdown generator
5
  Requires at least: 3.3.0
6
  Tested up to: 5.7.2
7
+ Stable tag: 2.4.0
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
598
 
599
  * Added new language - Catalan.
600
 
601
+ = 2.4.0 =
602
+
603
+ * Fixed a style issue in the admin panel.
604
+
605
  == Step by step guide ==
606
 
607
  ### 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.3.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: Countdown plugin is an nice tool to create and insert countdown timers into your posts/pages and widgets .
6
+ Version: 2.4.0
7
  Author: wpdevart
8
  Author URI: http://wpdevart.com
9
  License: GPL3 http://www.gnu.org/licenses/gpl-3.0.html