Tabs - Version 1.7.3

Version Description

  • Compatible with wordpress version 4.8
  • Resolve tab outline css issue
Download this release

Release Info

Developer wpshopmart
Plugin Icon 128x128 Tabs
Version 1.7.3
Comparing to
See all releases

Code changes from version 1.7.2 to 1.7.3

Files changed (3) hide show
  1. readme.txt +6 -2
  2. tabs-responsive.php +1 -1
  3. template/style.php +4 -0
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: wpshopmart
3
  Donate link: https://wpshopmart.com/plugins/tabs-pro-plugin/
4
  Tags: tab, tabs, responsive tabs, animation, animated tab, css3 tabs, bootstrap tabs, tabs content, responsive, shortcode, widget, wordpress tabs, wp tabs, accordion, collapse, toggle, bootstrap tab, jquery, tab widget, tab shortcode, jquery tabs, sidebar, plugin, html, html5, html5 tabs
5
  Requires at least: 3.3
6
- Tested up to: 4.7.5
7
- Stable tag: 1.7.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -148,6 +148,10 @@ Please use WordPress support forum to ask any query regarding any issue.
148
 
149
  == Changelog ==
150
 
 
 
 
 
151
  = 1.7.2 =
152
  * Compatible with wordpress version 4.7.5
153
  * Add some comments for developer help
3
  Donate link: https://wpshopmart.com/plugins/tabs-pro-plugin/
4
  Tags: tab, tabs, responsive tabs, animation, animated tab, css3 tabs, bootstrap tabs, tabs content, responsive, shortcode, widget, wordpress tabs, wp tabs, accordion, collapse, toggle, bootstrap tab, jquery, tab widget, tab shortcode, jquery tabs, sidebar, plugin, html, html5, html5 tabs
5
  Requires at least: 3.3
6
+ Tested up to: 4.8
7
+ Stable tag: 1.7.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
148
 
149
  == Changelog ==
150
 
151
+ = 1.7.3 =
152
+ * Compatible with wordpress version 4.8
153
+ * Resolve tab outline css issue
154
+
155
  = 1.7.2 =
156
  * Compatible with wordpress version 4.7.5
157
  * Add some comments for developer help
tabs-responsive.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
  * Plugin Name: Tabs Responsive
4
- * Version: 1.7.2
5
  * Description: Tabs Responsive is the most easiest drag & drop Tabs builder for WordPress. You can add unlimited Tabs with unlimited color Scheme.
6
  * Author: wpshopmart
7
  * Author URI: http://www.wpshopmart.com
1
  <?php
2
  /**
3
  * Plugin Name: Tabs Responsive
4
+ * Version: 1.7.3
5
  * Description: Tabs Responsive is the most easiest drag & drop Tabs builder for WordPress. You can add unlimited Tabs with unlimited color Scheme.
6
  * Author: wpshopmart
7
  * Author URI: http://www.wpshopmart.com
template/style.php CHANGED
@@ -46,6 +46,10 @@
46
  text-align:center !important;
47
  font-family: <?php echo $font_family; ?> !important;
48
  }
 
 
 
 
49
  #tab_container_<?php echo $post_id; ?> .wpsm_nav-tabs > li > a:before {
50
  display:none !important;
51
  }
46
  text-align:center !important;
47
  font-family: <?php echo $font_family; ?> !important;
48
  }
49
+ #tab_container_<?php echo $post_id; ?> .wpsm_nav-tabs > li > a:focus {
50
+ outline: 0px !important;
51
+ }
52
+
53
  #tab_container_<?php echo $post_id; ?> .wpsm_nav-tabs > li > a:before {
54
  display:none !important;
55
  }