Testimonials Widget - Version 3.4.1

Version Description

= 3.0.0 =

This is a major overhaul without backwards compliance of over 80 changes. Please read the Testimonials Widget 3.0 and Testimonials Widget Premium 2.0 Upgrade Notice for more help.

If you use custom CSS, actions, or filters to modify Testimonials Widget and Testimonials Widget Premium actions or output, this upgrade will not be compatible with those modifications until corrections are made.

= Older Versions =

Read UPGRADING.

Download this release

Release Info

Developer saurabhd
Plugin Icon wp plugin Testimonials Widget
Version 3.4.1
Comparing to
See all releases

Code changes from version 3.4.0 to 3.4.1

CHANGELOG.md CHANGED
@@ -2,6 +2,11 @@
2
 
3
  ## master
4
 
 
 
 
 
 
5
  ## 3.4.0
6
  * Remove review schema code
7
 
2
 
3
  ## master
4
 
5
+ ## 3.4.1
6
+ * Confirm WordPress 4.6 compatibility
7
+ * Remove review schema completely
8
+ * Set max rating variable to 5
9
+
10
  ## 3.4.0
11
  * Remove review schema code
12
 
includes/class-testimonials-widget.php CHANGED
@@ -64,6 +64,40 @@ class Axl_Testimonials_Widget extends Aihrus_Common {
64
  public static $widget_number = 100000;
65
  public static $wp_query;
66
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
67
 
68
  public function __construct() {
69
  parent::__construct();
64
  public static $widget_number = 100000;
65
  public static $wp_query;
66
 
67
+ public static $rating_max = 5;
68
+ public static $rating_value = 'ratingValue';
69
+
70
+ public static $cw_author = 'author';
71
+ public static $cw_date = 'datePublished';
72
+ public static $cw_date_mod = 'dateModified';
73
+ public static $cw_review = 'review';
74
+ public static $cw_source_org = 'sourceOrganization';
75
+
76
+ public static $org_location = 'location';
77
+ public static $org_schema = 'http://schema.org/Organization';
78
+
79
+ public static $person_email = 'email';
80
+ public static $person_home = 'homeLocation';
81
+ public static $person_job_title = 'jobTitle';
82
+ public static $person_schema = 'http://schema.org/Person';
83
+ public static $person_member = 'memberOf';
84
+
85
+ public static $place_schema = 'http://schema.org/Place';
86
+
87
+ public static $review_body = 'reviewBody';
88
+ public static $review_item = 'itemReviewed';
89
+ public static $review_schema = 'http://schema.org/Review';
90
+
91
+ public static $schema_div_open = '<div itemscope itemtype="%1$s">';
92
+ public static $schema_div_prop = '<div itemprop="%1$s" itemscope itemtype="%2$s">%3$s</div>';
93
+ public static $schema_item_prop = 'itemprop="%1$s"';
94
+ public static $schema_meta = '<meta itemprop="%1$s" content="%2$s" />';
95
+
96
+ public static $thing_image = 'image';
97
+ public static $thing_name = 'name';
98
+ public static $thing_schema = 'http://schema.org/Thing';
99
+ public static $thing_url = 'url';
100
+
101
 
102
  public function __construct() {
103
  parent::__construct();
languages/testimonials-widget.pot CHANGED
@@ -2,9 +2,9 @@
2
  # This file is distributed under the same license as the Testimonials Widget package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Testimonials Widget 3.4.0\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/testimonials-widget\n"
7
- "POT-Creation-Date: 2017-04-26 06:09:39+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
@@ -63,7 +63,7 @@ msgid "Testimonials Settings"
63
  msgstr ""
64
 
65
  #: includes/class-testimonials-widget-settings.php:97
66
- #: includes/class-testimonials-widget.php:99
67
  msgid "Settings"
68
  msgstr ""
69
 
@@ -116,8 +116,8 @@ msgid "Title"
116
  msgstr ""
117
 
118
  #: includes/class-testimonials-widget-settings.php:140
119
- #: includes/class-testimonials-widget.php:540
120
- #: includes/class-testimonials-widget.php:588
121
  msgid "Testimonials"
122
  msgstr ""
123
 
@@ -485,14 +485,14 @@ msgstr ""
485
 
486
  #: includes/class-testimonials-widget-settings.php:507
487
  #: includes/class-testimonials-widget-settings.php:510
488
- #: includes/class-testimonials-widget.php:470
489
- #: includes/class-testimonials-widget.php:501
490
- #: includes/class-testimonials-widget.php:1339
491
  msgid "Author"
492
  msgstr ""
493
 
494
  #: includes/class-testimonials-widget-settings.php:508
495
- #: includes/class-testimonials-widget.php:472
496
  msgid "Date"
497
  msgstr ""
498
 
@@ -517,32 +517,32 @@ msgid "None"
517
  msgstr ""
518
 
519
  #: includes/class-testimonials-widget-settings.php:524
520
- #: includes/class-testimonials-widget.php:506
521
- #: includes/class-testimonials-widget.php:1345
522
  msgid "Job Title"
523
  msgstr ""
524
 
525
  #: includes/class-testimonials-widget-settings.php:525
526
- #: includes/class-testimonials-widget.php:521
527
- #: includes/class-testimonials-widget.php:1363
528
  msgid "Email"
529
  msgstr ""
530
 
531
  #: includes/class-testimonials-widget-settings.php:526
532
- #: includes/class-testimonials-widget.php:511
533
- #: includes/class-testimonials-widget.php:1351
534
  msgid "Location"
535
  msgstr ""
536
 
537
  #: includes/class-testimonials-widget-settings.php:527
538
- #: includes/class-testimonials-widget.php:516
539
- #: includes/class-testimonials-widget.php:1357
540
  msgid "Company"
541
  msgstr ""
542
 
543
  #: includes/class-testimonials-widget-settings.php:528
544
- #: includes/class-testimonials-widget.php:526
545
- #: includes/class-testimonials-widget.php:1369
546
  msgid "URL"
547
  msgstr ""
548
 
@@ -690,15 +690,15 @@ msgstr ""
690
 
691
  #: includes/class-testimonials-widget-tag-cloud-widget.php:63
692
  #: includes/class-testimonials-widget-tag-cloud-widget.php:70
693
- #: includes/class-testimonials-widget.php:477
694
- #: includes/class-testimonials-widget.php:480
695
  msgid "Category"
696
  msgstr ""
697
 
698
  #: includes/class-testimonials-widget-tag-cloud-widget.php:64
699
  #: includes/class-testimonials-widget-tag-cloud-widget.php:71
700
- #: includes/class-testimonials-widget.php:478
701
- #: includes/class-testimonials-widget.php:481
702
  msgid "Tags"
703
  msgstr ""
704
 
@@ -706,140 +706,140 @@ msgstr ""
706
  msgid "Taxonomy"
707
  msgstr ""
708
 
709
- #: includes/class-testimonials-widget.php:331
710
  msgid "If your Testimonials display has gone to funky town, please <a href=\"%s\">read the FAQ</a> about possible CSS fixes."
711
  msgstr ""
712
 
713
- #: includes/class-testimonials-widget.php:471
714
  msgid "Published by"
715
  msgstr ""
716
 
717
- #: includes/class-testimonials-widget.php:486
718
  msgid "ID"
719
  msgstr ""
720
 
721
- #: includes/class-testimonials-widget.php:491
722
  msgid "Image"
723
  msgstr ""
724
 
725
- #: includes/class-testimonials-widget.php:496
726
  msgid "Shortcodes"
727
  msgstr ""
728
 
729
- #: includes/class-testimonials-widget.php:537
730
  msgid "Add New"
731
  msgstr ""
732
 
733
- #: includes/class-testimonials-widget.php:538
734
- #: includes/class-testimonials-widget.php:541
735
  msgid "Add New Testimonial"
736
  msgstr ""
737
 
738
- #: includes/class-testimonials-widget.php:539
739
  msgid "Edit Testimonial"
740
  msgstr ""
741
 
742
- #: includes/class-testimonials-widget.php:542
743
- #: includes/class-testimonials-widget.php:851
744
  msgid "No testimonials found"
745
  msgstr ""
746
 
747
- #: includes/class-testimonials-widget.php:543
748
  msgid "No testimonials found in Trash"
749
  msgstr ""
750
 
751
- #: includes/class-testimonials-widget.php:545
752
  msgid "Search Testimonials"
753
  msgstr ""
754
 
755
- #: includes/class-testimonials-widget.php:546
756
- #: includes/class-testimonials-widget.php:1430
757
- #: includes/class-testimonials-widget.php:1605
758
  msgid "Testimonial"
759
  msgstr ""
760
 
761
- #: includes/class-testimonials-widget.php:547
762
  msgid "View Testimonial"
763
  msgstr ""
764
 
765
- #: includes/class-testimonials-widget.php:1342
766
  msgid "Use when the testimonial title is not the authors' name."
767
  msgstr ""
768
 
769
- #: includes/class-testimonials-widget.php:1366
770
  msgid "If an email is provided, but not an image, a Gravatar icon will be attempted to be loaded."
771
  msgstr ""
772
 
773
- #: includes/class-testimonials-widget.php:1381
774
  msgid "Testimonial Data"
775
  msgstr ""
776
 
777
- #: includes/class-testimonials-widget.php:1405
778
  msgid "Testimonial updated. <a href=\"%s\">View testimonial</a>"
779
  msgstr ""
780
 
781
- #: includes/class-testimonials-widget.php:1406
782
  msgid "Custom field updated."
783
  msgstr ""
784
 
785
- #: includes/class-testimonials-widget.php:1407
786
  msgid "Custom field deleted."
787
  msgstr ""
788
 
789
- #: includes/class-testimonials-widget.php:1408
790
  msgid "Testimonial updated."
791
  msgstr ""
792
 
793
  #. translators: %s: date and time of the revision
794
 
795
- #: includes/class-testimonials-widget.php:1410
796
  msgid "Testimonial restored to revision from %s"
797
  msgstr ""
798
 
799
- #: includes/class-testimonials-widget.php:1411
800
  msgid "Testimonial published. <a href=\"%s\">View testimonial</a>"
801
  msgstr ""
802
 
803
- #: includes/class-testimonials-widget.php:1412
804
  msgid "Testimonial saved."
805
  msgstr ""
806
 
807
- #: includes/class-testimonials-widget.php:1413
808
  msgid "Testimonial submitted. <a target=\"_blank\" href=\"%s\">Preview testimonial</a>"
809
  msgstr ""
810
 
811
- #: includes/class-testimonials-widget.php:1414
812
  msgid "Testimonial scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview testimonial</a>"
813
  msgstr ""
814
 
815
- #: includes/class-testimonials-widget.php:1415
816
  msgid "Testimonial draft updated. <a target=\"_blank\" href=\"%s\">Preview testimonial</a>"
817
  msgstr ""
818
 
819
- #: includes/class-testimonials-widget.php:1500
820
  msgid "If your Testimonials display has gone to funky town, please <a href=\"%s\">read the FAQ</a> about possible fixes."
821
  msgstr ""
822
 
823
- #: includes/class-testimonials-widget.php:1519
824
  msgid "Failed version check"
825
  msgstr ""
826
 
827
- #: includes/class-testimonials-widget.php:1550
828
  msgid "Shortcode"
829
  msgstr ""
830
 
831
- #: includes/class-testimonials-widget.php:1988
832
- #: includes/class-testimonials-widget.php:2061
833
  msgid "Used with: "
834
  msgstr ""
835
 
836
- #: includes/class-testimonials-widget.php:2025
837
- #: includes/class-testimonials-widget.php:2089
838
  msgid "Options: "
839
  msgstr ""
840
 
841
- #: includes/class-testimonials-widget.php:2030
842
- #: includes/class-testimonials-widget.php:2094
843
  msgid "Usage: "
844
  msgstr ""
845
 
2
  # This file is distributed under the same license as the Testimonials Widget package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Testimonials Widget 3.4.1\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/testimonials-widget\n"
7
+ "POT-Creation-Date: 2017-06-01 07:15:45+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
63
  msgstr ""
64
 
65
  #: includes/class-testimonials-widget-settings.php:97
66
+ #: includes/class-testimonials-widget.php:133
67
  msgid "Settings"
68
  msgstr ""
69
 
116
  msgstr ""
117
 
118
  #: includes/class-testimonials-widget-settings.php:140
119
+ #: includes/class-testimonials-widget.php:574
120
+ #: includes/class-testimonials-widget.php:622
121
  msgid "Testimonials"
122
  msgstr ""
123
 
485
 
486
  #: includes/class-testimonials-widget-settings.php:507
487
  #: includes/class-testimonials-widget-settings.php:510
488
+ #: includes/class-testimonials-widget.php:504
489
+ #: includes/class-testimonials-widget.php:535
490
+ #: includes/class-testimonials-widget.php:1373
491
  msgid "Author"
492
  msgstr ""
493
 
494
  #: includes/class-testimonials-widget-settings.php:508
495
+ #: includes/class-testimonials-widget.php:506
496
  msgid "Date"
497
  msgstr ""
498
 
517
  msgstr ""
518
 
519
  #: includes/class-testimonials-widget-settings.php:524
520
+ #: includes/class-testimonials-widget.php:540
521
+ #: includes/class-testimonials-widget.php:1379
522
  msgid "Job Title"
523
  msgstr ""
524
 
525
  #: includes/class-testimonials-widget-settings.php:525
526
+ #: includes/class-testimonials-widget.php:555
527
+ #: includes/class-testimonials-widget.php:1397
528
  msgid "Email"
529
  msgstr ""
530
 
531
  #: includes/class-testimonials-widget-settings.php:526
532
+ #: includes/class-testimonials-widget.php:545
533
+ #: includes/class-testimonials-widget.php:1385
534
  msgid "Location"
535
  msgstr ""
536
 
537
  #: includes/class-testimonials-widget-settings.php:527
538
+ #: includes/class-testimonials-widget.php:550
539
+ #: includes/class-testimonials-widget.php:1391
540
  msgid "Company"
541
  msgstr ""
542
 
543
  #: includes/class-testimonials-widget-settings.php:528
544
+ #: includes/class-testimonials-widget.php:560
545
+ #: includes/class-testimonials-widget.php:1403
546
  msgid "URL"
547
  msgstr ""
548
 
690
 
691
  #: includes/class-testimonials-widget-tag-cloud-widget.php:63
692
  #: includes/class-testimonials-widget-tag-cloud-widget.php:70
693
+ #: includes/class-testimonials-widget.php:511
694
+ #: includes/class-testimonials-widget.php:514
695
  msgid "Category"
696
  msgstr ""
697
 
698
  #: includes/class-testimonials-widget-tag-cloud-widget.php:64
699
  #: includes/class-testimonials-widget-tag-cloud-widget.php:71
700
+ #: includes/class-testimonials-widget.php:512
701
+ #: includes/class-testimonials-widget.php:515
702
  msgid "Tags"
703
  msgstr ""
704
 
706
  msgid "Taxonomy"
707
  msgstr ""
708
 
709
+ #: includes/class-testimonials-widget.php:365
710
  msgid "If your Testimonials display has gone to funky town, please <a href=\"%s\">read the FAQ</a> about possible CSS fixes."
711
  msgstr ""
712
 
713
+ #: includes/class-testimonials-widget.php:505
714
  msgid "Published by"
715
  msgstr ""
716
 
717
+ #: includes/class-testimonials-widget.php:520
718
  msgid "ID"
719
  msgstr ""
720
 
721
+ #: includes/class-testimonials-widget.php:525
722
  msgid "Image"
723
  msgstr ""
724
 
725
+ #: includes/class-testimonials-widget.php:530
726
  msgid "Shortcodes"
727
  msgstr ""
728
 
729
+ #: includes/class-testimonials-widget.php:571
730
  msgid "Add New"
731
  msgstr ""
732
 
733
+ #: includes/class-testimonials-widget.php:572
734
+ #: includes/class-testimonials-widget.php:575
735
  msgid "Add New Testimonial"
736
  msgstr ""
737
 
738
+ #: includes/class-testimonials-widget.php:573
739
  msgid "Edit Testimonial"
740
  msgstr ""
741
 
742
+ #: includes/class-testimonials-widget.php:576
743
+ #: includes/class-testimonials-widget.php:885
744
  msgid "No testimonials found"
745
  msgstr ""
746
 
747
+ #: includes/class-testimonials-widget.php:577
748
  msgid "No testimonials found in Trash"
749
  msgstr ""
750
 
751
+ #: includes/class-testimonials-widget.php:579
752
  msgid "Search Testimonials"
753
  msgstr ""
754
 
755
+ #: includes/class-testimonials-widget.php:580
756
+ #: includes/class-testimonials-widget.php:1464
757
+ #: includes/class-testimonials-widget.php:1639
758
  msgid "Testimonial"
759
  msgstr ""
760
 
761
+ #: includes/class-testimonials-widget.php:581
762
  msgid "View Testimonial"
763
  msgstr ""
764
 
765
+ #: includes/class-testimonials-widget.php:1376
766
  msgid "Use when the testimonial title is not the authors' name."
767
  msgstr ""
768
 
769
+ #: includes/class-testimonials-widget.php:1400
770
  msgid "If an email is provided, but not an image, a Gravatar icon will be attempted to be loaded."
771
  msgstr ""
772
 
773
+ #: includes/class-testimonials-widget.php:1415
774
  msgid "Testimonial Data"
775
  msgstr ""
776
 
777
+ #: includes/class-testimonials-widget.php:1439
778
  msgid "Testimonial updated. <a href=\"%s\">View testimonial</a>"
779
  msgstr ""
780
 
781
+ #: includes/class-testimonials-widget.php:1440
782
  msgid "Custom field updated."
783
  msgstr ""
784
 
785
+ #: includes/class-testimonials-widget.php:1441
786
  msgid "Custom field deleted."
787
  msgstr ""
788
 
789
+ #: includes/class-testimonials-widget.php:1442
790
  msgid "Testimonial updated."
791
  msgstr ""
792
 
793
  #. translators: %s: date and time of the revision
794
 
795
+ #: includes/class-testimonials-widget.php:1444
796
  msgid "Testimonial restored to revision from %s"
797
  msgstr ""
798
 
799
+ #: includes/class-testimonials-widget.php:1445
800
  msgid "Testimonial published. <a href=\"%s\">View testimonial</a>"
801
  msgstr ""
802
 
803
+ #: includes/class-testimonials-widget.php:1446
804
  msgid "Testimonial saved."
805
  msgstr ""
806
 
807
+ #: includes/class-testimonials-widget.php:1447
808
  msgid "Testimonial submitted. <a target=\"_blank\" href=\"%s\">Preview testimonial</a>"
809
  msgstr ""
810
 
811
+ #: includes/class-testimonials-widget.php:1448
812
  msgid "Testimonial scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview testimonial</a>"
813
  msgstr ""
814
 
815
+ #: includes/class-testimonials-widget.php:1449
816
  msgid "Testimonial draft updated. <a target=\"_blank\" href=\"%s\">Preview testimonial</a>"
817
  msgstr ""
818
 
819
+ #: includes/class-testimonials-widget.php:1534
820
  msgid "If your Testimonials display has gone to funky town, please <a href=\"%s\">read the FAQ</a> about possible fixes."
821
  msgstr ""
822
 
823
+ #: includes/class-testimonials-widget.php:1553
824
  msgid "Failed version check"
825
  msgstr ""
826
 
827
+ #: includes/class-testimonials-widget.php:1584
828
  msgid "Shortcode"
829
  msgstr ""
830
 
831
+ #: includes/class-testimonials-widget.php:2022
832
+ #: includes/class-testimonials-widget.php:2095
833
  msgid "Used with: "
834
  msgstr ""
835
 
836
+ #: includes/class-testimonials-widget.php:2059
837
+ #: includes/class-testimonials-widget.php:2123
838
  msgid "Options: "
839
  msgstr ""
840
 
841
+ #: includes/class-testimonials-widget.php:2064
842
+ #: includes/class-testimonials-widget.php:2128
843
  msgid "Usage: "
844
  msgstr ""
845
 
readme.txt CHANGED
@@ -4,8 +4,8 @@ Contributors: comprock,saurabhd,subharanjan
4
  Donate link: https://axelerant.com/about-axelerant/donate/
5
  Tags: axelerant, client, customer, portfolio, quote, quotes, random, recommendation, reference, review, reviews, slider, testimonial, testimonials, wpml
6
  Requires at least: 3.9.2
7
- Tested up to: 4.7.4
8
- Stable tag: 3.4.0
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -14,7 +14,7 @@ Easily add social proofing to your website with Testimonials Widget. List or sli
14
 
15
  == Description ==
16
 
17
- Testimonials Widget lets you randomly slide or list selected portfolios, quotes, reviews, or text with images or videos on your WordPress site. You can insert Testimonials content via shortcode, theme functions, or widgets with category and tag selections and having multiple display options such as random or specific ordering. Also, [Review schema](http://schema.org/Review) for improved search engine results is built-in.
18
 
19
  = Testimonials Widget is Beyond a Simple WordPress Testimonials Slider! =
20
 
@@ -68,12 +68,10 @@ For easy custom styling, each testimonial widget has its own CSS class identifie
68
 
69
  Widgets display content sans `wpautop` formatting. This means there's no forced paragraph breaks unless the content specifically contains them. If needed, you can enable `wpautop` via the "Keep whitespace?" option.
70
 
71
- The single testimonial view supports image, author, title, location, email, company and URL details with optional Review schema.
72
 
73
  As per Google's quality guidelines, marking up irrelevant or misleading content, such as fake reviews or content unrelated to the focus of a page may lead to review stars removed.
74
 
75
- As per John Mueller, Webmaster Trends Analyst at Google, testimonials are not reviews, and it doesn't make sense to use review schema for them. Please use "Enable Review Schema" option wisely to stay "compliant" with Google's recommendations.
76
-
77
  = Shortcodes =
78
 
79
  * `[testimonials]` - Testimonials listings with paging
@@ -139,7 +137,6 @@ Details on the Shortcode Attributes tab at WordPress Admin > Testimonials > Sett
139
  * Date based archives
140
  * Deletes testimonials-widget custom post type entries and settings on uninstall
141
  * Disable self-generated quotation marks
142
- * Easily label and link to reviewed item for Review schema
143
  * Easy to configure Next and Previous page indicators
144
  * Editors and admins can edit testimonial publisher
145
  * Fields for author, testimonial, image, title, location, email, company and URL details
@@ -159,7 +156,6 @@ Details on the Shortcode Attributes tab at WordPress Admin > Testimonials > Sett
159
  * Recent testimonials widget
160
  * Respects meta capabilities
161
  * Rotation JavaScript in footer than body
162
- * Schema.org microdata format for improved search engine results
163
  * Settings export/import
164
  * Settings page contextual help
165
  * Settings screen for site-wide option defaults
@@ -297,7 +293,6 @@ This is a major overhaul *without* backwards compliance of over 80 changes. Plea
297
  * [How to change testimonials layout](https://axelerant.atlassian.net/wiki/display/WPFAQ/How+to+change+testimonials+layout)
298
  * [My options don't work](https://axelerant.atlassian.net/wiki/display/WPFAQ/My+options+don%27t+work%2C+no+matter+what+I+do)
299
  * [Pagination is broken](https://axelerant.atlassian.net/wiki/pages/viewpage.action?pageId=14024846)
300
- * [Test Review schema output](https://developers.google.com/webmasters/structured-data/testing-tool/)
301
  * [Testimonials slider doesn't rotate](https://axelerant.atlassian.net/wiki/display/WPFAQ/Testimonials+widget+is+not+rotating)
302
 
303
  = Still Stuck or Want Something Done? Get Support! =
@@ -324,7 +319,6 @@ This is a major overhaul *without* backwards compliance of over 80 changes. Plea
324
  10. Testimonials Settings page
325
  11. Testimonials Categories page
326
  12. Poedit Catalog properties
327
- 13. Using Review schema data structures
328
 
329
  [gallery]
330
 
@@ -377,7 +371,6 @@ You can translate this plugin into your own language if it's not done so already
377
  == Notes ==
378
 
379
  * Default and Gravatar image size is based upon Thumbnail size in Media Settings
380
- * Review schema [structured data testing tool](https://developers.google.com/webmasters/structured-data/testing-tool/)
381
  * When plugin is uninstalled, all data and settings are deleted if "Remove Plugin Data on Deletion" is checked in Settings
382
 
383
 
4
  Donate link: https://axelerant.com/about-axelerant/donate/
5
  Tags: axelerant, client, customer, portfolio, quote, quotes, random, recommendation, reference, review, reviews, slider, testimonial, testimonials, wpml
6
  Requires at least: 3.9.2
7
+ Tested up to: 4.8
8
+ Stable tag: 3.4.1
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
14
 
15
  == Description ==
16
 
17
+ Testimonials Widget lets you randomly slide or list selected portfolios, quotes, reviews, or text with images or videos on your WordPress site. You can insert Testimonials content via shortcode, theme functions, or widgets with category and tag selections and having multiple display options such as random or specific ordering.
18
 
19
  = Testimonials Widget is Beyond a Simple WordPress Testimonials Slider! =
20
 
68
 
69
  Widgets display content sans `wpautop` formatting. This means there's no forced paragraph breaks unless the content specifically contains them. If needed, you can enable `wpautop` via the "Keep whitespace?" option.
70
 
71
+ The single testimonial view supports image, author, title, location, email, company and URL details.
72
 
73
  As per Google's quality guidelines, marking up irrelevant or misleading content, such as fake reviews or content unrelated to the focus of a page may lead to review stars removed.
74
 
 
 
75
  = Shortcodes =
76
 
77
  * `[testimonials]` - Testimonials listings with paging
137
  * Date based archives
138
  * Deletes testimonials-widget custom post type entries and settings on uninstall
139
  * Disable self-generated quotation marks
 
140
  * Easy to configure Next and Previous page indicators
141
  * Editors and admins can edit testimonial publisher
142
  * Fields for author, testimonial, image, title, location, email, company and URL details
156
  * Recent testimonials widget
157
  * Respects meta capabilities
158
  * Rotation JavaScript in footer than body
 
159
  * Settings export/import
160
  * Settings page contextual help
161
  * Settings screen for site-wide option defaults
293
  * [How to change testimonials layout](https://axelerant.atlassian.net/wiki/display/WPFAQ/How+to+change+testimonials+layout)
294
  * [My options don't work](https://axelerant.atlassian.net/wiki/display/WPFAQ/My+options+don%27t+work%2C+no+matter+what+I+do)
295
  * [Pagination is broken](https://axelerant.atlassian.net/wiki/pages/viewpage.action?pageId=14024846)
 
296
  * [Testimonials slider doesn't rotate](https://axelerant.atlassian.net/wiki/display/WPFAQ/Testimonials+widget+is+not+rotating)
297
 
298
  = Still Stuck or Want Something Done? Get Support! =
319
  10. Testimonials Settings page
320
  11. Testimonials Categories page
321
  12. Poedit Catalog properties
 
322
 
323
  [gallery]
324
 
371
  == Notes ==
372
 
373
  * Default and Gravatar image size is based upon Thumbnail size in Media Settings
 
374
  * When plugin is uninstalled, all data and settings are deleted if "Remove Plugin Data on Deletion" is checked in Settings
375
 
376
 
testimonials-widget.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin URI: http://wordpress.org/plugins/testimonials-widget/
5
  * Description: Easily add social proofing to your website with Testimonials Widget. List or slide reviews via functions, shortcodes, or widgets.
6
  * lets you socially randomly slide or list selected portfolios, quotes, reviews, or text with images or videos on your WordPress site.
7
- * Version: 3.4.0
8
  * Author: Axelerant
9
  * Author URI: https://axelerant.com/
10
  * License: GPLv2 or later
@@ -64,7 +64,7 @@ if ( ! defined( 'TW_PREMIUM_LINK' ) ) {
64
  }
65
 
66
  if ( ! defined( 'TW_VERSION' ) ) {
67
- define( 'TW_VERSION', '3.4.0' );
68
  }
69
 
70
  require_once TW_DIR_INC . 'requirements.php';
4
  * Plugin URI: http://wordpress.org/plugins/testimonials-widget/
5
  * Description: Easily add social proofing to your website with Testimonials Widget. List or slide reviews via functions, shortcodes, or widgets.
6
  * lets you socially randomly slide or list selected portfolios, quotes, reviews, or text with images or videos on your WordPress site.
7
+ * Version: 3.4.1
8
  * Author: Axelerant
9
  * Author URI: https://axelerant.com/
10
  * License: GPLv2 or later
64
  }
65
 
66
  if ( ! defined( 'TW_VERSION' ) ) {
67
+ define( 'TW_VERSION', '3.4.1' );
68
  }
69
 
70
  require_once TW_DIR_INC . 'requirements.php';