Real Testimonials - Version 1.4.2

Version Description

  • AutoPlay on/off
Download this release

Release Info

Developer rubel_miah
Plugin Icon 128x128 Real Testimonials
Version 1.4.2
Comparing to
See all releases

Code changes from version 1.4 to 1.4.2

inc/functions.php CHANGED
@@ -17,7 +17,7 @@ function testimonial_free_register_post_type() {
17
  $labels = array(
18
  'name' => esc_html__( 'Testimonials', 'testimonial-free' ),
19
  'singular_name' => esc_html__( 'Testimonial', 'testimonial-free' ),
20
- 'add_new' => esc_html_x( 'Add New Testimonial', 'testimonial-free', 'testimonial-free' ),
21
  'add_new_item' => esc_html__( 'Add New Testimonial', 'testimonial-free' ),
22
  'edit_item' => esc_html__( 'Edit Testimonial', 'testimonial-free' ),
23
  'new_item' => esc_html__( 'New Testimonial', 'testimonial-free' ),
17
  $labels = array(
18
  'name' => esc_html__( 'Testimonials', 'testimonial-free' ),
19
  'singular_name' => esc_html__( 'Testimonial', 'testimonial-free' ),
20
+ 'add_new' => esc_html__( 'Add New Testimonial', 'testimonial-free' ),
21
  'add_new_item' => esc_html__( 'Add New Testimonial', 'testimonial-free' ),
22
  'edit_item' => esc_html__( 'Edit Testimonial', 'testimonial-free' ),
23
  'new_item' => esc_html__( 'New Testimonial', 'testimonial-free' ),
inc/shortcodes.php CHANGED
@@ -7,6 +7,7 @@ function sp_testimonial_free_shortcode( $atts ) {
7
  'color' => '#52b3d9',
8
  'nav' => 'true',
9
  'pagination' => 'true',
 
10
  ), $atts, 'testimonial-free' ) );
11
 
12
 
@@ -34,7 +35,7 @@ function sp_testimonial_free_shortcode( $atts ) {
34
  navigationText: ["<i class=\'fa fa-angle-left\'></i>","<i class=\'fa fa-angle-right\'></i>"],
35
  pagination: ' . $pagination . ',
36
  autoHeight: true,
37
- autoPlay: true,
38
  slideSpeed: 900,
39
  stopOnHover: false,
40
  });
7
  'color' => '#52b3d9',
8
  'nav' => 'true',
9
  'pagination' => 'true',
10
+ 'autoplay' => 'true',
11
  ), $atts, 'testimonial-free' ) );
12
 
13
 
35
  navigationText: ["<i class=\'fa fa-angle-left\'></i>","<i class=\'fa fa-angle-right\'></i>"],
36
  pagination: ' . $pagination . ',
37
  autoHeight: true,
38
+ autoPlay: '.$autoplay.',
39
  slideSpeed: 900,
40
  stopOnHover: false,
41
  });
languages/testimonial-free.pot ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Testimonial Free\n"
4
+ "POT-Creation-Date: 2017-04-22 11:54+0600\n"
5
+ "PO-Revision-Date: 2017-04-22 11:54+0600\n"
6
+ "Last-Translator: \n"
7
+ "Language-Team: ShapedPlugin <support@shapedplugin.com>\n"
8
+ "Language: en\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.7.7\n"
13
+ "X-Poedit-Basepath: .\n"
14
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
+ "X-Poedit-SourceCharset: UTF-8\n"
16
+ "X-Poedit-KeywordsList: __;_e;_x;esc_html__;esc_html_e;esc_html_x;esc_atts__;"
17
+ "esc_atts_e;esc_atts_x\n"
18
+ "X-Poedit-SearchPath-0: ..\n"
19
+
20
+ #: ../inc/functions.php:18 ../inc/functions.php:29
21
+ msgid "Testimonials"
22
+ msgstr ""
23
+
24
+ #: ../inc/functions.php:19
25
+ msgid "Testimonial"
26
+ msgstr ""
27
+
28
+ #: ../inc/functions.php:20 ../inc/functions.php:21
29
+ msgid "Add New Testimonial"
30
+ msgstr ""
31
+
32
+ #: ../inc/functions.php:22
33
+ msgid "Edit Testimonial"
34
+ msgstr ""
35
+
36
+ #: ../inc/functions.php:23
37
+ msgid "New Testimonial"
38
+ msgstr ""
39
+
40
+ #: ../inc/functions.php:24
41
+ msgid "View Testimonial"
42
+ msgstr ""
43
+
44
+ #: ../inc/functions.php:25
45
+ msgid "Search Testimonials"
46
+ msgstr ""
47
+
48
+ #: ../inc/functions.php:26
49
+ msgid "No Testimonials found"
50
+ msgstr ""
51
+
52
+ #: ../inc/functions.php:27
53
+ msgid "No Testimonials found in Trash"
54
+ msgstr ""
55
+
56
+ #: ../inc/functions.php:28
57
+ msgid "Parent Testimonial:"
58
+ msgstr ""
59
+
60
+ #: ../inc/functions.php:69
61
+ msgid "Type client name here"
62
+ msgstr ""
63
+
64
+ #: ../inc/options/meta-box.php:4
65
+ msgid "Testimonial Options"
66
+ msgstr ""
67
+
68
+ #: ../inc/options/meta-box.php:21
69
+ msgid "Designation:"
70
+ msgstr ""
71
+
72
+ #: ../inc/options/meta-box.php:22
73
+ msgid "Type client designation here."
74
+ msgstr ""
75
+
76
+ #: ../inc/shortcodes.php:98
77
+ msgid "No testimonials found"
78
+ msgstr ""
readme.txt CHANGED
@@ -1,40 +1,41 @@
1
- === Testimonial Free ===
2
- 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.3
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
10
- Testimonial Free is a clean, easy-to-use and Powerful Testimonials Management System for WordPress that allows you to manage and display Testimonials.
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>
22
- <li>Very Light weight, clean & beautiful design</li>
23
- <li>Easy Install, Configure & Add</li>
24
- <li>Previous/Next font-awesome arrow used</li>
25
- <li>Nice bullet control system</li>
26
- <li>Shortcodes to be used everywhere</li>
27
- <li>Developed in best practices of HTML5 & CSS3</li>
28
- <li>All Major Browsers compatible</li>
29
- <li>Fully Localized or Translation Ready</li>
30
- <li>Mobile, Tablet touch-swiped</li>
31
- <li>Work with all standard WordPress themes</li>
32
- <li>Developer friendly & easy to customize</li>
 
33
  </ul>
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>
@@ -132,6 +133,7 @@ Call shortcode to your php template file using
132
 
133
  Shortcode attributes
134
  `
 
135
  nav = true / false
136
  pagination = true / false
137
  color = color code
@@ -149,6 +151,12 @@ Now save your page, then visit the newly created page & see something awesome. :
149
 
150
  == Changelog ==
151
 
 
 
 
 
 
 
152
  = 1.4 =
153
  * Fixed sanitize issue
154
  * Default constant replaced
1
+ === Testimonial - Best Testimonials Showcase Plugin ===
2
+ Contributors: 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.9
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
10
+ Testimonial is a clean, easy-to-use and Powerful Testimonials Management System for WordPress that allows you to manage and display Testimonials.
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 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.</p>
17
 
18
+ **Features**
19
 
20
  <ul>
21
+ <li>100% Responsive.</li>
22
+ <li>Light weight, Clean & Beautiful.</li>
23
+ <li>Easy Shortcode System.</li>
24
+ <li>Show/hide Navigation.</li>
25
+ <li>Show/hide Pagination.</li>
26
+ <li>AutoPlay on/off.</li>
27
+ <li>Unlimited Colors.</li>
28
+ <li>Add Unlimited Testimonials.</li>
29
+ <li>Translation Ready.</li>
30
+ <li>Touch-swiped enabled.</li>
31
+ <li>Developer friendly & easy to customize.</li>
32
+ <li>Compatible with any theme.</li>
33
+ <li>24/7Free Basic Support.</li>
34
  </ul>
35
 
36
  <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>
37
 
38
+ **Pro Features**
39
 
40
  <ul>
41
  <li>20+ Predefined Testimonial Styles</li>
133
 
134
  Shortcode attributes
135
  `
136
+ autoplay = true / false
137
  nav = true / false
138
  pagination = true / false
139
  color = color code
151
 
152
  == Changelog ==
153
 
154
+ = 1.4.2 =
155
+ * AutoPlay on/off
156
+
157
+ = 1.4.1 =
158
+ * Translation issue fixed
159
+
160
  = 1.4 =
161
  * Fixed sanitize issue
162
  * Default constant replaced
main.php → testimonial-free.php RENAMED
@@ -1,11 +1,11 @@
1
  <?php
2
  /*
3
- Plugin Name: Testimonial Free
4
- Description: Testimonial Free is a clean, easy-to-use and Powerful Testimonials Management System for WordPress that allows you to manage and display Testimonials.
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
 
@@ -43,7 +43,7 @@ add_action( 'activated_plugin', 'sp_testimonial_free_active_redirect' );
43
 
44
  // admin menu
45
  function sp_testimonial_free_options_framwrork() {
46
- add_options_page( 'Testimonial Pro Info', '', 'manage_options', 'sp-tf-settings', 'sp_tf_options_framwrork' );
47
  }
48
  add_action( 'admin_menu', 'sp_testimonial_free_options_framwrork' );
49
 
@@ -139,10 +139,8 @@ if ( is_admin() ) : // Load only if we are viewing an admin page
139
  <?php
140
  }
141
 
142
-
143
  endif; // EndIf is_admin()
144
 
145
-
146
  register_activation_hook( __FILE__, 'shapedplugin_tf_activate' );
147
  add_action( 'admin_init', 'shapedplugin_tf_redirect' );
148
 
1
  <?php
2
  /*
3
+ Plugin Name: Testimonial
4
+ Description: Testimonial is a clean, easy-to-use and Powerful Testimonials Management System for WordPress that allows you to manage and display Testimonials.
5
  Plugin URI: http://shapedplugin.com/plugin/testimonial-pro
6
  Author: ShapedPlugin
7
  Author URI: http://shapedplugin.com
8
+ Version: 1.4.2
9
  */
10
 
11
 
43
 
44
  // admin menu
45
  function sp_testimonial_free_options_framwrork() {
46
+ add_options_page( 'Testimonial Pro Info', 'Testimonial Pro Info', 'manage_options', 'sp-tf-settings', 'sp_tf_options_framwrork' );
47
  }
48
  add_action( 'admin_menu', 'sp_testimonial_free_options_framwrork' );
49
 
139
  <?php
140
  }
141
 
 
142
  endif; // EndIf is_admin()
143
 
 
144
  register_activation_hook( __FILE__, 'shapedplugin_tf_activate' );
145
  add_action( 'admin_init', 'shapedplugin_tf_redirect' );
146