Version Description
- Compatible with wordpress version 5.6.1
- minor css issue resolved
Download this release
Release Info
Developer | wpshopmart |
Plugin | Tabs |
Version | 2.0.8 |
Comparing to | |
See all releases |
Code changes from version 2.0.7 to 2.0.8
- assets/css/bootstrap.css +1 -8
- readme.txt +6 -2
- tabs-responsive.php +1 -1
assets/css/bootstrap.css
CHANGED
@@ -343,14 +343,7 @@ select[multiple].input-lg {
|
|
343 |
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
|
344 |
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
|
345 |
}
|
346 |
-
|
347 |
-
color: #8a6d3b;
|
348 |
-
background-color: #fcf8e3;
|
349 |
-
border-color: #8a6d3b;
|
350 |
-
}
|
351 |
-
.has-warning .form-control-feedback {
|
352 |
-
color: #8a6d3b;
|
353 |
-
}
|
354 |
.has-error .help-block,
|
355 |
.has-error .control-label,
|
356 |
.has-error .radio,
|
343 |
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
|
344 |
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
|
345 |
}
|
346 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
347 |
.has-error .help-block,
|
348 |
.has-error .control-label,
|
349 |
.has-error .radio,
|
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: 4.9
|
6 |
-
Tested up to: 5.6
|
7 |
-
Stable tag: 2.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -160,6 +160,10 @@ Please use WordPress support forum to ask any query regarding any issue.
|
|
160 |
|
161 |
== Changelog ==
|
162 |
|
|
|
|
|
|
|
|
|
163 |
= 2.0.7 =
|
164 |
* minor update
|
165 |
|
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: 4.9
|
6 |
+
Tested up to: 5.6.1
|
7 |
+
Stable tag: 2.0.8
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
160 |
|
161 |
== Changelog ==
|
162 |
|
163 |
+
= 2.0.8 =
|
164 |
+
* Compatible with wordpress version 5.6.1
|
165 |
+
* minor css issue resolved
|
166 |
+
|
167 |
= 2.0.7 =
|
168 |
* minor update
|
169 |
|
tabs-responsive.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Tabs Responsive
|
4 |
-
* Version: 2.0.
|
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: https://www.wpshopmart.com
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Tabs Responsive
|
4 |
+
* Version: 2.0.8
|
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: https://www.wpshopmart.com
|