Tabs - Version 1.7.4

Version Description

  • Minor Issue Resolved
Download this release

Release Info

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

Code changes from version 1.7.3 to 1.7.4

Files changed (2) hide show
  1. readme.txt +4 -1
  2. tabs-responsive.php +31 -33
readme.txt CHANGED
@@ -4,7 +4,7 @@ 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.8
7
- Stable tag: 1.7.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -148,6 +148,9 @@ Please use WordPress support forum to ask any query regarding any issue.
148
 
149
  == Changelog ==
150
 
 
 
 
151
  = 1.7.3 =
152
  * Compatible with wordpress version 4.8
153
  * Resolve tab outline css issue
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.8
7
+ Stable tag: 1.7.4
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
148
 
149
  == Changelog ==
150
 
151
+ = 1.7.4 =
152
+ * Minor Issue Resolved
153
+
154
  = 1.7.3 =
155
  * Compatible with wordpress version 4.8
156
  * Resolve tab outline css issue
tabs-responsive.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
  * Plugin Name: Tabs Responsive
4
- * Version: 1.7.3
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
@@ -21,32 +21,30 @@ require_once("ink/install/installation.php");
21
 
22
 
23
  function wpsm_tabs_r_default_data() {
24
-
25
-
26
- $Settings_Array = serialize( array(
27
- "tabs_sec_title" => "yes",
28
- "show_tabs_title_icon" => "1",
29
- "show_tabs_icon_align" => "left",
30
- "enable_tabs_border" => "yes",
31
- "tabs_title_bg_clr" => "#e8e8e8",
32
- "tabs_title_icon_clr" => "#000000",
33
- "select_tabs_title_bg_clr" => "#ffffff",
34
- "select_tabs_title_icon_clr" => "#000000",
35
- "tabs_desc_bg_clr" => "#ffffff",
36
- "tabs_desc_font_clr" => "#000000",
37
- "title_size" => "14",
38
- "des_size" => "16",
39
- "font_family" => "Open Sans",
40
- "tabs_styles" =>1,
41
- "custom_css" =>"",
42
- "tabs_animation" =>"fadeIn",
43
- "tabs_alignment" =>"horizontal",
44
- "tabs_position" =>"left",
45
- "tabs_margin" =>"no",
46
- "tabs_content_margin" =>"no",
47
- ) );
48
 
49
- add_option('Tabs_R_default_Settings', $Settings_Array);
50
  }
51
  register_activation_hook( __FILE__, 'wpsm_tabs_r_default_data' );
52
 
@@ -60,7 +58,7 @@ require_once("ink/admin/menu.php");
60
  * SHORTCODE
61
  */
62
 
63
- require_once("template/shortcode.php");
64
 
65
  /**
66
  WIDGET
@@ -92,17 +90,17 @@ function wpsm_tabs_r_settings_link($links) {
92
 
93
  $plugin = plugin_basename(__FILE__);
94
  add_filter("plugin_action_links_$plugin", 'wpsm_tabs_r_settings_link' );
95
- add_action('admin_menu' , 'wpsm_tabs_r_recom_menu');
96
  function wpsm_tabs_r_recom_menu() {
97
  $submenu = add_submenu_page('edit.php?post_type=tabs_responsive', __('More_Free_Plugins', wpshopmart_tabs_r_text_domain), __('More Free Plugins', wpshopmart_tabs_r_text_domain), 'administrator', 'wpsm_tabs_r_recom_page', 'wpsm_tabs_rrecom_page_funct');
98
 
99
  //add hook to add styles and scripts for Responsive Accordion plugin admin page
100
  add_action( 'admin_print_styles-' . $submenu, 'wpsm_tabs_r_recom_js_css' );
101
- }
102
- function wpsm_tabs_r_recom_js_css(){
103
- wp_enqueue_style('wpsm_tabs_r_bootstrap_css_recom', wpshopmart_tabs_r_directory_url.'assets/css/bootstrap.css');
104
- wp_enqueue_style('wpsm_tabs_ac_help_css', wpshopmart_tabs_r_directory_url.'assets/css/help.css');
105
- }
106
  function wpsm_tabs_rrecom_page_funct(){
107
  require_once('ink/admin/free.php');
108
  }
1
  <?php
2
  /**
3
  * Plugin Name: Tabs Responsive
4
+ * Version: 1.7.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: http://www.wpshopmart.com
21
 
22
 
23
  function wpsm_tabs_r_default_data() {
24
+ $Settings_Array = serialize( array(
25
+ "tabs_sec_title" => "yes",
26
+ "show_tabs_title_icon" => "1",
27
+ "show_tabs_icon_align" => "left",
28
+ "enable_tabs_border" => "yes",
29
+ "tabs_title_bg_clr" => "#e8e8e8",
30
+ "tabs_title_icon_clr" => "#000000",
31
+ "select_tabs_title_bg_clr" => "#ffffff",
32
+ "select_tabs_title_icon_clr" => "#000000",
33
+ "tabs_desc_bg_clr" => "#ffffff",
34
+ "tabs_desc_font_clr" => "#000000",
35
+ "title_size" => "14",
36
+ "des_size" => "16",
37
+ "font_family" => "Open Sans",
38
+ "tabs_styles" =>1,
39
+ "custom_css" =>"",
40
+ "tabs_animation" =>"fadeIn",
41
+ "tabs_alignment" =>"horizontal",
42
+ "tabs_position" =>"left",
43
+ "tabs_margin" =>"no",
44
+ "tabs_content_margin" =>"no",
45
+ ) );
 
 
46
 
47
+ add_option('Tabs_R_default_Settings', $Settings_Array);
48
  }
49
  register_activation_hook( __FILE__, 'wpsm_tabs_r_default_data' );
50
 
58
  * SHORTCODE
59
  */
60
 
61
+ require_once("template/shortcode.php");
62
 
63
  /**
64
  WIDGET
90
 
91
  $plugin = plugin_basename(__FILE__);
92
  add_filter("plugin_action_links_$plugin", 'wpsm_tabs_r_settings_link' );
93
+ add_action('admin_menu' , 'wpsm_tabs_r_recom_menu');
94
  function wpsm_tabs_r_recom_menu() {
95
  $submenu = add_submenu_page('edit.php?post_type=tabs_responsive', __('More_Free_Plugins', wpshopmart_tabs_r_text_domain), __('More Free Plugins', wpshopmart_tabs_r_text_domain), 'administrator', 'wpsm_tabs_r_recom_page', 'wpsm_tabs_rrecom_page_funct');
96
 
97
  //add hook to add styles and scripts for Responsive Accordion plugin admin page
98
  add_action( 'admin_print_styles-' . $submenu, 'wpsm_tabs_r_recom_js_css' );
99
+ }
100
+ function wpsm_tabs_r_recom_js_css(){
101
+ wp_enqueue_style('wpsm_tabs_r_bootstrap_css_recom', wpshopmart_tabs_r_directory_url.'assets/css/bootstrap.css');
102
+ wp_enqueue_style('wpsm_tabs_ac_help_css', wpshopmart_tabs_r_directory_url.'assets/css/help.css');
103
+ }
104
  function wpsm_tabs_rrecom_page_funct(){
105
  require_once('ink/admin/free.php');
106
  }