Tabs - Version 1.9.4

Version Description

  • Compatible with wordpress version 5.2.2
Download this release

Release Info

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

Code changes from version 1.9.3 to 1.9.4

Files changed (3) hide show
  1. assets/css/bootstrap.css +0 -3
  2. readme.txt +5 -2
  3. tabs-responsive.php +2 -2
assets/css/bootstrap.css CHANGED
@@ -1217,9 +1217,6 @@ tbody.collapse.in {
1217
  border-width: 5px 5px 0;
1218
  border-bottom-width: 0;
1219
  }
1220
- .dropup .btn-lg .caret {
1221
- border-width: 0 5px 5px;
1222
- }
1223
  .btn-group-vertical > .btn,
1224
  .btn-group-vertical > .btn-group,
1225
  .btn-group-vertical > .btn-group > .btn {
1217
  border-width: 5px 5px 0;
1218
  border-bottom-width: 0;
1219
  }
 
 
 
1220
  .btn-group-vertical > .btn,
1221
  .btn-group-vertical > .btn-group,
1222
  .btn-group-vertical > .btn-group > .btn {
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.3
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.3 =
164
  * resolved delay loading issue on backend
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.2
7
+ Stable tag: 1.9.4
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.4 =
164
+ * Compatible with wordpress version 5.2.2
165
+
166
  = 1.9.3 =
167
  * resolved delay loading issue on backend
168
 
tabs-responsive.php CHANGED
@@ -1,11 +1,11 @@
1
  <?php
2
  /**
3
  * Plugin Name: Tabs Responsive
4
- * Version: 1.9.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: https://www.wpshopmart.com
8
- * Plugin URI: https://www.wpshopmart.com/plugins
9
  */
10
 
11
  /**
1
  <?php
2
  /**
3
  * Plugin Name: Tabs Responsive
4
+ * Version: 1.9.5
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
8
+ * Plugin URI: https://www.wpshopmart.com/plugins/
9
  */
10
 
11
  /**