Version Description
- minor issue resolved
- Compatible with wordpress version 5.8
Download this release
Release Info
Developer | wpshopmart |
Plugin | Tabs |
Version | 2.2.1 |
Comparing to | |
See all releases |
Code changes from version 2.2 to 2.2.1
- readme.txt +7 -2
- tabs-responsive.php +1 -2
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: 5.
|
7 |
-
Stable tag: 2.2
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -160,6 +160,11 @@ Please use WordPress support forum to ask any query regarding any issue.
|
|
160 |
|
161 |
== Changelog ==
|
162 |
|
|
|
|
|
|
|
|
|
|
|
163 |
= 2.2 =
|
164 |
* minor bug resolved
|
165 |
* Compatible with wordpress version 5.7.2
|
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: 5.8
|
7 |
+
Stable tag: 2.2.1
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
160 |
|
161 |
== Changelog ==
|
162 |
|
163 |
+
= 2.2.1 =
|
164 |
+
* minor issue resolved
|
165 |
+
* Compatible with wordpress version 5.8
|
166 |
+
|
167 |
+
|
168 |
= 2.2 =
|
169 |
* minor bug resolved
|
170 |
* Compatible with wordpress version 5.7.2
|
tabs-responsive.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Tabs Responsive
|
4 |
-
* Version: 2.2
|
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
|
@@ -22,7 +22,6 @@ function wpsm_tabs_r_tr() {
|
|
22 |
* PLUGIN Install
|
23 |
*/
|
24 |
require_once("ink/install/installation.php");
|
25 |
-
//require_once("tabs-responsive-addon.php");
|
26 |
|
27 |
function wpsm_tabs_r_default_data() {
|
28 |
$Settings_Array = serialize( array(
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Tabs Responsive
|
4 |
+
* Version: 2.2.1
|
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
|
22 |
* PLUGIN Install
|
23 |
*/
|
24 |
require_once("ink/install/installation.php");
|
|
|
25 |
|
26 |
function wpsm_tabs_r_default_data() {
|
27 |
$Settings_Array = serialize( array(
|