Countdown Timer – Widget Countdown - Version 2.3.4

Version Description

  • Changed the featured plugins page styles.

=

Download this release

Release Info

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

Code changes from version 2.3.3 to 2.3.4

includes/admin_menu.php CHANGED
@@ -97,7 +97,7 @@ class wpdevart_countdown_admin_menu{
97
  .pro_feature {
98
  font-size: 13px;
99
  font-weight: bold;
100
- color: rgba(10, 154, 62, 1);
101
  }
102
  </style>
103
  <table id="miain_wpdevart_countdown_window_manager" class="wp-list-table widefat fixed posts section_parametrs_table">
@@ -331,7 +331,7 @@ class wpdevart_countdown_admin_menu{
331
  <tr>
332
  <td colspan="2">
333
  <div style="display:inline-block; float:left;" class="mceActionPanel"><input type="button" id="cancel" name="cancel" value="Insert Countdown" class="button button-primary" onClick="insert_countdown();"/></div>
334
- <span style="float:right"><a href="http://wpdevart.com/wordpress-countdown-plugin" target="_blank" style="color: rgba(10, 154, 62, 1);; font-weight: bold; font-size: 18px; text-decoration: none;">Upgrade to Pro Version</a><br></span>
335
  </td>
336
  </tr>
337
  </tfoot>
@@ -708,19 +708,19 @@ die;
708
  margin: 0 auto;
709
  }
710
  .blue_button{
711
- display: inline-block;
712
- font-size: 15px;
713
- text-decoration: none;
714
- border-radius: 5px;
715
- color: #ffffff;
716
- font-weight: 400;
717
- opacity: 1;
718
- -webkit-transition: opacity 0.3s;
719
- -moz-transition: opacity 0.3s;
720
- transition: opacity 0.3s;
721
- background-image: linear-gradient(141deg, #32d6db, #00a0d2);
722
- padding: 10px 22px;
723
- text-transform: uppercase;
724
  }
725
  .blue_button:hover,
726
  .blue_button:focus {
@@ -738,15 +738,15 @@ die;
738
 
739
  }
740
  .featured_plugin_title{
741
- color: #0073aa;
742
- font-size: 18px;
743
- display: inline-block;
744
  }
745
  .featured_plugin_title a{
746
- text-decoration:none;
747
- font-size: 19px;
748
- line-height: 22px;
749
- color: #00a0d2;
750
 
751
  }
752
  .featured_plugin_title h4{
97
  .pro_feature {
98
  font-size: 13px;
99
  font-weight: bold;
100
+ color: #7052fb;
101
  }
102
  </style>
103
  <table id="miain_wpdevart_countdown_window_manager" class="wp-list-table widefat fixed posts section_parametrs_table">
331
  <tr>
332
  <td colspan="2">
333
  <div style="display:inline-block; float:left;" class="mceActionPanel"><input type="button" id="cancel" name="cancel" value="Insert Countdown" class="button button-primary" onClick="insert_countdown();"/></div>
334
+ <span style="float:right"><a href="http://wpdevart.com/wordpress-countdown-plugin" target="_blank" style="color: #7052fb; font-weight: bold; font-size: 18px; text-decoration: none;">Upgrade to Pro Version</a><br></span>
335
  </td>
336
  </tr>
337
  </tfoot>
708
  margin: 0 auto;
709
  }
710
  .blue_button{
711
+ display: inline-block;
712
+ font-size: 15px;
713
+ text-decoration: none;
714
+ border-radius: 5px;
715
+ color: #ffffff;
716
+ font-weight: 400;
717
+ opacity: 1;
718
+ -webkit-transition: opacity 0.3s;
719
+ -moz-transition: opacity 0.3s;
720
+ transition: opacity 0.3s;
721
+ background-color: #7052fb;
722
+ padding: 10px 22px;
723
+ text-transform: uppercase;
724
  }
725
  .blue_button:hover,
726
  .blue_button:focus {
738
 
739
  }
740
  .featured_plugin_title{
741
+ color: #7052fb;
742
+ font-size: 18px;
743
+ display: inline-block;
744
  }
745
  .featured_plugin_title a{
746
+ text-decoration:none;
747
+ font-size: 19px;
748
+ line-height: 22px;
749
+ color: #7052fb;
750
 
751
  }
752
  .featured_plugin_title h4{
includes/gutenberg/block.js CHANGED
@@ -400,7 +400,7 @@
400
  function wpdevart_countdown_upgrate_pro_version(){
401
  return el("tr",{},
402
  el("td",{colspan:"2",className:"wpdevart_countdown_upgrate_pro_link_td"},
403
- el("a",{href:"https://wpdevart.com/wordpress-countdown-plugin",target:"_blank",style:{'text-align':'center','color': 'rgba(10, 154, 62, 1)','font-weight': 'bold','font-size':'18px', 'text-decoration': 'none'}},'Upgrade to Pro Version')
404
  )
405
  )
406
  }
400
  function wpdevart_countdown_upgrate_pro_version(){
401
  return el("tr",{},
402
  el("td",{colspan:"2",className:"wpdevart_countdown_upgrate_pro_link_td"},
403
+ el("a",{href:"https://wpdevart.com/wordpress-countdown-plugin",target:"_blank",style:{'text-align':'center','color': '#7052fb','font-weight': 'bold','font-size':'18px', 'text-decoration': 'none'}},'Upgrade to Pro Version')
404
  )
405
  )
406
  }
includes/gutenberg/style.css CHANGED
@@ -147,7 +147,7 @@
147
  .pro_feature {
148
  font-size: 13px;
149
  font-weight: bold;
150
- color: rgba(10, 154, 62, 1);
151
  }
152
  .wpdevart_countdown_upgrate_pro_link_td{
153
  text-align: center;
147
  .pro_feature {
148
  font-size: 13px;
149
  font-weight: bold;
150
+ color: #7052fb;
151
  }
152
  .wpdevart_countdown_upgrate_pro_link_td{
153
  text-align: center;
includes/widget.php CHANGED
@@ -141,7 +141,7 @@ class wpdevart_countdown extends WP_Widget {
141
  <style>.pro_feature {
142
  font-size: 13px;
143
  font-weight: bold;
144
- color: rgba(10, 154, 62, 1);
145
  }</style>
146
  <p class="experet_type">
147
  <label for="<?php echo $this->get_field_id('end_time_type'); ?>">Mobile devices</label>
@@ -331,7 +331,7 @@ class wpdevart_countdown extends WP_Widget {
331
  })
332
  })
333
  </script>
334
- <a href="http://wpdevart.com/wordpress-countdown-plugin/" target="_blank" style="color: rgba(10, 154, 62, 1);; font-weight: bold; font-size: 18px; text-decoration: none;">Upgrade to Pro Version</a>
335
  <?php
336
  }
337
 
141
  <style>.pro_feature {
142
  font-size: 13px;
143
  font-weight: bold;
144
+ color: #7052fb;
145
  }</style>
146
  <p class="experet_type">
147
  <label for="<?php echo $this->get_field_id('end_time_type'); ?>">Mobile devices</label>
331
  })
332
  })
333
  </script>
334
+ <a href="http://wpdevart.com/wordpress-countdown-plugin/" target="_blank" style="color: #7052fb; font-weight: bold; font-size: 18px; text-decoration: none;">Upgrade to Pro Version</a>
335
  <?php
336
  }
337
 
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.3
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -574,6 +574,10 @@ Yes dear users, you need to pay only one time for pro version, it's lifetime pla
574
 
575
  * Added new icons for featured plugins.
576
 
 
 
 
 
577
  == Step by step guide ==
578
 
579
  ### 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.3.4
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
574
 
575
  * Added new icons for featured plugins.
576
 
577
+ = 2.3.4 =
578
+
579
+ * Changed the featured plugins page styles.
580
+
581
  == Step by step guide ==
582
 
583
  ### 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.3
7
  Author: wpdevart
8
  Author URI: http://wpdevart.com
9
  License: GPL3 http://www.gnu.org/licenses/gpl-3.0.html
@@ -101,7 +101,7 @@ class wpdevart_countdown_main{
101
  public function plugin_activate_sublink($links){
102
  $plugin_submenu_added_link=array();
103
  $added_link = array(
104
- '<a target="_blank" style="color: rgba(10, 154, 62, 1); font-weight: bold; font-size: 13px;" href="http://wpdevart.com/wordpress-countdown-plugin">Upgrade to Pro</a>',
105
  );
106
  $plugin_submenu_added_link=array_merge( $plugin_submenu_added_link, $added_link );
107
  $plugin_submenu_added_link=array_merge( $plugin_submenu_added_link, $links );
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.4
7
  Author: wpdevart
8
  Author URI: http://wpdevart.com
9
  License: GPL3 http://www.gnu.org/licenses/gpl-3.0.html
101
  public function plugin_activate_sublink($links){
102
  $plugin_submenu_added_link=array();
103
  $added_link = array(
104
+ '<a target="_blank" style="color: #7052fb; font-weight: bold; font-size: 13px;" href="http://wpdevart.com/wordpress-countdown-plugin">Upgrade to Pro</a>',
105
  );
106
  $plugin_submenu_added_link=array_merge( $plugin_submenu_added_link, $added_link );
107
  $plugin_submenu_added_link=array_merge( $plugin_submenu_added_link, $links );