Version Description
- minor bug resolved
- Compatible with wordpress version 5.7.2
Download this release
Release Info
Developer | wpshopmart |
Plugin | Tabs |
Version | 2.1.2 |
Comparing to | |
See all releases |
Code changes from version 2.1.1 to 2.1.2
- ink/admin/cpt-reg.php +1 -2
- readme.txt +7 -3
- tabs-responsive.php +1 -1
ink/admin/cpt-reg.php
CHANGED
@@ -19,8 +19,7 @@ $labels = array(
|
|
19 |
'description' => __( 'Tabs Responsive', wpshopmart_tabs_r_text_domain ),
|
20 |
'labels' => $labels,
|
21 |
'supports' => array( 'title', '', '', '', '', '', '', '', '', '', '', ),
|
22 |
-
|
23 |
-
'hierarchical' => false,
|
24 |
'public' => false,
|
25 |
'show_ui' => true,
|
26 |
'show_in_menu' => true,
|
19 |
'description' => __( 'Tabs Responsive', wpshopmart_tabs_r_text_domain ),
|
20 |
'labels' => $labels,
|
21 |
'supports' => array( 'title', '', '', '', '', '', '', '', '', '', '', ),
|
22 |
+
'hierarchical' => false,
|
|
|
23 |
'public' => false,
|
24 |
'show_ui' => true,
|
25 |
'show_in_menu' => true,
|
readme.txt
CHANGED
@@ -2,9 +2,9 @@
|
|
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:
|
6 |
-
Tested up to: 5.7
|
7 |
-
Stable tag: 2.1.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -160,6 +160,10 @@ Please use WordPress support forum to ask any query regarding any issue.
|
|
160 |
|
161 |
== Changelog ==
|
162 |
|
|
|
|
|
|
|
|
|
163 |
= 2.1.1 =
|
164 |
* minor issue resolved
|
165 |
|
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: 5.7.2
|
7 |
+
Stable tag: 2.1.2
|
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.2 =
|
164 |
+
* minor bug resolved
|
165 |
+
* Compatible with wordpress version 5.7.2
|
166 |
+
|
167 |
= 2.1.1 =
|
168 |
* minor issue resolved
|
169 |
|
tabs-responsive.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Tabs Responsive
|
4 |
-
* Version: 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
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Tabs Responsive
|
4 |
+
* Version: 2.1.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
|