Version Description
- Theme Default style added
Download this release
Release Info
Developer | wpshopmart |
Plugin | Tabs |
Version | 2.3.5 |
Comparing to | |
See all releases |
Code changes from version 2.3.4 to 2.3.5
- ink/admin/settings.php +1 -0
- readme.txt +6 -3
- tabs-responsive.php +1 -1
ink/admin/settings.php
CHANGED
@@ -376,6 +376,7 @@ if(isset($_POST['action123']) == "default_settins_action")
|
|
376 |
<option value="Times New Roman" <?php if($font_family == 'Times New Roman' ) { echo "selected"; } ?>><?php esc_html_e('Times New Roman',wpshopmart_tabs_r_text_domain); ?></option>
|
377 |
<option value="Trebuchet" <?php if($font_family == 'Trebuchet' ) { echo "selected"; } ?>><?php esc_html_e('Trebuchet',wpshopmart_tabs_r_text_domain); ?></option>
|
378 |
<option value="Verdana" <?php if($font_family == 'Verdana' ) { echo "selected"; } ?>><?php esc_html_e('Verdana',wpshopmart_tabs_r_text_domain); ?></option>
|
|
|
379 |
</optgroup>
|
380 |
</select>
|
381 |
<!-- Tooltip -->
|
376 |
<option value="Times New Roman" <?php if($font_family == 'Times New Roman' ) { echo "selected"; } ?>><?php esc_html_e('Times New Roman',wpshopmart_tabs_r_text_domain); ?></option>
|
377 |
<option value="Trebuchet" <?php if($font_family == 'Trebuchet' ) { echo "selected"; } ?>><?php esc_html_e('Trebuchet',wpshopmart_tabs_r_text_domain); ?></option>
|
378 |
<option value="Verdana" <?php if($font_family == 'Verdana' ) { echo "selected"; } ?>><?php esc_html_e('Verdana',wpshopmart_tabs_r_text_domain); ?></option>
|
379 |
+
<option value="0" <?php if($font_family == '0' ) { echo "selected"; } ?>><?php esc_html_e('Theme Default Style',wpshopmart_team_b_text_domain); ?></option>
|
380 |
</optgroup>
|
381 |
</select>
|
382 |
<!-- Tooltip -->
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
-
=== Tabs Responsive ===
|
2 |
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: 5.0
|
6 |
-
Tested up to: 6.1
|
7 |
-
Stable tag: 2.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 |
= 2.3.4 =
|
164 |
* Compatible with wordpress version 6.1
|
165 |
|
1 |
+
=== Tabs Responsive - Compatible With All Page Builder (Elementor, Gutenberg) ===
|
2 |
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: 5.0
|
6 |
+
Tested up to: 6.1.1
|
7 |
+
Stable tag: 2.3.5
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
160 |
|
161 |
== Changelog ==
|
162 |
|
163 |
+
= 2.3.5 =
|
164 |
+
* Theme Default style added
|
165 |
+
|
166 |
= 2.3.4 =
|
167 |
* Compatible with wordpress version 6.1
|
168 |
|
tabs-responsive.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Tabs Responsive
|
4 |
-
* Version: 2.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
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Tabs Responsive
|
4 |
+
* Version: 2.3.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
|