Version Description
- Compatible with wordpress version 5.2.4
Download this release
Release Info
Developer | wpshopmart |
Plugin | Tabs |
Version | 1.9.7 |
Comparing to | |
See all releases |
Code changes from version 1.9.6 to 1.9.7
- assets/css/panel-style.css +5 -8
- readme.txt +5 -2
- tabs-responsive.php +1 -1
assets/css/panel-style.css
CHANGED
@@ -17,23 +17,20 @@ height:150px
|
|
17 |
}
|
18 |
|
19 |
.wpsm_ac-panel .remove_button {
|
20 |
-
|
21 |
float: right;
|
22 |
-
height: 40px;
|
23 |
-
/* border-radius: 50%; */
|
24 |
margin-right: -30px;
|
25 |
margin-bottom: -30px;
|
26 |
-
outline: 0 none;
|
27 |
-
/* text-indent: -9999px; */
|
28 |
width: 40px;
|
29 |
font-size: 27px;
|
30 |
-
background: transparent;
|
31 |
-
/* border: 3px solid #F8504B; */
|
32 |
text-align: center;
|
33 |
line-height: 1.3;
|
34 |
color: #000;
|
35 |
margin-top: 20px;
|
36 |
-
|
37 |
}
|
38 |
.add_wpsm_ac_new{
|
39 |
text-align:center;
|
17 |
}
|
18 |
|
19 |
.wpsm_ac-panel .remove_button {
|
20 |
+
display: block;
|
21 |
float: right;
|
22 |
+
height: 40px;
|
|
|
23 |
margin-right: -30px;
|
24 |
margin-bottom: -30px;
|
25 |
+
outline: 0 none;
|
|
|
26 |
width: 40px;
|
27 |
font-size: 27px;
|
28 |
+
background: transparent;
|
|
|
29 |
text-align: center;
|
30 |
line-height: 1.3;
|
31 |
color: #000;
|
32 |
margin-top: 20px;
|
33 |
+
|
34 |
}
|
35 |
.add_wpsm_ac_new{
|
36 |
text-align:center;
|
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.0
|
6 |
-
Tested up to: 5.2.
|
7 |
-
Stable tag: 1.9.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -160,6 +160,9 @@ Please use WordPress support forum to ask any query regarding any issue.
|
|
160 |
|
161 |
== Changelog ==
|
162 |
|
|
|
|
|
|
|
163 |
= 1.9.6 =
|
164 |
* Compatible with wordpress version 5.2.3
|
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.0
|
6 |
+
Tested up to: 5.2.4
|
7 |
+
Stable tag: 1.9.7
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
160 |
|
161 |
== Changelog ==
|
162 |
|
163 |
+
= 1.9.7 =
|
164 |
+
* Compatible with wordpress version 5.2.4
|
165 |
+
|
166 |
= 1.9.6 =
|
167 |
* Compatible with wordpress version 5.2.3
|
168 |
|
tabs-responsive.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Tabs Responsive
|
4 |
-
* Version: 1.9.
|
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.9.7
|
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
|