Version Description
- Theme Default style issue update
Download this release
Release Info
Developer | wpshopmart |
Plugin | Tabs |
Version | 2.3.6 |
Comparing to | |
See all releases |
Code changes from version 2.3.5 to 2.3.6
- ink/admin/settings.php +1 -1
- readme.txt +5 -2
- tabs-responsive.php +1 -1
ink/admin/settings.php
CHANGED
@@ -358,6 +358,7 @@ if(isset($_POST['action123']) == "default_settins_action")
|
|
358 |
<td>
|
359 |
<select name="font_family" id="font_family" class="standard-dropdown" style="width:100%" >
|
360 |
<optgroup label="Default Fonts">
|
|
|
361 |
<option value="Arial" <?php if($font_family == 'Arial' ) { echo "selected"; } ?>><?php esc_html_e('Arial',wpshopmart_tabs_r_text_domain); ?></option>
|
362 |
<option value="Arial Black" <?php if($font_family == 'Arial Black' ) { echo "selected"; } ?>><?php esc_html_e('Arial Black',wpshopmart_tabs_r_text_domain); ?></option>
|
363 |
<option value="Courier New" <?php if($font_family == 'Courier New' ) { echo "selected"; } ?>><?php esc_html_e('Courier New',wpshopmart_tabs_r_text_domain); ?></option>
|
@@ -376,7 +377,6 @@ 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 |
-
<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 -->
|
358 |
<td>
|
359 |
<select name="font_family" id="font_family" class="standard-dropdown" style="width:100%" >
|
360 |
<optgroup label="Default Fonts">
|
361 |
+
<option value="0" <?php if($font_family == '0' ) { echo "selected"; } ?>><?php esc_html_e('Theme Default Style',wpshopmart_tabs_r_text_domain); ?></option>
|
362 |
<option value="Arial" <?php if($font_family == 'Arial' ) { echo "selected"; } ?>><?php esc_html_e('Arial',wpshopmart_tabs_r_text_domain); ?></option>
|
363 |
<option value="Arial Black" <?php if($font_family == 'Arial Black' ) { echo "selected"; } ?>><?php esc_html_e('Arial Black',wpshopmart_tabs_r_text_domain); ?></option>
|
364 |
<option value="Courier New" <?php if($font_family == 'Courier New' ) { echo "selected"; } ?>><?php esc_html_e('Courier New',wpshopmart_tabs_r_text_domain); ?></option>
|
377 |
<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>
|
378 |
<option value="Trebuchet" <?php if($font_family == 'Trebuchet' ) { echo "selected"; } ?>><?php esc_html_e('Trebuchet',wpshopmart_tabs_r_text_domain); ?></option>
|
379 |
<option value="Verdana" <?php if($font_family == 'Verdana' ) { echo "selected"; } ?>><?php esc_html_e('Verdana',wpshopmart_tabs_r_text_domain); ?></option>
|
|
|
380 |
</optgroup>
|
381 |
</select>
|
382 |
<!-- Tooltip -->
|
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: 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.5 =
|
164 |
* Theme Default style added
|
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: 5.0
|
6 |
+
Tested up to: 6.1
|
7 |
+
Stable tag: 2.3.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.3.6 =
|
164 |
+
* Theme Default style issue update
|
165 |
+
|
166 |
= 2.3.5 =
|
167 |
* Theme Default style added
|
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.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
|