Version Description
- Minor Issue Resolved
Download this release
Release Info
Developer | wpshopmart |
Plugin | Tabs |
Version | 1.8.2 |
Comparing to | |
See all releases |
Code changes from version 1.8.1 to 1.8.2
- assets/css/bootstrap.css +0 -5
- readme.txt +12 -2
- tabs-responsive.php +1 -1
assets/css/bootstrap.css
CHANGED
@@ -318,11 +318,6 @@ select[multiple].input-lg {
|
|
318 |
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
|
319 |
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
|
320 |
}
|
321 |
-
.has-success .input-group-addon {
|
322 |
-
color: #3c763d;
|
323 |
-
background-color: #dff0d8;
|
324 |
-
border-color: #3c763d;
|
325 |
-
}
|
326 |
.has-success .form-control-feedback {
|
327 |
color: #3c763d;
|
328 |
}
|
318 |
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
|
319 |
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
|
320 |
}
|
|
|
|
|
|
|
|
|
|
|
321 |
.has-success .form-control-feedback {
|
322 |
color: #3c763d;
|
323 |
}
|
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.9.
|
7 |
-
Stable tag: 1.8.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -115,6 +115,14 @@ Plugin so easy UI is user friendly, just add new tabs and then easily publish it
|
|
115 |
|
116 |
We have tested on with multiple themes, and work on every themes. So design is very clean and works with youe theme as well.
|
117 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
118 |
|
119 |
|
120 |
= Translators =
|
@@ -148,6 +156,8 @@ Please use WordPress support forum to ask any query regarding any issue.
|
|
148 |
|
149 |
== Changelog ==
|
150 |
|
|
|
|
|
151 |
|
152 |
= 1.8.1 =
|
153 |
* Back-end Minor Css Issue Resolved
|
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.9.4
|
7 |
+
Stable tag: 1.8.2
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
115 |
|
116 |
We have tested on with multiple themes, and work on every themes. So design is very clean and works with youe theme as well.
|
117 |
|
118 |
+
### CHECK MORE FREE WORDPRESS PLUGINS BY WPSHOPMART
|
119 |
+
|
120 |
+
* [Team Builder](https://wordpress.org/plugins/team-builder/)
|
121 |
+
* [Testimonial Builder](https://wordpress.org/plugins/testimonial-builder/)
|
122 |
+
* [Counter Numbers](https://wordpress.org/plugins/counter-number-showcase/)
|
123 |
+
* [Accordion Collpase](https://wordpress.org/plugins/responsive-accordion-and-collapse/)
|
124 |
+
* [Service Box](https://wordpress.org/plugins/service-box/)
|
125 |
+
* [Coming Soon Page](https://wordpress.org/plugins/responsive-coming-soon/)
|
126 |
|
127 |
|
128 |
= Translators =
|
156 |
|
157 |
== Changelog ==
|
158 |
|
159 |
+
= 1.8.2 =
|
160 |
+
* Minor Issue Resolved
|
161 |
|
162 |
= 1.8.1 =
|
163 |
* Back-end Minor Css Issue Resolved
|
tabs-responsive.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Tabs Responsive
|
4 |
-
* Version: 1.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
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Tabs Responsive
|
4 |
+
* Version: 1.8.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: https://www.wpshopmart.com
|