Tabs - Version 1.8.5

Version Description

  • Compatible with wordpress version 4.9.6
Download this release

Release Info

Developer wpshopmart
Plugin Icon 128x128 Tabs
Version 1.8.5
Comparing to
See all releases

Code changes from version 1.8.4 to 1.8.5

Files changed (2) hide show
  1. readme.txt +6 -3
  2. tabs-responsive.php +2 -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: 3.3
6
- Tested up to: 4.9.5
7
- Stable tag: 1.8.4
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -156,8 +156,11 @@ Please use WordPress support forum to ask any query regarding any issue.
156
 
157
  == Changelog ==
158
 
 
 
 
159
  = 1.8.4 =
160
- * optimized tab front cs
161
 
162
  = 1.8.3 =
163
  * Minor Bug Resolved
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: 3.3
6
+ Tested up to: 4.9.6
7
+ Stable tag: 1.8.5
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
156
 
157
  == Changelog ==
158
 
159
+ = 1.8.5 =
160
+ * Compatible with wordpress version 4.9.6
161
+
162
  = 1.8.4 =
163
+ * optimized tab front css
164
 
165
  = 1.8.3 =
166
  * Minor Bug Resolved
tabs-responsive.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
  * Plugin Name: Tabs Responsive
4
- * Version: 1.8.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
@@ -47,7 +47,7 @@ function wpsm_tabs_r_default_data() {
47
  register_activation_hook( __FILE__, 'wpsm_tabs_r_default_data' );
48
 
49
  /**
50
- * CPT CLASS
51
  */
52
  require_once("ink/admin/menu.php");
53
 
1
  <?php
2
  /**
3
  * Plugin Name: Tabs Responsive
4
+ * Version: 1.8.5
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
47
  register_activation_hook( __FILE__, 'wpsm_tabs_r_default_data' );
48
 
49
  /**
50
+ * tabs responsive cpt + admin panel
51
  */
52
  require_once("ink/admin/menu.php");
53