Version Description
- Set code Proper intended
Download this release
Release Info
Developer | wpshopmart |
Plugin | Tabs |
Version | 1.6.3 |
Comparing to | |
See all releases |
Code changes from version 1.6.2 to 1.6.3
- ink/admin/settings.php +0 -3
- ink/install/installation.php +1 -3
- readme.txt +4 -1
- tabs-responsive.php +1 -1
ink/admin/settings.php
CHANGED
@@ -151,9 +151,6 @@ if(isset($_POST['action123']) == "default_settins_action")
|
|
151 |
</td>
|
152 |
</tr>
|
153 |
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
<tr>
|
158 |
<th scope="row"><label><?php _e('Display Option For Title and icon ',wpshopmart_tabs_r_text_domain); ?></label></th>
|
159 |
<td>
|
151 |
</td>
|
152 |
</tr>
|
153 |
|
|
|
|
|
|
|
154 |
<tr>
|
155 |
<th scope="row"><label><?php _e('Display Option For Title and icon ',wpshopmart_tabs_r_text_domain); ?></label></th>
|
156 |
<td>
|
ink/install/installation.php
CHANGED
@@ -5,14 +5,12 @@ function wpsm_tabs_r_tr() {
|
|
5 |
}
|
6 |
|
7 |
function wpsm_tabs_r_front_script() {
|
8 |
-
|
9 |
-
wp_enqueue_script('jquery');
|
10 |
|
11 |
-
//font awesome css
|
12 |
wp_enqueue_style('wpsm_tabs_r-font-awesome-front', wpshopmart_tabs_r_directory_url.'assets/css/font-awesome/css/font-awesome.min.css');
|
13 |
wp_enqueue_style('wpsm_tabs_r_bootstrap-front', wpshopmart_tabs_r_directory_url.'assets/css/bootstrap-front.css');
|
14 |
wp_enqueue_style('wpsm_tabs_r_animate', wpshopmart_tabs_r_directory_url.'assets/css/animate.css');
|
15 |
|
|
|
16 |
wp_enqueue_script( 'wpsm_tabs_r_bootstrap-js-front', wpshopmart_tabs_r_directory_url.'assets/js/bootstrap.js', array(), '', true );
|
17 |
|
18 |
}
|
5 |
}
|
6 |
|
7 |
function wpsm_tabs_r_front_script() {
|
|
|
|
|
8 |
|
|
|
9 |
wp_enqueue_style('wpsm_tabs_r-font-awesome-front', wpshopmart_tabs_r_directory_url.'assets/css/font-awesome/css/font-awesome.min.css');
|
10 |
wp_enqueue_style('wpsm_tabs_r_bootstrap-front', wpshopmart_tabs_r_directory_url.'assets/css/bootstrap-front.css');
|
11 |
wp_enqueue_style('wpsm_tabs_r_animate', wpshopmart_tabs_r_directory_url.'assets/css/animate.css');
|
12 |
|
13 |
+
wp_enqueue_script('jquery');
|
14 |
wp_enqueue_script( 'wpsm_tabs_r_bootstrap-js-front', wpshopmart_tabs_r_directory_url.'assets/js/bootstrap.js', array(), '', true );
|
15 |
|
16 |
}
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.wpshopmart.com
|
|
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: 3.3
|
6 |
Tested up to: 4.6.1
|
7 |
-
Stable tag: 1.6.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -106,6 +106,9 @@ Please use WordPress support forum to ask any query regarding any issue.
|
|
106 |
|
107 |
== Changelog ==
|
108 |
|
|
|
|
|
|
|
109 |
= 1.6.2 =
|
110 |
* Minor bug resolved
|
111 |
|
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: 3.3
|
6 |
Tested up to: 4.6.1
|
7 |
+
Stable tag: 1.6.3
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
106 |
|
107 |
== Changelog ==
|
108 |
|
109 |
+
= 1.6.3 =
|
110 |
+
* Set code Proper intended
|
111 |
+
|
112 |
= 1.6.2 =
|
113 |
* Minor bug resolved
|
114 |
|
tabs-responsive.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Tabs Responsive
|
4 |
-
* Version: 1.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: http://www.wpshopmart.com
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Tabs Responsive
|
4 |
+
* Version: 1.6.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: http://www.wpshopmart.com
|