Version Description
Download this release
Release Info
Developer | giucu91 |
Plugin | Strong Testimonials |
Version | 2.40.6 |
Comparing to | |
See all releases |
Code changes from version 2.40.5 to 2.40.6
- admin/class-strong-testimonials-post-editor.php +2 -0
- changelog.txt +4 -0
- includes/class-strong-view.php +5 -5
- public/css/slider-controls-sides-buttons-pager-buttons.css +7 -7
- public/css/slider-pager-buttons.css +7 -7
- public/svg/circle-regular.svg +1 -0
- readme.txt +1 -1
- strong-testimonials.php +2 -2
admin/class-strong-testimonials-post-editor.php
CHANGED
@@ -300,6 +300,8 @@ class Strong_Testimonials_Post_Editor {
|
|
300 |
|
301 |
// Determine whether to update or delete.
|
302 |
// Similar to wpmtst_ajax_edit_rating() in admin-ajax.php.
|
|
|
|
|
303 |
foreach ( $custom as $key => $value ) {
|
304 |
$action = 'update';
|
305 |
$sanitized_value = '';
|
300 |
|
301 |
// Determine whether to update or delete.
|
302 |
// Similar to wpmtst_ajax_edit_rating() in admin-ajax.php.
|
303 |
+
$custom_fields['nofollow']['input_type'] = '';
|
304 |
+
|
305 |
foreach ( $custom as $key => $value ) {
|
306 |
$action = 'update';
|
307 |
$sanitized_value = '';
|
changelog.txt
CHANGED
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
1 |
= 2.40.5 - Apr. 16, 2020 =
|
2 |
* Add old css class back for templates
|
3 |
|
1 |
+
= 2.40.6 - Apr. 29, 2020 =
|
2 |
+
* Fixed undefined index error
|
3 |
+
* Fixed pagination buttons
|
4 |
+
|
5 |
= 2.40.5 - Apr. 16, 2020 =
|
6 |
* Add old css class back for templates
|
7 |
|
includes/class-strong-view.php
CHANGED
@@ -448,11 +448,11 @@ class Strong_View {
|
|
448 |
}
|
449 |
else {
|
450 |
wp_add_inline_style( $handle,
|
451 |
-
"$view_el .wpmtst-testimonial-heading, testimonial-heading " .
|
452 |
-
"$view_el .wpmtst-testimonial-content p, testimonial-content p " .
|
453 |
-
"$view_el .wpmtst-testimonial-content a.readmore, testimonial-content a.readmore " .
|
454 |
-
"$view_el .wpmtst-testimonial-client div, testimonial-client div " .
|
455 |
-
"$view_el .wpmtst-testimonial-client a, testimonial-client a { color: $c1; }" );
|
456 |
}
|
457 |
}
|
458 |
}
|
448 |
}
|
449 |
else {
|
450 |
wp_add_inline_style( $handle,
|
451 |
+
"$view_el .wpmtst-testimonial-heading, .testimonial-heading " .
|
452 |
+
"$view_el .wpmtst-testimonial-content p, .testimonial-content p " .
|
453 |
+
"$view_el .wpmtst-testimonial-content a.readmore, .testimonial-content a.readmore " .
|
454 |
+
"$view_el .wpmtst-testimonial-client div, .testimonial-client div " .
|
455 |
+
"$view_el .wpmtst-testimonial-client a, .testimonial-client a { color: $c1; }" );
|
456 |
}
|
457 |
}
|
458 |
}
|
public/css/slider-controls-sides-buttons-pager-buttons.css
CHANGED
@@ -31,6 +31,7 @@
|
|
31 |
}
|
32 |
.strong-view .wpmslider-pager-link {
|
33 |
text-decoration: none;
|
|
|
34 |
}
|
35 |
|
36 |
/* =controls
|
@@ -158,15 +159,14 @@
|
|
158 |
}
|
159 |
.strong-view.pager-style-buttons .wpmslider-pager-link:before {
|
160 |
content: "";
|
161 |
-
-webkit-mask: url('../svg/
|
162 |
-
mask: url('../svg/
|
163 |
display: inline-block;
|
164 |
color: #999;
|
165 |
background: #999;
|
166 |
cursor: pointer;
|
167 |
-
|
168 |
-
|
169 |
-
height: 18px;
|
170 |
text-align: center;
|
171 |
}
|
172 |
.strong-view.pager-style-buttons .wpmslider-pager-link:hover:before {
|
@@ -174,7 +174,7 @@
|
|
174 |
-webkit-mask: url('../svg/circle-solid.svg') center center no-repeat;
|
175 |
mask: url('../svg/circle-solid.svg') center center no-repeat;
|
176 |
display: inline-block;
|
177 |
-
width:
|
178 |
height: 20px;
|
179 |
color: #111;
|
180 |
background: #111;
|
@@ -184,7 +184,7 @@
|
|
184 |
-webkit-mask: url('../svg/circle-solid.svg') center center no-repeat;
|
185 |
mask: url('../svg/circle-solid.svg') center center no-repeat;
|
186 |
display: inline-block;
|
187 |
-
width:
|
188 |
height: 20px;
|
189 |
}
|
190 |
|
31 |
}
|
32 |
.strong-view .wpmslider-pager-link {
|
33 |
text-decoration: none;
|
34 |
+
margin-left: 10px;
|
35 |
}
|
36 |
|
37 |
/* =controls
|
159 |
}
|
160 |
.strong-view.pager-style-buttons .wpmslider-pager-link:before {
|
161 |
content: "";
|
162 |
+
-webkit-mask: url('../svg/circle-regular.svg') center center no-repeat;
|
163 |
+
mask: url('../svg/circle-regular.svg') center center no-repeat;
|
164 |
display: inline-block;
|
165 |
color: #999;
|
166 |
background: #999;
|
167 |
cursor: pointer;
|
168 |
+
width: 10px;
|
169 |
+
height: 20px;
|
|
|
170 |
text-align: center;
|
171 |
}
|
172 |
.strong-view.pager-style-buttons .wpmslider-pager-link:hover:before {
|
174 |
-webkit-mask: url('../svg/circle-solid.svg') center center no-repeat;
|
175 |
mask: url('../svg/circle-solid.svg') center center no-repeat;
|
176 |
display: inline-block;
|
177 |
+
width: 10px;
|
178 |
height: 20px;
|
179 |
color: #111;
|
180 |
background: #111;
|
184 |
-webkit-mask: url('../svg/circle-solid.svg') center center no-repeat;
|
185 |
mask: url('../svg/circle-solid.svg') center center no-repeat;
|
186 |
display: inline-block;
|
187 |
+
width: 10px;
|
188 |
height: 20px;
|
189 |
}
|
190 |
|
public/css/slider-pager-buttons.css
CHANGED
@@ -31,6 +31,7 @@
|
|
31 |
}
|
32 |
.strong-view .wpmslider-pager-link {
|
33 |
text-decoration: none;
|
|
|
34 |
}
|
35 |
|
36 |
/* =controls
|
@@ -72,15 +73,14 @@
|
|
72 |
}
|
73 |
.strong-view.pager-style-buttons .wpmslider-pager-link:before {
|
74 |
content: "";
|
75 |
-
-webkit-mask: url('../svg/
|
76 |
-
mask: url('../svg/
|
77 |
display: inline-block;
|
78 |
color: #999;
|
79 |
background: #999;
|
80 |
cursor: pointer;
|
81 |
-
|
82 |
-
|
83 |
-
height: 18px;
|
84 |
text-align: center;
|
85 |
}
|
86 |
.strong-view.pager-style-buttons .wpmslider-pager-link:hover:before {
|
@@ -88,7 +88,7 @@
|
|
88 |
-webkit-mask: url('../svg/circle-solid.svg') center center no-repeat;
|
89 |
mask: url('../svg/circle-solid.svg') center center no-repeat;
|
90 |
display: inline-block;
|
91 |
-
width:
|
92 |
height: 20px;
|
93 |
color: #111;
|
94 |
background: #111;
|
@@ -98,7 +98,7 @@
|
|
98 |
-webkit-mask: url('../svg/circle-solid.svg') center center no-repeat;
|
99 |
mask: url('../svg/circle-solid.svg') center center no-repeat;
|
100 |
display: inline-block;
|
101 |
-
width:
|
102 |
height: 20px;
|
103 |
}
|
104 |
|
31 |
}
|
32 |
.strong-view .wpmslider-pager-link {
|
33 |
text-decoration: none;
|
34 |
+
margin-left: 10px;
|
35 |
}
|
36 |
|
37 |
/* =controls
|
73 |
}
|
74 |
.strong-view.pager-style-buttons .wpmslider-pager-link:before {
|
75 |
content: "";
|
76 |
+
-webkit-mask: url('../svg/circle-regular.svg') center center no-repeat;
|
77 |
+
mask: url('../svg/circle-regular.svg') center center no-repeat;
|
78 |
display: inline-block;
|
79 |
color: #999;
|
80 |
background: #999;
|
81 |
cursor: pointer;
|
82 |
+
width: 10px;
|
83 |
+
height: 20px;
|
|
|
84 |
text-align: center;
|
85 |
}
|
86 |
.strong-view.pager-style-buttons .wpmslider-pager-link:hover:before {
|
88 |
-webkit-mask: url('../svg/circle-solid.svg') center center no-repeat;
|
89 |
mask: url('../svg/circle-solid.svg') center center no-repeat;
|
90 |
display: inline-block;
|
91 |
+
width: 10px;
|
92 |
height: 20px;
|
93 |
color: #111;
|
94 |
background: #111;
|
98 |
-webkit-mask: url('../svg/circle-solid.svg') center center no-repeat;
|
99 |
mask: url('../svg/circle-solid.svg') center center no-repeat;
|
100 |
display: inline-block;
|
101 |
+
width: 10px;
|
102 |
height: 20px;
|
103 |
}
|
104 |
|
public/svg/circle-regular.svg
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
<svg aria-hidden="true" focusable="false" data-prefix="far" data-icon="circle" class="svg-inline--fa fa-circle fa-w-16" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200z"></path></svg>
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: testimonials, testimonial slider, testimonial form, star ratings
|
|
4 |
Requires at least: 4.6
|
5 |
Requires PHP: 5.6
|
6 |
Tested up to: 5.4
|
7 |
-
Stable tag: 2.40.
|
8 |
License: GPLv3 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
4 |
Requires at least: 4.6
|
5 |
Requires PHP: 5.6
|
6 |
Tested up to: 5.4
|
7 |
+
Stable tag: 2.40.6
|
8 |
License: GPLv3 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
strong-testimonials.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* Description: Collect and display your testimonials or reviews.
|
6 |
* Author: MachoThemes
|
7 |
* Author URI: https://www.machothemes.com/
|
8 |
-
* Version: 2.40.
|
9 |
* Text Domain: strong-testimonials
|
10 |
* Domain Path: /languages
|
11 |
* Requires: 4.6 or higher
|
@@ -44,7 +44,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
44 |
exit;
|
45 |
}
|
46 |
|
47 |
-
define( 'WPMTST_VERSION', '2.40.
|
48 |
define( 'WPMTST_PLUGIN', plugin_basename( __FILE__ ) ); // strong-testimonials/strong-testimonials.php
|
49 |
define( 'WPMTST', dirname( WPMTST_PLUGIN ) ); // strong-testimonials
|
50 |
defined( 'WPMTST_STORE_URL' ) || define( 'WPMTST_STORE_URL', 'https://strongtestimonials.com' );
|
5 |
* Description: Collect and display your testimonials or reviews.
|
6 |
* Author: MachoThemes
|
7 |
* Author URI: https://www.machothemes.com/
|
8 |
+
* Version: 2.40.6
|
9 |
* Text Domain: strong-testimonials
|
10 |
* Domain Path: /languages
|
11 |
* Requires: 4.6 or higher
|
44 |
exit;
|
45 |
}
|
46 |
|
47 |
+
define( 'WPMTST_VERSION', '2.40.6' );
|
48 |
define( 'WPMTST_PLUGIN', plugin_basename( __FILE__ ) ); // strong-testimonials/strong-testimonials.php
|
49 |
define( 'WPMTST', dirname( WPMTST_PLUGIN ) ); // strong-testimonials
|
50 |
defined( 'WPMTST_STORE_URL' ) || define( 'WPMTST_STORE_URL', 'https://strongtestimonials.com' );
|