Version Description
- Compatible with wordpress version 5.6
Download this release
Release Info
Developer | wpshopmart |
Plugin | Tabs |
Version | 2.0.6 |
Comparing to | |
See all releases |
Code changes from version 2.0.5 to 2.0.6
- assets/images/offer.jpg +0 -0
- assets/js/bootstrap.js +2 -2
- ink/admin/menu.php +3 -0
- ink/install/installation.php +1 -1
- readme.txt +5 -2
- tabs-responsive.php +1 -1
assets/images/offer.jpg
CHANGED
Binary file
|
assets/js/bootstrap.js
CHANGED
@@ -8,13 +8,13 @@ if (typeof jQuery === 'undefined') {
|
|
8 |
throw new Error('Bootstrap\'s JavaScript requires jQuery')
|
9 |
}
|
10 |
|
11 |
-
|
12 |
'use strict';
|
13 |
var version = $.fn.jquery.split(' ')[0].split('.')
|
14 |
if ((version[0] < 2 && version[1] < 9) || (version[0] == 1 && version[1] == 9 && version[2] < 1) || (version[0] > 2)) {
|
15 |
throw new Error('Bootstrap\'s JavaScript requires jQuery version 1.9.1 or higher, but lower than version 3')
|
16 |
}
|
17 |
-
}(jQuery)
|
18 |
|
19 |
|
20 |
|
8 |
throw new Error('Bootstrap\'s JavaScript requires jQuery')
|
9 |
}
|
10 |
|
11 |
+
/*+function ($) {
|
12 |
'use strict';
|
13 |
var version = $.fn.jquery.split(' ')[0].split('.')
|
14 |
if ((version[0] < 2 && version[1] < 9) || (version[0] == 1 && version[1] == 9 && version[2] < 1) || (version[0] > 2)) {
|
15 |
throw new Error('Bootstrap\'s JavaScript requires jQuery version 1.9.1 or higher, but lower than version 3')
|
16 |
}
|
17 |
+
}(jQuery);*/
|
18 |
|
19 |
|
20 |
|
ink/admin/menu.php
CHANGED
@@ -125,6 +125,9 @@ class wpsm_tabs_r {
|
|
125 |
padding: 8px 10px;
|
126 |
width:100%;
|
127 |
}
|
|
|
|
|
|
|
128 |
|
129 |
</style>
|
130 |
<h3>Tabs Shortcode</h3>
|
125 |
padding: 8px 10px;
|
126 |
width:100%;
|
127 |
}
|
128 |
+
.handle-order-higher, .handle-order-lower{
|
129 |
+
display:none;
|
130 |
+
}
|
131 |
|
132 |
</style>
|
133 |
<h3>Tabs Shortcode</h3>
|
ink/install/installation.php
CHANGED
@@ -346,7 +346,7 @@ function wpsm_tabs_respnsive_header_info() {
|
|
346 |
</div>
|
347 |
|
348 |
</div>
|
349 |
-
|
350 |
</div>
|
351 |
<?php
|
352 |
}
|
346 |
</div>
|
347 |
|
348 |
</div>
|
349 |
+
<a href="https://wpshopmart.com/plugins/tabs-pro-plugin/" target="_blank"><img src="<?php echo wpshopmart_tabs_r_directory_url.'assets/images/offer.jpg'; ?>" style="width:100%" /></a>
|
350 |
</div>
|
351 |
<?php
|
352 |
}
|
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.
|
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,9 @@ Please use WordPress support forum to ask any query regarding any issue.
|
|
160 |
|
161 |
== Changelog ==
|
162 |
|
|
|
|
|
|
|
163 |
= 2.0.5 =
|
164 |
* bootstrap issue resolved
|
165 |
* Compatible with wordpress version 5.5
|
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.6
|
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.6 =
|
164 |
+
* Compatible with wordpress version 5.6
|
165 |
+
|
166 |
= 2.0.5 =
|
167 |
* bootstrap issue resolved
|
168 |
* Compatible with wordpress version 5.5
|
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.6
|
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
|