Version Description
- Deprecated function issue resolved
- Compatible with wordpress version 5.4.2
Download this release
Release Info
Developer | wpshopmart |
Plugin | Tabs |
Version | 2.0.4 |
Comparing to | |
See all releases |
Code changes from version 2.0.3 to 2.0.4
- ink/install/installation.php +2 -2
- readme.txt +6 -2
- tabs-responsive.php +1 -1
ink/install/installation.php
CHANGED
@@ -12,8 +12,8 @@ function wpsm_tabs_r_front_script() {
|
|
12 |
add_action( 'wp_enqueue_scripts', 'wpsm_tabs_r_front_script' );
|
13 |
add_filter( 'widget_text', 'do_shortcode');
|
14 |
|
15 |
-
add_action('media_buttons_context', 'wpsm_tabs_r_editor_popup_content_button');
|
16 |
-
add_action('admin_footer', 'wpsm_tabs_r_editor_popup_content');
|
17 |
|
18 |
function wpsm_tabs_r_editor_popup_content_button($context) {
|
19 |
$img = wpshopmart_tabs_r_directory_url.'assets/images/tabs_48.png';
|
12 |
add_action( 'wp_enqueue_scripts', 'wpsm_tabs_r_front_script' );
|
13 |
add_filter( 'widget_text', 'do_shortcode');
|
14 |
|
15 |
+
//add_action('media_buttons_context', 'wpsm_tabs_r_editor_popup_content_button');
|
16 |
+
//add_action('admin_footer', 'wpsm_tabs_r_editor_popup_content');
|
17 |
|
18 |
function wpsm_tabs_r_editor_popup_content_button($context) {
|
19 |
$img = wpshopmart_tabs_r_directory_url.'assets/images/tabs_48.png';
|
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: 4.8
|
6 |
-
Tested up to: 5.4.
|
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,10 @@ Please use WordPress support forum to ask any query regarding any issue.
|
|
160 |
|
161 |
== Changelog ==
|
162 |
|
|
|
|
|
|
|
|
|
163 |
= 2.0.3 =
|
164 |
* tabs data loss issue resolved
|
165 |
* tabs background css issue reserved
|
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: 4.8
|
6 |
+
Tested up to: 5.4.2
|
7 |
+
Stable tag: 2.0.4
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
160 |
|
161 |
== Changelog ==
|
162 |
|
163 |
+
= 2.0.4 =
|
164 |
+
* Deprecated function issue resolved
|
165 |
+
* Compatible with wordpress version 5.4.2
|
166 |
+
|
167 |
= 2.0.3 =
|
168 |
* tabs data loss issue resolved
|
169 |
* tabs background css issue reserved
|
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.0.4
|
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
|