Version Description
- update wrong classname
Download this release
Release Info
Developer | wpshopmart |
Plugin | Tabs |
Version | 1.8.0 |
Comparing to | |
See all releases |
Code changes from version 1.7.9 to 1.8.0
- ink/install/installation.php +3 -3
- readme.txt +5 -1
- tabs-responsive.php +2 -2
ink/install/installation.php
CHANGED
@@ -124,9 +124,9 @@ function wpsm_tabs_r_review() {
|
|
124 |
<p style="font-size:18px;">'A big sale Get <strong>30% off </strong> on our every Wordpress Plugins (including Tabs Plgun) hurry up offer is expire on <strong>31st December </strong> USE THIS COUPON CODE - <strong style="color:#ef4238">OFF30</strong></p>
|
125 |
<p style="font-size:18px;"><strong><?php _e( '~ wpshopmart', '' ); ?></strong></p>
|
126 |
<p style="font-size:19px;">
|
127 |
-
<a style="color: #fff;background: #ed1c94;padding: 4px 10px 8px 10px;border-radius: 4px;text-decoration: none;" href="https://wpshopmart.com/plugins/" class="wpsm-
|
128 |
-
<a style="color: #fff;background: #27d63c;padding: 4px 10px 8px 10px;border-radius: 4px;text-decoration: none;" href="#" class="wpsm-
|
129 |
-
<a style="color: #fff;background: #31a3dd;padding: 4px 10px 8px 10px;border-radius: 4px;text-decoration: none;" href="#" class="wpsm-
|
130 |
</p>
|
131 |
</div>
|
132 |
<script type="text/javascript">
|
124 |
<p style="font-size:18px;">'A big sale Get <strong>30% off </strong> on our every Wordpress Plugins (including Tabs Plgun) hurry up offer is expire on <strong>31st December </strong> USE THIS COUPON CODE - <strong style="color:#ef4238">OFF30</strong></p>
|
125 |
<p style="font-size:18px;"><strong><?php _e( '~ wpshopmart', '' ); ?></strong></p>
|
126 |
<p style="font-size:19px;">
|
127 |
+
<a style="color: #fff;background: #ed1c94;padding: 4px 10px 8px 10px;border-radius: 4px;text-decoration: none;" href="https://wpshopmart.com/plugins/" class="wpsm-tabs-b-dismiss-review-notice wpsm-tabs-b-review-out" target="_blank" rel="noopener">Grab This Offer Now </a>
|
128 |
+
<a style="color: #fff;background: #27d63c;padding: 4px 10px 8px 10px;border-radius: 4px;text-decoration: none;" href="#" class="wpsm-tabs-b-dismiss-review-notice wpsm-rate-later" target="_self" rel="noopener"><?php _e( 'No, I am not interested', '' ); ?></a>
|
129 |
+
<a style="color: #fff;background: #31a3dd;padding: 4px 10px 8px 10px;border-radius: 4px;text-decoration: none;" href="#" class="wpsm-tabs-b-dismiss-review-notice wpsm-rated" target="_self" rel="noopener"><?php _e( 'I already Purchased', '' ); ?></a>
|
130 |
</p>
|
131 |
</div>
|
132 |
<script type="text/javascript">
|
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.9.1
|
7 |
-
Stable tag: 1.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -148,6 +148,10 @@ Please use WordPress support forum to ask any query regarding any issue.
|
|
148 |
|
149 |
== Changelog ==
|
150 |
|
|
|
|
|
|
|
|
|
151 |
= 1.7.9 =
|
152 |
* update ssl link for demo
|
153 |
|
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.1
|
7 |
+
Stable tag: 1.8.0
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
148 |
|
149 |
== Changelog ==
|
150 |
|
151 |
+
|
152 |
+
= 1.8.0 =
|
153 |
+
* update wrong classname
|
154 |
+
|
155 |
= 1.7.9 =
|
156 |
* update ssl link for demo
|
157 |
|
tabs-responsive.php
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Tabs Responsive
|
4 |
-
* Version: 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
|
8 |
-
* Plugin URI: https://www.wpshopmart.com
|
9 |
*/
|
10 |
|
11 |
/**
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Tabs Responsive
|
4 |
+
* Version: 1.8.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
|
8 |
+
* Plugin URI: https://www.wpshopmart.com/plugins
|
9 |
*/
|
10 |
|
11 |
/**
|