Tabs - Version 1.6.1

Version Description

  • Remove some comments
  • Compatible with wordpress 4.6
Download this release

Release Info

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

Code changes from version 1.6.0 to 1.6.1

Files changed (2) hide show
  1. readme.txt +6 -2
  2. tabs-responsive.php +1 -5
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: wpshopmart
3
  Donate link: http://www.wpshopmart.com
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.5.3
7
- Stable tag: 1.6.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -106,6 +106,10 @@ Please use WordPress support forum to ask any query regarding any issue.
106
 
107
  == Changelog ==
108
 
 
 
 
 
109
  = 1.6.0 =
110
  * Update some comments
111
 
3
  Donate link: http://www.wpshopmart.com
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.6
7
+ Stable tag: 1.6.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
106
 
107
  == Changelog ==
108
 
109
+ = 1.6.1 =
110
+ * Remove some comments
111
+ * Compatible with wordpress 4.6
112
+
113
  = 1.6.0 =
114
  * Update some comments
115
 
tabs-responsive.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
  * Plugin Name: Tabs Responsive
4
- * Version: 1.6.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: http://www.wpshopmart.com
@@ -83,10 +83,6 @@ WIDGET
83
  return '#'.$rgb;
84
  }
85
 
86
- // ==============================================
87
- // Add Links in Plugins Table
88
- // ==============================================
89
-
90
  // Add settings link on plugin page
91
  function wpsm_tabs_r_settings_link($links) {
92
  $settings_link = '<a href="edit.php?post_type=tabs_responsive">Settings</a>';
1
  <?php
2
  /**
3
  * Plugin Name: Tabs Responsive
4
+ * Version: 1.6.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: http://www.wpshopmart.com
83
  return '#'.$rgb;
84
  }
85
 
 
 
 
 
86
  // Add settings link on plugin page
87
  function wpsm_tabs_r_settings_link($links) {
88
  $settings_link = '<a href="edit.php?post_type=tabs_responsive">Settings</a>';