Version Description
- Elementor Addon issue resolved
Download this release
Release Info
Developer | wpshopmart |
Plugin | Tabs |
Version | 2.1.0 |
Comparing to | |
See all releases |
Code changes from version 2.0.9 to 2.1.0
- readme.txt +4 -1
- tabs-responsive-addon.php +2 -15
- tabs-responsive-elementor-addon/assets/css/editor.css +1 -1
- tabs-responsive.php +1 -1
readme.txt
CHANGED
@@ -4,7 +4,7 @@ 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, Elementor Addon, Elementor, Elementor widget, 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
|
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.9 =
|
164 |
* Compatible with wordpress version 5.7
|
165 |
* Add Elementor Addon
|
4 |
Tags: tab, tabs, responsive tabs, animation, animated tab, css3 tabs, bootstrap tabs, tabs content, responsive, shortcode, widget, wordpress tabs, Elementor Addon, Elementor, Elementor widget, 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
|
7 |
+
Stable tag: 2.1.0
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
160 |
|
161 |
== Changelog ==
|
162 |
|
163 |
+
= 2.1.0 =
|
164 |
+
* Elementor Addon issue resolved
|
165 |
+
|
166 |
= 2.0.9 =
|
167 |
* Compatible with wordpress version 5.7
|
168 |
* Add Elementor Addon
|
tabs-responsive-addon.php
CHANGED
@@ -56,20 +56,7 @@ final class Tabs_Responsive_Addon
|
|
56 |
|
57 |
}
|
58 |
|
59 |
-
|
60 |
-
{
|
61 |
-
if (is_ssl()) {
|
62 |
-
$url = wp_parse_url($url);
|
63 |
-
|
64 |
-
if (!empty($url['host'])) {
|
65 |
-
$url['scheme'] = 'https';
|
66 |
-
}
|
67 |
-
|
68 |
-
return $this->unparse_url($url);
|
69 |
-
}
|
70 |
-
|
71 |
-
return $url;
|
72 |
-
}
|
73 |
|
74 |
public function editor_enqueue_scripts()
|
75 |
{
|
@@ -77,7 +64,7 @@ final class Tabs_Responsive_Addon
|
|
77 |
// editor style
|
78 |
wp_enqueue_style(
|
79 |
'tabs-responsive-editor',
|
80 |
-
|
81 |
false
|
82 |
);
|
83 |
}
|
56 |
|
57 |
}
|
58 |
|
59 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
60 |
|
61 |
public function editor_enqueue_scripts()
|
62 |
{
|
64 |
// editor style
|
65 |
wp_enqueue_style(
|
66 |
'tabs-responsive-editor',
|
67 |
+
wpshopmart_tabs_r_directory_url . 'tabs-responsive-elementor-addon/assets/css/editor.css',
|
68 |
false
|
69 |
);
|
70 |
}
|
tabs-responsive-elementor-addon/assets/css/editor.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
.elementor-element-wrapper .elementor-element .icon .eicon-table:after{
|
2 |
-
content :
|
3 |
speak: none;
|
4 |
font-size: 14px;
|
5 |
font-style: normal;
|
1 |
.elementor-element-wrapper .elementor-element .icon .eicon-table:after{
|
2 |
+
content : "WP";
|
3 |
speak: none;
|
4 |
font-size: 14px;
|
5 |
font-style: normal;
|
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.1.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
|