Version Description
- Fixed sanitize issue
- Default constant replaced
Download this release
Release Info
Developer | rubel_miah |
Plugin | Real Testimonials |
Version | 1.4 |
Comparing to | |
See all releases |
Code changes from version 1.3 to 1.4
- inc/options/meta-box.php +4 -2
- main.php +2 -2
- readme.txt +58 -53
inc/options/meta-box.php
CHANGED
@@ -37,8 +37,10 @@ function add_sp_testimonial_free_fields( $client_designation_id, $client_designa
|
|
37 |
|
38 |
if ( $client_designation->post_type == 'testimonial-free' ) {
|
39 |
// Store data in post meta table if present in post data
|
40 |
-
|
41 |
-
|
|
|
|
|
42 |
}
|
43 |
}
|
44 |
}
|
37 |
|
38 |
if ( $client_designation->post_type == 'testimonial-free' ) {
|
39 |
// Store data in post meta table if present in post data
|
40 |
+
$tf_client_designation = sanitize_text_field($_POST['tf_client_designation']);
|
41 |
+
|
42 |
+
if ( isset($tf_client_designation ) ) {
|
43 |
+
update_post_meta( $client_designation_id, 'tf_designation', $tf_client_designation );
|
44 |
}
|
45 |
}
|
46 |
}
|
main.php
CHANGED
@@ -5,12 +5,12 @@ Description: Testimonial Free is a clean, easy-to-use and Powerful Testimonials
|
|
5 |
Plugin URI: http://shapedplugin.com/plugin/testimonial-pro
|
6 |
Author: ShapedPlugin
|
7 |
Author URI: http://shapedplugin.com
|
8 |
-
Version: 1.
|
9 |
*/
|
10 |
|
11 |
|
12 |
/* Define */
|
13 |
-
define( 'SP_TF_URL',
|
14 |
define( 'SP_TF_PATH', plugin_dir_path( __FILE__ ) );
|
15 |
|
16 |
|
5 |
Plugin URI: http://shapedplugin.com/plugin/testimonial-pro
|
6 |
Author: ShapedPlugin
|
7 |
Author URI: http://shapedplugin.com
|
8 |
+
Version: 1.4
|
9 |
*/
|
10 |
|
11 |
|
12 |
/* Define */
|
13 |
+
define( 'SP_TF_URL', plugins_url('/') . plugin_basename( dirname( __FILE__ ) ) . '/' );
|
14 |
define( 'SP_TF_PATH', plugin_dir_path( __FILE__ ) );
|
15 |
|
16 |
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: rubel_miah, shapedplugin
|
|
3 |
Donate link: http://shapedplugin.com/donate
|
4 |
Tags: free testimonial, testimonial, testimonials, customer testimonial, customer testimonials, customer review, customer reviews, customers reviews, client testimonial, testimonial feed, testimonial widget, testimonials client, customer, quote, quotes, recommendation, reference, review, reviews, testimonial slider, slider, testimonial carousel, carousel, customer comments, comments, praise, rotator, rotators, shortcode, sidebar, shortcode plugin, testimonial shortcode, easy testimonial, best testimonial, advanced shortcode testimonial plugin, advanced testimonial showcase plugin, pro testimonial, premium testimonial plugin, testimony, witness, case studies, clients, flat design, grid, responsive, reviews, rich snippets, star rating, grid style testimonial, list style testimonial, rating, showcase, testimonial showcase, custom testimonial, easy testimonial slider, feedback, feedback slider, ratings, Responsive testimonial slider, simple testimonial, add testimonials, add testimonials widget, author data, company data, custom post type, display testimonials, multiple testimonials, unlimited testimonials, Testimonials plugin, testimonials shortcode, testimonials widget, translation-ready, user comments, widgets, best, content slider, responsive slider, sliders, super, Testimonial Rotator, testimonial slider, Testimonials Manager, top, testimonial layouts, testimonial shortcode, shapedplugin, 5 star testimonials
|
5 |
Requires at least: 4.0
|
6 |
-
Tested up to: 4.
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -11,20 +11,11 @@ Testimonial Free is a clean, easy-to-use and Powerful Testimonials Management Sy
|
|
11 |
|
12 |
|
13 |
== Description ==
|
|
|
14 |
|
15 |
<p>Testimonial Free is a clean, easy-to-use and Powerful Testimonials Management System for WordPress. This plugin will help you to display easily attractive and eye catching Unlimited testimonials, reviews or quotes in multiple ways anywhere (like post, page, custom template, sidebar, widget) of your site using shortcode. It comes with many options including 20+ modern predefined testimonial theme styles that can be highly customized.</p>
|
16 |
|
17 |
-
|
18 |
-
<ul>
|
19 |
-
<li><a target="_blank" href="http://shapedplugin.com/demo/testimonial_pro/">Live Demo</a></li>
|
20 |
-
<li><a target="_blank" href="http://shapedplugin.com/plugin/testimonial-pro/">Upgrade to Pro Version Now!</a></li>
|
21 |
-
<li><a target="_blank" href="http://shapedplugin.com/docs/docs/testimonial-pro/">Documentation</a></li>
|
22 |
-
<li><a target="_blank" href="http://shapedplugin.com/support/">Quick Support</a></li>
|
23 |
-
</ul>
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
<h3>Primary Features</h3>
|
28 |
|
29 |
<ul>
|
30 |
<li>100% Responsive & Mobile Friendly</li>
|
@@ -43,40 +34,50 @@ Testimonial Free is a clean, easy-to-use and Powerful Testimonials Management Sy
|
|
43 |
|
44 |
<p>Want more options & stunning features? This plugin has also a <a target="_blank" href="http://shapedplugin.com/plugin/testimonial-pro/">Premium Version</a> with so many cool features. Check it out now!</p>
|
45 |
|
46 |
-
|
47 |
|
48 |
<ul>
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
80 |
</ul>
|
81 |
|
82 |
|
@@ -101,7 +102,7 @@ Thoughtfully designed testimonials, that look good from the get-go and were easy
|
|
101 |
|
102 |
|
103 |
<p><h4>Premium Version is Awesome! Why late?</h4>
|
104 |
-
The Pro Version is not only awesome Testimonial plugin, but also a complete solution of your Testimonials on the website
|
105 |
|
106 |
|
107 |
<p><strong>Note:</strong> This plugin is actively being developed & improved. We're far from done and are adding new features, functionality, and fixes daily. If there's a feature you want but we don't have yet, please <a target="_blank" href="http://shapedplugin.com/contact-us/">let us know</a>.</p>
|
@@ -148,16 +149,20 @@ Now save your page, then visit the newly created page & see something awesome. :
|
|
148 |
|
149 |
== Changelog ==
|
150 |
|
151 |
-
= 1.
|
152 |
-
*
|
|
|
153 |
|
154 |
-
= 1.
|
155 |
-
*
|
|
|
|
|
156 |
|
157 |
= 1.2 =
|
158 |
* Navigation css issue fixed
|
159 |
|
160 |
-
= 1.
|
161 |
-
*
|
162 |
-
|
163 |
-
|
|
3 |
Donate link: http://shapedplugin.com/donate
|
4 |
Tags: free testimonial, testimonial, testimonials, customer testimonial, customer testimonials, customer review, customer reviews, customers reviews, client testimonial, testimonial feed, testimonial widget, testimonials client, customer, quote, quotes, recommendation, reference, review, reviews, testimonial slider, slider, testimonial carousel, carousel, customer comments, comments, praise, rotator, rotators, shortcode, sidebar, shortcode plugin, testimonial shortcode, easy testimonial, best testimonial, advanced shortcode testimonial plugin, advanced testimonial showcase plugin, pro testimonial, premium testimonial plugin, testimony, witness, case studies, clients, flat design, grid, responsive, reviews, rich snippets, star rating, grid style testimonial, list style testimonial, rating, showcase, testimonial showcase, custom testimonial, easy testimonial slider, feedback, feedback slider, ratings, Responsive testimonial slider, simple testimonial, add testimonials, add testimonials widget, author data, company data, custom post type, display testimonials, multiple testimonials, unlimited testimonials, Testimonials plugin, testimonials shortcode, testimonials widget, translation-ready, user comments, widgets, best, content slider, responsive slider, sliders, super, Testimonial Rotator, testimonial slider, Testimonials Manager, top, testimonial layouts, testimonial shortcode, shapedplugin, 5 star testimonials
|
5 |
Requires at least: 4.0
|
6 |
+
Tested up to: 4.7.3
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
11 |
|
12 |
|
13 |
== Description ==
|
14 |
+
[Live Demo](http://shapedplugin.com/demo/testimonial_pro/) | [Upgrade to PRO](http://shapedplugin.com/plugin/testimonial-pro/) | [Documentation](http://shapedplugin.com/docs/docs/testimonial-pro/) | [Support](http://shapedplugin.com/support/)
|
15 |
|
16 |
<p>Testimonial Free is a clean, easy-to-use and Powerful Testimonials Management System for WordPress. This plugin will help you to display easily attractive and eye catching Unlimited testimonials, reviews or quotes in multiple ways anywhere (like post, page, custom template, sidebar, widget) of your site using shortcode. It comes with many options including 20+ modern predefined testimonial theme styles that can be highly customized.</p>
|
17 |
|
18 |
+
**Primary Features**
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
|
20 |
<ul>
|
21 |
<li>100% Responsive & Mobile Friendly</li>
|
34 |
|
35 |
<p>Want more options & stunning features? This plugin has also a <a target="_blank" href="http://shapedplugin.com/plugin/testimonial-pro/">Premium Version</a> with so many cool features. Check it out now!</p>
|
36 |
|
37 |
+
**Pro Version Features**
|
38 |
|
39 |
<ul>
|
40 |
+
<li>20+ Predefined Testimonial Styles</li>
|
41 |
+
<li>Front-end Submission form</li>
|
42 |
+
<li>Notification e-mail for new Testimonial submission to Admin</li>
|
43 |
+
<li>Testimonial pending status for approval by Admin</li>
|
44 |
+
<li>Show/hide front-end submission form fields</li>
|
45 |
+
<li>Google reCAPTCHA option</li>
|
46 |
+
<li>Testimonials from specific Categories</li>
|
47 |
+
<li>Grid Testimonial Showcase</li>
|
48 |
+
<li>List Testimonial showcase</li>
|
49 |
+
<li>Filterable Testimonial Showcase</li>
|
50 |
+
<li>Simple Pagination Style</li>
|
51 |
+
<li>Read More option to Expand content</li>
|
52 |
+
<li>Characters custom limit option</li>
|
53 |
+
<li>Change Read More text</li>
|
54 |
+
<li>Change Read More close text</li>
|
55 |
+
<li>Designation/Company name field HTML supported</li>
|
56 |
+
<li>Different client images styles (Circle, Round, Square, Border)</li>
|
57 |
+
<li>Star Rating System</li>
|
58 |
+
<li>Show/hide star rating</li>
|
59 |
+
<li>Unlimited colors</li>
|
60 |
+
<li>Show/hide Navigation arrows</li>
|
61 |
+
<li>Show/hide Bullets</li>
|
62 |
+
<li>Testimonials Order by (date, title, modified, author, random)</li>
|
63 |
+
<li>Order (Descending, Ascending)</li>
|
64 |
+
<li>Set Testimonial Auto-play speed time</li>
|
65 |
+
<li>Testimonial stop on hover</li>
|
66 |
+
<li>Display maximum number of testimonials displayed in devices (Mobile, Tablet, Desktop)</li>
|
67 |
+
<li>Testimonial Auto height option</li>
|
68 |
+
<li>Unlimited Testimonials anywhere (like post, page, custom template, sidebar, widget)</li>
|
69 |
+
<li>Easy-to-use interface allows you to manage, edit, create, and delete Testimonials with no coding knowledge!</li>
|
70 |
+
<li>Shortcodes to be used everywhere</li>
|
71 |
+
<li>Widget Ready</li>
|
72 |
+
<li>Visual Composer Supported (Add-on)</li>
|
73 |
+
<li>Used FontAwesome arrow for Previous/Next</li>
|
74 |
+
<li>Nice bullet control system</li>
|
75 |
+
<li>Unique settings for each Testimonial</li>
|
76 |
+
<li>7 Days money back guarantee</li>
|
77 |
+
<li>Extensive online documentation</li>
|
78 |
+
<li>Lifetime free update</li>
|
79 |
+
<li>24/7 Free & Quick Developer support</li>
|
80 |
+
<li>And many more options…</li>
|
81 |
</ul>
|
82 |
|
83 |
|
102 |
|
103 |
|
104 |
<p><h4>Premium Version is Awesome! Why late?</h4>
|
105 |
+
The Pro Version is not only awesome Testimonial plugin, but also a complete solution of your Testimonials on the website.</p>
|
106 |
|
107 |
|
108 |
<p><strong>Note:</strong> This plugin is actively being developed & improved. We're far from done and are adding new features, functionality, and fixes daily. If there's a feature you want but we don't have yet, please <a target="_blank" href="http://shapedplugin.com/contact-us/">let us know</a>.</p>
|
149 |
|
150 |
== Changelog ==
|
151 |
|
152 |
+
= 1.4 =
|
153 |
+
* Fixed sanitize issue
|
154 |
+
* Default constant replaced
|
155 |
|
156 |
+
= 1.3 =
|
157 |
+
* Removed view link
|
158 |
+
* Removed attribute "id"
|
159 |
+
* Added shortcode in backend
|
160 |
|
161 |
= 1.2 =
|
162 |
* Navigation css issue fixed
|
163 |
|
164 |
+
= 1.1 =
|
165 |
+
* Navigation issue fixed
|
166 |
+
|
167 |
+
= 1.0 =
|
168 |
+
* First Release
|