Version Description
= 2.19.0 =
- CSS class
.title
is now.job-title
. Thank you Mark - Please resave your WordPress Admin > Testimonials > Settings so that missing aoptions are included again.
- Shortcode and theme function
testimonialswidget_list
being deprecated bytestimonials
- Shortcode and theme function
testimonialswidget_widget
being deprecated bytestimonials_slider
= 2.18.3 =
- CSS class
.hide
renamed.display-none
- This is the last version supporting pre-bxSlider options
= 2.18.2 =
- CSS class
.display-none
renamed.hide
= 2.18.1 =
- CSS is back to being always loaded in the header
- Removed "Use bxSlider?" and "Include IE7 CSS" from widget options
= 2.18.0 =
-
remove_hentry
is now true by default
= 2.16.0 =
- Requires PHP 5.3+
= 2.15.0 =
- If upgrading, bxSlider will not be enabled by default. You must enable it in your widget and global settings. CSS customizations must be reviewed to have the
.active
and.display-none
classes removed. The main.testimonials-widget-testimonial
class also need thedisplay: none;
andclear: left;
removed.
= 2.14.0 =
- 60 modifications See Changelog
- CSS wp_register_style and wp_enqueue_style slug changed from 'testimonials-widget' to 'Testimonials_Widget'
- Gravatar image size now based upon Thumbnail size in Media Settings
- Scripts
ksort
removed. Usearray_unshift
in yourtestimonials_widget_testimonials_js
filters instead. - Testimonials > Settings, General tab, option Enable Review Schema? is enabled by default.
= 2.13.6 =
- IE 7 CSS moved to separate file. Include via Testimonials > Settings if needed
= 2.12.0 =
- CSS and JavaScript renaming
-
bottom_text
renamed tobottom-text
-
close_quote
renamed toclose-quote
-
display_none
renamed todisplay-none
-
join_location
renamed tojoin-location
-
join_title
renamed tojoin-title
-
open_quote
renamed toopen-quote
-
testimonialswidget_testimonial
renamed totestimonials-widget-testimonial
-
testimonialswidget_testimonials
renamed totestimonials-widget-testimonials
-
= 2.11.3 =
- Correct filter name
testimonials_widget_next_posts_link
totestimonials_widget_next_posts_link_text
= 2.11.0 =
- CSS class names are simplified. For the most part, other than
testimonialswidget_testimonial
removetestimonialswidget_
from the CSS class name in your CSS customizations.- Ex:
.testimonialswidget_join
becomes.join
- Ex:
.testimonialswidget_author
becomes.author
- Ex:
- Testimonials are now formatted using
blockquote
thanq
for HTML5 compliance. If you needq
tag formatting, enable it at WP Admin > Testimonials > Settings, Compatibility & Reset tab-
cite
is nowdiv.credit
-
= 2.8.0 =
- Deprecated
-
hide_author
nowhide_source
-
- Removed filters
testimonials_widget_options_update
,testimonials_widget_options_form
- Use
testimonials_widget_validate_settings
andtestimonials_widget_settings
instead
- Use
- Renamed variable and related class
widget_text
tobottom_text
= 2.7.3 =
- Quotes are no longer handled via
q
,p:before
, orp:after
CSS. It's handled via.testimonialswidget_testimonial .testimonialswidget_open_quote:before
and.testimonialswidget_testimonial .testimonialswidget_close_quote:after
- This change was made to keep consistency in how quotes were managed and to reduce the number of exception cases. In the end, this is simpler.
= 2.7.0 =
- Quotes with
keep_whitespace=true
aren't applied via CSS.testimonialswidget_testimonial q
tag anymore, but.testimonialswidget_testimonial q p:first-child:before
and.testimonialswidget_testimonial q p:last-child:after
- Widget testimonial
p
tags are no longer CSSdisplay: inline
,display: block
as expected
= 2.4.1 =
- Paging is on by default, except for widgets
= 2.0.0 =
- CSS
- Class
testimonialswidget_company
replacestestimonialswidget_source
- Class
testimonialswidget_source
replacestestimonialswidget_author
- The tighten widget display up, p tags within q are displayed inline.
- Class
- JavaScript
- The JavaScript for rotating testimonials is moved to the footer. As such, your theme requires
wp_footer()
in the footer.
- The JavaScript for rotating testimonials is moved to the footer. As such, your theme requires
- Shortcode options
-
hide_source
replaced byhide_url
-
hide_author
replaced byhide_source
-
- Testimonials
- Migration from the old custom table to new custom post type is automatically done. Import might take a few moments to complete.
- Company, URL and email details are attempted to be identified and placed properly based upon the original author and source fields. The company is "guessed" from the
author
field when there's a ", " or " of " context. If thesource
is an email, it's saved as such. Otherwise, it's assumed to be a URL. - Public testimonials are saved as Published. Non-public testimonials are marked as Private.
- Widget options
- "Show author" and "Show source" options are replaced by "Hide source" and "Hide URL" respectively. There's no backwards compatibility for these changes.
- Default
min-height
is now 250px than 150px.
Download this release
Release Info
Developer | comprock |
Plugin | Testimonials Widget |
Version | 2.19.5 |
Comparing to | |
See all releases |
Code changes from version 2.19.4 to 2.19.5
- CHANGELOG.md +8 -2
- includes/class-testimonials-widget-settings.php +1 -1
- includes/class-testimonials-widget.php +6 -9
- includes/libraries/aihrus-framework/CHANGELOG.md +3 -0
- includes/libraries/aihrus-framework/aihrus-framework.php +1 -1
- includes/libraries/aihrus-framework/includes/class-aihrus-common.php +28 -0
- languages/testimonials-widget.pot +61 -61
- readme.txt +12 -5
- testimonials-widget.php +3 -3
CHANGELOG.md
CHANGED
@@ -2,13 +2,19 @@
|
|
2 |
|
3 |
## master
|
4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
## 2.19.4
|
6 |
* Add Testimonials to Dashboard's At a Glance
|
7 |
* Hide version based options is bxSlider is enabled
|
8 |
* RELATED #78 Show revert link in deactivation admin notice
|
9 |
* RESOLVE #71 Permissions for Contributor
|
10 |
* RESOLVE Authors seeing more than own testimonials for editing
|
11 |
-
* Require Aihrus 1.1.3
|
12 |
* Revise readme options layout
|
13 |
* Revise screenshots
|
14 |
|
@@ -953,7 +959,7 @@
|
|
953 |
|
954 |
## 2.3.4
|
955 |
* BUGFIX [Testimonial plugin means Set Feature Image Not Displaying](http://wordpress.org/support/topic/testimonial-plugin-means-set-feature-image-not-displaying)
|
956 |
-
* Test with WordPress 3.5.
|
957 |
* TODO remove Publish & New - just click 'New Testimonial' after Publishing
|
958 |
* Update donate link
|
959 |
|
2 |
|
3 |
## master
|
4 |
|
5 |
+
## 2.19.5
|
6 |
+
* Remove Testimonials menu for authors removal code
|
7 |
+
* Require Aihrus Framework 1.1.4
|
8 |
+
* Revise premium introduction
|
9 |
+
* Update premium links
|
10 |
+
|
11 |
## 2.19.4
|
12 |
* Add Testimonials to Dashboard's At a Glance
|
13 |
* Hide version based options is bxSlider is enabled
|
14 |
* RELATED #78 Show revert link in deactivation admin notice
|
15 |
* RESOLVE #71 Permissions for Contributor
|
16 |
* RESOLVE Authors seeing more than own testimonials for editing
|
17 |
+
* Require Aihrus Framework 1.1.3
|
18 |
* Revise readme options layout
|
19 |
* Revise screenshots
|
20 |
|
959 |
|
960 |
## 2.3.4
|
961 |
* BUGFIX [Testimonial plugin means Set Feature Image Not Displaying](http://wordpress.org/support/topic/testimonial-plugin-means-set-feature-image-not-displaying)
|
962 |
+
* Test with WordPress 3.5.0RC1
|
963 |
* TODO remove Publish & New - just click 'New Testimonial' after Publishing
|
964 |
* Update donate link
|
965 |
|
includes/class-testimonials-widget-settings.php
CHANGED
@@ -343,7 +343,7 @@ class Testimonials_Widget_Settings extends Aihrus_Settings {
|
|
343 |
);
|
344 |
|
345 |
self::$settings['general_heading_misc'] = array(
|
346 |
-
'desc' => esc_html__( '
|
347 |
'type' => 'heading',
|
348 |
);
|
349 |
|
343 |
);
|
344 |
|
345 |
self::$settings['general_heading_misc'] = array(
|
346 |
+
'desc' => esc_html__( 'Miscellaneous', 'testimonials-widget' ),
|
347 |
'type' => 'heading',
|
348 |
);
|
349 |
|
includes/class-testimonials-widget.php
CHANGED
@@ -111,12 +111,6 @@ class Testimonials_Widget extends Aihrus_Common {
|
|
111 |
|
112 |
|
113 |
public static function admin_init() {
|
114 |
-
if ( ! self::check_user_role( array( 'author' ) ) ) {
|
115 |
-
remove_menu_page( 'edit.php?post_type=' . self::PT );
|
116 |
-
|
117 |
-
return;
|
118 |
-
}
|
119 |
-
|
120 |
self::support_thumbnails();
|
121 |
|
122 |
self::$settings_link = '<a href="' . get_admin_url() . 'edit.php?post_type=' . self::PT . '&page=' . Testimonials_Widget_Settings::ID . '">' . esc_html__( 'Settings', 'testimonials-widget' ) . '</a>';
|
@@ -1351,16 +1345,19 @@ EOF;
|
|
1351 |
// Original PHP code as myTruncate2 by Chirp Internet: www.chirp.com.au
|
1352 |
public static function testimonials_truncate( $string, $char_limit = false, $pad = '…', $force_pad = false ) {
|
1353 |
if ( empty( $force_pad ) ) {
|
1354 |
-
if ( ! $char_limit )
|
1355 |
return $string;
|
|
|
1356 |
|
1357 |
// return with no change if string is shorter than $char_limit
|
1358 |
-
if ( strlen( $string ) <= $char_limit )
|
1359 |
return $string;
|
|
|
1360 |
}
|
1361 |
|
1362 |
-
if ( $char_limit )
|
1363 |
return self::truncate( $string, $char_limit, $pad, $force_pad );
|
|
|
1364 |
|
1365 |
return $string . $pad;
|
1366 |
}
|
111 |
|
112 |
|
113 |
public static function admin_init() {
|
|
|
|
|
|
|
|
|
|
|
|
|
114 |
self::support_thumbnails();
|
115 |
|
116 |
self::$settings_link = '<a href="' . get_admin_url() . 'edit.php?post_type=' . self::PT . '&page=' . Testimonials_Widget_Settings::ID . '">' . esc_html__( 'Settings', 'testimonials-widget' ) . '</a>';
|
1345 |
// Original PHP code as myTruncate2 by Chirp Internet: www.chirp.com.au
|
1346 |
public static function testimonials_truncate( $string, $char_limit = false, $pad = '…', $force_pad = false ) {
|
1347 |
if ( empty( $force_pad ) ) {
|
1348 |
+
if ( ! $char_limit ) {
|
1349 |
return $string;
|
1350 |
+
}
|
1351 |
|
1352 |
// return with no change if string is shorter than $char_limit
|
1353 |
+
if ( strlen( $string ) <= $char_limit ) {
|
1354 |
return $string;
|
1355 |
+
}
|
1356 |
}
|
1357 |
|
1358 |
+
if ( $char_limit ) {
|
1359 |
return self::truncate( $string, $char_limit, $pad, $force_pad );
|
1360 |
+
}
|
1361 |
|
1362 |
return $string . $pad;
|
1363 |
}
|
includes/libraries/aihrus-framework/CHANGELOG.md
CHANGED
@@ -2,6 +2,9 @@
|
|
2 |
|
3 |
## master
|
4 |
|
|
|
|
|
|
|
5 |
## 1.1.3
|
6 |
* Add check_user_role method
|
7 |
* RESOLVE michael-cannon/testimonials-widget#85 New testimonial rating field is blank
|
2 |
|
3 |
## master
|
4 |
|
5 |
+
## 1.1.4
|
6 |
+
* Carry over core baseline methods
|
7 |
+
|
8 |
## 1.1.3
|
9 |
* Add check_user_role method
|
10 |
* RESOLVE michael-cannon/testimonials-widget#85 New testimonial rating field is blank
|
includes/libraries/aihrus-framework/aihrus-framework.php
CHANGED
@@ -29,7 +29,7 @@ if ( ! defined( 'AIHR_DIR_LIB' ) )
|
|
29 |
define( 'AIHR_DIR_LIB', AIHR_DIR_INC . 'libraries/' );
|
30 |
|
31 |
if ( ! defined( 'AIHR_VERSION' ) )
|
32 |
-
define( 'AIHR_VERSION', '1.1.
|
33 |
|
34 |
require_once ABSPATH . 'wp-admin/includes/plugin.php';
|
35 |
|
29 |
define( 'AIHR_DIR_LIB', AIHR_DIR_INC . 'libraries/' );
|
30 |
|
31 |
if ( ! defined( 'AIHR_VERSION' ) )
|
32 |
+
define( 'AIHR_VERSION', '1.1.4' );
|
33 |
|
34 |
require_once ABSPATH . 'wp-admin/includes/plugin.php';
|
35 |
|
includes/libraries/aihrus-framework/includes/class-aihrus-common.php
CHANGED
@@ -494,6 +494,34 @@ EOD;
|
|
494 |
}
|
495 |
|
496 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
497 |
}
|
498 |
|
499 |
|
494 |
}
|
495 |
|
496 |
|
497 |
+
public static function activation() {
|
498 |
+
if ( ! current_user_can( 'activate_plugins' ) ) {
|
499 |
+
return;
|
500 |
+
}
|
501 |
+
}
|
502 |
+
|
503 |
+
|
504 |
+
public static function deactivation() {
|
505 |
+
if ( ! current_user_can( 'activate_plugins' ) ) {
|
506 |
+
return;
|
507 |
+
}
|
508 |
+
}
|
509 |
+
|
510 |
+
|
511 |
+
public static function uninstall() {
|
512 |
+
if ( ! current_user_can( 'activate_plugins' ) ) {
|
513 |
+
return;
|
514 |
+
}
|
515 |
+
}
|
516 |
+
|
517 |
+
|
518 |
+
public static function version_check() {
|
519 |
+
$good_version = true;
|
520 |
+
|
521 |
+
return $good_version;
|
522 |
+
}
|
523 |
+
|
524 |
+
|
525 |
}
|
526 |
|
527 |
|
languages/testimonials-widget.pot
CHANGED
@@ -2,9 +2,9 @@
|
|
2 |
# This file is distributed under the same license as the Testimonials by Aihrus package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: Testimonials by Aihrus 2.19.
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/testimonials-widget\n"
|
7 |
-
"POT-Creation-Date: 2014-04
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -17,7 +17,7 @@ msgid "Testimonials Settings"
|
|
17 |
msgstr ""
|
18 |
|
19 |
#: includes/class-testimonials-widget-settings.php:91
|
20 |
-
#: includes/class-testimonials-widget.php:
|
21 |
msgid "Settings"
|
22 |
msgstr ""
|
23 |
|
@@ -57,8 +57,8 @@ msgstr ""
|
|
57 |
|
58 |
#: includes/class-testimonials-widget-settings.php:130
|
59 |
#: includes/class-testimonials-widget-widget.php:32
|
60 |
-
#: includes/class-testimonials-widget.php:
|
61 |
-
#: includes/class-testimonials-widget.php:
|
62 |
msgid "Testimonials"
|
63 |
msgstr ""
|
64 |
|
@@ -245,7 +245,7 @@ msgid "Hide URL?"
|
|
245 |
msgstr ""
|
246 |
|
247 |
#: includes/class-testimonials-widget-settings.php:346
|
248 |
-
msgid "
|
249 |
msgstr ""
|
250 |
|
251 |
#: includes/class-testimonials-widget-settings.php:351
|
@@ -394,7 +394,7 @@ msgid "Author"
|
|
394 |
msgstr ""
|
395 |
|
396 |
#: includes/class-testimonials-widget-settings.php:494
|
397 |
-
#: includes/class-testimonials-widget.php:
|
398 |
msgid "Date"
|
399 |
msgstr ""
|
400 |
|
@@ -403,7 +403,7 @@ msgid "Menu Order"
|
|
403 |
msgstr ""
|
404 |
|
405 |
#: includes/class-testimonials-widget-settings.php:496
|
406 |
-
#: includes/class-testimonials-widget.php:
|
407 |
msgid "Source"
|
408 |
msgstr ""
|
409 |
|
@@ -424,32 +424,32 @@ msgid "None"
|
|
424 |
msgstr ""
|
425 |
|
426 |
#: includes/class-testimonials-widget-settings.php:510
|
427 |
-
#: includes/class-testimonials-widget.php:
|
428 |
-
#: includes/class-testimonials-widget.php:
|
429 |
msgid "Job Title"
|
430 |
msgstr ""
|
431 |
|
432 |
#: includes/class-testimonials-widget-settings.php:511
|
433 |
-
#: includes/class-testimonials-widget.php:
|
434 |
-
#: includes/class-testimonials-widget.php:
|
435 |
msgid "Email"
|
436 |
msgstr ""
|
437 |
|
438 |
#: includes/class-testimonials-widget-settings.php:512
|
439 |
-
#: includes/class-testimonials-widget.php:
|
440 |
-
#: includes/class-testimonials-widget.php:
|
441 |
msgid "Location"
|
442 |
msgstr ""
|
443 |
|
444 |
#: includes/class-testimonials-widget-settings.php:513
|
445 |
-
#: includes/class-testimonials-widget.php:
|
446 |
-
#: includes/class-testimonials-widget.php:
|
447 |
msgid "Company"
|
448 |
msgstr ""
|
449 |
|
450 |
#: includes/class-testimonials-widget-settings.php:514
|
451 |
-
#: includes/class-testimonials-widget.php:
|
452 |
-
#: includes/class-testimonials-widget.php:
|
453 |
msgid "URL"
|
454 |
msgstr ""
|
455 |
|
@@ -615,156 +615,156 @@ msgstr ""
|
|
615 |
msgid "This widget's unique CSS class for styling"
|
616 |
msgstr ""
|
617 |
|
618 |
-
#: includes/class-testimonials-widget.php:
|
619 |
-
#: includes/class-testimonials-widget.php:
|
620 |
msgid "Testimonials Shortcode Examples"
|
621 |
msgstr ""
|
622 |
|
623 |
-
#: includes/class-testimonials-widget.php:
|
624 |
msgid "E.g. Shortcodes"
|
625 |
msgstr ""
|
626 |
|
627 |
-
#: includes/class-testimonials-widget.php:
|
628 |
msgid "If your Testimonials display has gone to funky town, please <a href=\"%s\">read the FAQ</a> about possible CSS fixes."
|
629 |
msgstr ""
|
630 |
|
631 |
-
#: includes/class-testimonials-widget.php:
|
632 |
msgid "Published by"
|
633 |
msgstr ""
|
634 |
|
635 |
-
#: includes/class-testimonials-widget.php:
|
636 |
-
#: includes/class-testimonials-widget.php:
|
637 |
msgid "Category"
|
638 |
msgstr ""
|
639 |
|
640 |
-
#: includes/class-testimonials-widget.php:
|
641 |
-
#: includes/class-testimonials-widget.php:
|
642 |
msgid "Tags"
|
643 |
msgstr ""
|
644 |
|
645 |
-
#: includes/class-testimonials-widget.php:
|
646 |
msgid "ID"
|
647 |
msgstr ""
|
648 |
|
649 |
-
#: includes/class-testimonials-widget.php:
|
650 |
msgid "Image"
|
651 |
msgstr ""
|
652 |
|
653 |
-
#: includes/class-testimonials-widget.php:
|
654 |
msgid "Shortcodes"
|
655 |
msgstr ""
|
656 |
|
657 |
-
#: includes/class-testimonials-widget.php:
|
658 |
msgid "Add New"
|
659 |
msgstr ""
|
660 |
|
661 |
-
#: includes/class-testimonials-widget.php:
|
662 |
-
#: includes/class-testimonials-widget.php:
|
663 |
msgid "Add New Testimonial"
|
664 |
msgstr ""
|
665 |
|
666 |
-
#: includes/class-testimonials-widget.php:
|
667 |
msgid "Edit Testimonial"
|
668 |
msgstr ""
|
669 |
|
670 |
-
#: includes/class-testimonials-widget.php:
|
671 |
-
#: includes/class-testimonials-widget.php:
|
672 |
msgid "No testimonials found"
|
673 |
msgstr ""
|
674 |
|
675 |
-
#: includes/class-testimonials-widget.php:
|
676 |
msgid "No testimonials found in Trash"
|
677 |
msgstr ""
|
678 |
|
679 |
-
#: includes/class-testimonials-widget.php:
|
680 |
msgid "Search Testimonials"
|
681 |
msgstr ""
|
682 |
|
683 |
-
#: includes/class-testimonials-widget.php:
|
684 |
-
#: includes/class-testimonials-widget.php:
|
685 |
-
#: includes/class-testimonials-widget.php:
|
686 |
msgid "Testimonial"
|
687 |
msgstr ""
|
688 |
|
689 |
-
#: includes/class-testimonials-widget.php:
|
690 |
msgid "View Testimonial"
|
691 |
msgstr ""
|
692 |
|
693 |
-
#: includes/class-testimonials-widget.php:
|
694 |
msgid "…"
|
695 |
msgstr ""
|
696 |
|
697 |
-
#: includes/class-testimonials-widget.php:
|
698 |
msgid "«"
|
699 |
msgstr ""
|
700 |
|
701 |
-
#: includes/class-testimonials-widget.php:
|
702 |
msgid "»"
|
703 |
msgstr ""
|
704 |
|
705 |
-
#: includes/class-testimonials-widget.php:
|
706 |
msgid "Testimonial Data"
|
707 |
msgstr ""
|
708 |
|
709 |
-
#: includes/class-testimonials-widget.php:
|
710 |
msgid "Enter title here"
|
711 |
msgstr ""
|
712 |
|
713 |
-
#: includes/class-testimonials-widget.php:
|
714 |
msgid "Enter testimonial source here"
|
715 |
msgstr ""
|
716 |
|
717 |
-
#: includes/class-testimonials-widget.php:
|
718 |
msgid "Testimonial updated. <a href=\"%s\">View testimonial</a>"
|
719 |
msgstr ""
|
720 |
|
721 |
-
#: includes/class-testimonials-widget.php:
|
722 |
msgid "Custom field updated."
|
723 |
msgstr ""
|
724 |
|
725 |
-
#: includes/class-testimonials-widget.php:
|
726 |
msgid "Custom field deleted."
|
727 |
msgstr ""
|
728 |
|
729 |
-
#: includes/class-testimonials-widget.php:
|
730 |
msgid "Testimonial updated."
|
731 |
msgstr ""
|
732 |
|
733 |
#. translators: %s: date and time of the revision
|
734 |
|
735 |
-
#: includes/class-testimonials-widget.php:
|
736 |
msgid "Testimonial restored to revision from %s"
|
737 |
msgstr ""
|
738 |
|
739 |
-
#: includes/class-testimonials-widget.php:
|
740 |
msgid "Testimonial published. <a href=\"%s\">View testimonial</a>"
|
741 |
msgstr ""
|
742 |
|
743 |
-
#: includes/class-testimonials-widget.php:
|
744 |
msgid "Testimonial saved."
|
745 |
msgstr ""
|
746 |
|
747 |
-
#: includes/class-testimonials-widget.php:
|
748 |
msgid "Testimonial submitted. <a target=\"_blank\" href=\"%s\">Preview testimonial</a>"
|
749 |
msgstr ""
|
750 |
|
751 |
-
#: includes/class-testimonials-widget.php:
|
752 |
msgid "Testimonial scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview testimonial</a>"
|
753 |
msgstr ""
|
754 |
|
755 |
-
#: includes/class-testimonials-widget.php:
|
756 |
msgid "Testimonial draft updated. <a target=\"_blank\" href=\"%s\">Preview testimonial</a>"
|
757 |
msgstr ""
|
758 |
|
759 |
-
#: includes/class-testimonials-widget.php:
|
760 |
msgid "If your Testimonials display has gone to funky town, please <a href=\"%s\">read the FAQ</a> about possible fixes."
|
761 |
msgstr ""
|
762 |
|
763 |
-
#: includes/class-testimonials-widget.php:
|
764 |
msgid "Failed version check"
|
765 |
msgstr ""
|
766 |
|
767 |
-
#: includes/class-testimonials-widget.php:
|
768 |
msgid "Shortcode"
|
769 |
msgstr ""
|
770 |
|
2 |
# This file is distributed under the same license as the Testimonials by Aihrus package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: Testimonials by Aihrus 2.19.5\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/testimonials-widget\n"
|
7 |
+
"POT-Creation-Date: 2014-05-04 22:58:08+00:00\n"
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
17 |
msgstr ""
|
18 |
|
19 |
#: includes/class-testimonials-widget-settings.php:91
|
20 |
+
#: includes/class-testimonials-widget.php:116
|
21 |
msgid "Settings"
|
22 |
msgstr ""
|
23 |
|
57 |
|
58 |
#: includes/class-testimonials-widget-settings.php:130
|
59 |
#: includes/class-testimonials-widget-widget.php:32
|
60 |
+
#: includes/class-testimonials-widget.php:620
|
61 |
+
#: includes/class-testimonials-widget.php:666
|
62 |
msgid "Testimonials"
|
63 |
msgstr ""
|
64 |
|
245 |
msgstr ""
|
246 |
|
247 |
#: includes/class-testimonials-widget-settings.php:346
|
248 |
+
msgid "Miscellaneous"
|
249 |
msgstr ""
|
250 |
|
251 |
#: includes/class-testimonials-widget-settings.php:351
|
394 |
msgstr ""
|
395 |
|
396 |
#: includes/class-testimonials-widget-settings.php:494
|
397 |
+
#: includes/class-testimonials-widget.php:557
|
398 |
msgid "Date"
|
399 |
msgstr ""
|
400 |
|
403 |
msgstr ""
|
404 |
|
405 |
#: includes/class-testimonials-widget-settings.php:496
|
406 |
+
#: includes/class-testimonials-widget.php:555
|
407 |
msgid "Source"
|
408 |
msgstr ""
|
409 |
|
424 |
msgstr ""
|
425 |
|
426 |
#: includes/class-testimonials-widget-settings.php:510
|
427 |
+
#: includes/class-testimonials-widget.php:586
|
428 |
+
#: includes/class-testimonials-widget.php:1703
|
429 |
msgid "Job Title"
|
430 |
msgstr ""
|
431 |
|
432 |
#: includes/class-testimonials-widget-settings.php:511
|
433 |
+
#: includes/class-testimonials-widget.php:596
|
434 |
+
#: includes/class-testimonials-widget.php:1715
|
435 |
msgid "Email"
|
436 |
msgstr ""
|
437 |
|
438 |
#: includes/class-testimonials-widget-settings.php:512
|
439 |
+
#: includes/class-testimonials-widget.php:591
|
440 |
+
#: includes/class-testimonials-widget.php:1709
|
441 |
msgid "Location"
|
442 |
msgstr ""
|
443 |
|
444 |
#: includes/class-testimonials-widget-settings.php:513
|
445 |
+
#: includes/class-testimonials-widget.php:601
|
446 |
+
#: includes/class-testimonials-widget.php:1721
|
447 |
msgid "Company"
|
448 |
msgstr ""
|
449 |
|
450 |
#: includes/class-testimonials-widget-settings.php:514
|
451 |
+
#: includes/class-testimonials-widget.php:606
|
452 |
+
#: includes/class-testimonials-widget.php:1727
|
453 |
msgid "URL"
|
454 |
msgstr ""
|
455 |
|
615 |
msgid "This widget's unique CSS class for styling"
|
616 |
msgstr ""
|
617 |
|
618 |
+
#: includes/class-testimonials-widget.php:144
|
619 |
+
#: includes/class-testimonials-widget.php:2070
|
620 |
msgid "Testimonials Shortcode Examples"
|
621 |
msgstr ""
|
622 |
|
623 |
+
#: includes/class-testimonials-widget.php:144
|
624 |
msgid "E.g. Shortcodes"
|
625 |
msgstr ""
|
626 |
|
627 |
+
#: includes/class-testimonials-widget.php:335
|
628 |
msgid "If your Testimonials display has gone to funky town, please <a href=\"%s\">read the FAQ</a> about possible CSS fixes."
|
629 |
msgstr ""
|
630 |
|
631 |
+
#: includes/class-testimonials-widget.php:556
|
632 |
msgid "Published by"
|
633 |
msgstr ""
|
634 |
|
635 |
+
#: includes/class-testimonials-widget.php:562
|
636 |
+
#: includes/class-testimonials-widget.php:565
|
637 |
msgid "Category"
|
638 |
msgstr ""
|
639 |
|
640 |
+
#: includes/class-testimonials-widget.php:563
|
641 |
+
#: includes/class-testimonials-widget.php:566
|
642 |
msgid "Tags"
|
643 |
msgstr ""
|
644 |
|
645 |
+
#: includes/class-testimonials-widget.php:571
|
646 |
msgid "ID"
|
647 |
msgstr ""
|
648 |
|
649 |
+
#: includes/class-testimonials-widget.php:576
|
650 |
msgid "Image"
|
651 |
msgstr ""
|
652 |
|
653 |
+
#: includes/class-testimonials-widget.php:581
|
654 |
msgid "Shortcodes"
|
655 |
msgstr ""
|
656 |
|
657 |
+
#: includes/class-testimonials-widget.php:617
|
658 |
msgid "Add New"
|
659 |
msgstr ""
|
660 |
|
661 |
+
#: includes/class-testimonials-widget.php:618
|
662 |
+
#: includes/class-testimonials-widget.php:621
|
663 |
msgid "Add New Testimonial"
|
664 |
msgstr ""
|
665 |
|
666 |
+
#: includes/class-testimonials-widget.php:619
|
667 |
msgid "Edit Testimonial"
|
668 |
msgstr ""
|
669 |
|
670 |
+
#: includes/class-testimonials-widget.php:622
|
671 |
+
#: includes/class-testimonials-widget.php:1052
|
672 |
msgid "No testimonials found"
|
673 |
msgstr ""
|
674 |
|
675 |
+
#: includes/class-testimonials-widget.php:623
|
676 |
msgid "No testimonials found in Trash"
|
677 |
msgstr ""
|
678 |
|
679 |
+
#: includes/class-testimonials-widget.php:625
|
680 |
msgid "Search Testimonials"
|
681 |
msgstr ""
|
682 |
|
683 |
+
#: includes/class-testimonials-widget.php:626
|
684 |
+
#: includes/class-testimonials-widget.php:1815
|
685 |
+
#: includes/class-testimonials-widget.php:2199
|
686 |
msgid "Testimonial"
|
687 |
msgstr ""
|
688 |
|
689 |
+
#: includes/class-testimonials-widget.php:627
|
690 |
msgid "View Testimonial"
|
691 |
msgstr ""
|
692 |
|
693 |
+
#: includes/class-testimonials-widget.php:1218
|
694 |
msgid "…"
|
695 |
msgstr ""
|
696 |
|
697 |
+
#: includes/class-testimonials-widget.php:1428
|
698 |
msgid "«"
|
699 |
msgstr ""
|
700 |
|
701 |
+
#: includes/class-testimonials-widget.php:1436
|
702 |
msgid "»"
|
703 |
msgstr ""
|
704 |
|
705 |
+
#: includes/class-testimonials-widget.php:1739
|
706 |
msgid "Testimonial Data"
|
707 |
msgstr ""
|
708 |
|
709 |
+
#: includes/class-testimonials-widget.php:1764
|
710 |
msgid "Enter title here"
|
711 |
msgstr ""
|
712 |
|
713 |
+
#: includes/class-testimonials-widget.php:1765
|
714 |
msgid "Enter testimonial source here"
|
715 |
msgstr ""
|
716 |
|
717 |
+
#: includes/class-testimonials-widget.php:1790
|
718 |
msgid "Testimonial updated. <a href=\"%s\">View testimonial</a>"
|
719 |
msgstr ""
|
720 |
|
721 |
+
#: includes/class-testimonials-widget.php:1791
|
722 |
msgid "Custom field updated."
|
723 |
msgstr ""
|
724 |
|
725 |
+
#: includes/class-testimonials-widget.php:1792
|
726 |
msgid "Custom field deleted."
|
727 |
msgstr ""
|
728 |
|
729 |
+
#: includes/class-testimonials-widget.php:1793
|
730 |
msgid "Testimonial updated."
|
731 |
msgstr ""
|
732 |
|
733 |
#. translators: %s: date and time of the revision
|
734 |
|
735 |
+
#: includes/class-testimonials-widget.php:1795
|
736 |
msgid "Testimonial restored to revision from %s"
|
737 |
msgstr ""
|
738 |
|
739 |
+
#: includes/class-testimonials-widget.php:1796
|
740 |
msgid "Testimonial published. <a href=\"%s\">View testimonial</a>"
|
741 |
msgstr ""
|
742 |
|
743 |
+
#: includes/class-testimonials-widget.php:1797
|
744 |
msgid "Testimonial saved."
|
745 |
msgstr ""
|
746 |
|
747 |
+
#: includes/class-testimonials-widget.php:1798
|
748 |
msgid "Testimonial submitted. <a target=\"_blank\" href=\"%s\">Preview testimonial</a>"
|
749 |
msgstr ""
|
750 |
|
751 |
+
#: includes/class-testimonials-widget.php:1799
|
752 |
msgid "Testimonial scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview testimonial</a>"
|
753 |
msgstr ""
|
754 |
|
755 |
+
#: includes/class-testimonials-widget.php:1800
|
756 |
msgid "Testimonial draft updated. <a target=\"_blank\" href=\"%s\">Preview testimonial</a>"
|
757 |
msgstr ""
|
758 |
|
759 |
+
#: includes/class-testimonials-widget.php:2061
|
760 |
msgid "If your Testimonials display has gone to funky town, please <a href=\"%s\">read the FAQ</a> about possible fixes."
|
761 |
msgstr ""
|
762 |
|
763 |
+
#: includes/class-testimonials-widget.php:2116
|
764 |
msgid "Failed version check"
|
765 |
msgstr ""
|
766 |
|
767 |
+
#: includes/class-testimonials-widget.php:2147
|
768 |
msgid "Shortcode"
|
769 |
msgstr ""
|
770 |
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Donate link: http://aihr.us/about-aihrus/donate/
|
|
5 |
Tags: client, customer, portfolio, quotations, quote, quotes, random, recommendation, reference, review, reviews, testimonial, testimonials, testimony, wpml
|
6 |
Requires at least: 3.6
|
7 |
Tested up to: 3.9.0
|
8 |
-
Stable tag: 2.19.
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
@@ -20,7 +20,7 @@ Testimonials [by Aihrus](http://aihr.us/about-aihrus/) lets you randomly slide o
|
|
20 |
|
21 |
**[Video introduction](https://www.youtube.com/watch?v=bhUhuQ-2m8s)**
|
22 |
|
23 |
-
**View a [Live Testimonials Demo](http://aihr.us/
|
24 |
|
25 |
= Testimonials Is Way Beyond Being Just a Testimonials Slider! =
|
26 |
|
@@ -71,15 +71,18 @@ The single testimonial view supports image, source, title, location, email, comp
|
|
71 |
* `testimonials_slider()` - Rotating testimonials
|
72 |
|
73 |
= Testimonials Migration Helpers =
|
|
|
74 |
* Testimonials Widget pre 2.0.0 - Upgrading is automatic
|
75 |
* [GC Testimonials](http://wordpress.org/plugins/gc-testimonials-to-testimonials/)
|
76 |
* [Testimonials by WooThemes](http://wordpress.org/plugins/wootheme-testimonials-to-testimonials/)
|
77 |
|
78 |
= Testimonials Premium =
|
79 |
|
80 |
-
Testimonials Premium
|
|
|
|
|
81 |
|
82 |
-
[Buy Testimonials Premium](http://aihr.us/
|
83 |
|
84 |
= Primary Premium Features =
|
85 |
|
@@ -107,7 +110,7 @@ Testimonials Premium adds onto the best WordPress testimonials plugin there is,
|
|
107 |
* `<?php echo testimonials_form( $args ); ?>`
|
108 |
* `<?php echo testimonials_links( $args ); ?>`
|
109 |
|
110 |
-
[Buy Testimonials Premium](http://aihr.us/
|
111 |
|
112 |
= Additional Features =
|
113 |
|
@@ -193,6 +196,8 @@ Further, global settings are the baseline for shortcodes. If you want to alter t
|
|
193 |
* Use `<q>` tag? – Not HTML5 compliant
|
194 |
* `use_quote_tag` - default none; use_quote_tag=true
|
195 |
|
|
|
|
|
196 |
* Hide Gravatar Image?
|
197 |
* `hide_gravatar` - default show; hide_gravatar=true
|
198 |
* Hide Image?
|
@@ -214,6 +219,8 @@ Further, global settings are the baseline for shortcodes. If you want to alter t
|
|
214 |
* Hide URL?
|
215 |
* `hide_url` - default show; hide_url=true
|
216 |
|
|
|
|
|
217 |
* Default Reviewed Item? - Name of thing being referenced in testimonials
|
218 |
* `item_reviewed` - default "Site Title"
|
219 |
* Default Reviewed Item URL? - URL of thing being referenced in testimonials
|
5 |
Tags: client, customer, portfolio, quotations, quote, quotes, random, recommendation, reference, review, reviews, testimonial, testimonials, testimony, wpml
|
6 |
Requires at least: 3.6
|
7 |
Tested up to: 3.9.0
|
8 |
+
Stable tag: 2.19.5
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
20 |
|
21 |
**[Video introduction](https://www.youtube.com/watch?v=bhUhuQ-2m8s)**
|
22 |
|
23 |
+
**View a [Live Testimonials Demo](http://aihr.us/testimonials-examples/)**
|
24 |
|
25 |
= Testimonials Is Way Beyond Being Just a Testimonials Slider! =
|
26 |
|
71 |
* `testimonials_slider()` - Rotating testimonials
|
72 |
|
73 |
= Testimonials Migration Helpers =
|
74 |
+
|
75 |
* Testimonials Widget pre 2.0.0 - Upgrading is automatic
|
76 |
* [GC Testimonials](http://wordpress.org/plugins/gc-testimonials-to-testimonials/)
|
77 |
* [Testimonials by WooThemes](http://wordpress.org/plugins/wootheme-testimonials-to-testimonials/)
|
78 |
|
79 |
= Testimonials Premium =
|
80 |
|
81 |
+
Testimonials Premium is the most amazing and incredibly full-featured WordPress testimonials plugin there is. It 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. Further, [Review schema](http://schema.org/Review) for improved search engine results is built-in.
|
82 |
+
|
83 |
+
Further, Testimonials Premium offers caching, excerpts, ratings, read more links, more selection options, and advanced capabilities like using custom post types as testimonials. Additionally, testimonials support ratings and users can submit their own testimonials via a front-end form shortcode or widget.
|
84 |
|
85 |
+
[Buy Testimonials Premium](http://aihr.us/downloads/best-wordpress-testimonials-plugin-testimonials-premium/) plugin for WordPress.
|
86 |
|
87 |
= Primary Premium Features =
|
88 |
|
110 |
* `<?php echo testimonials_form( $args ); ?>`
|
111 |
* `<?php echo testimonials_links( $args ); ?>`
|
112 |
|
113 |
+
[Buy Testimonials Premium](http://aihr.us/downloads/best-wordpress-testimonials-plugin-testimonials-premium/) plugin for WordPress.
|
114 |
|
115 |
= Additional Features =
|
116 |
|
196 |
* Use `<q>` tag? – Not HTML5 compliant
|
197 |
* `use_quote_tag` - default none; use_quote_tag=true
|
198 |
|
199 |
+
**Fields to Show**
|
200 |
+
|
201 |
* Hide Gravatar Image?
|
202 |
* `hide_gravatar` - default show; hide_gravatar=true
|
203 |
* Hide Image?
|
219 |
* Hide URL?
|
220 |
* `hide_url` - default show; hide_url=true
|
221 |
|
222 |
+
**Miscellaneous**
|
223 |
+
|
224 |
* Default Reviewed Item? - Name of thing being referenced in testimonials
|
225 |
* `item_reviewed` - default "Site Title"
|
226 |
* Default Reviewed Item URL? - URL of thing being referenced in testimonials
|
testimonials-widget.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Testimonials by Aihrus
|
4 |
* Plugin URI: http://wordpress.org/plugins/testimonials-widget/
|
5 |
* Description: Testimonials by Aihrus lets you randomly slide or list selected portfolios, quotes, reviews, or text with images or videos on your WordPress site.
|
6 |
-
* Version: 2.19.
|
7 |
* Author: Michael Cannon
|
8 |
* Author URI: http://aihr.us/resume/
|
9 |
* License: GPLv2 or later
|
@@ -31,7 +31,7 @@ if ( ! defined( 'ABSPATH' ) )
|
|
31 |
exit;
|
32 |
|
33 |
if ( ! defined( 'TW_AIHR_VERSION' ) )
|
34 |
-
define( 'TW_AIHR_VERSION', '1.1.
|
35 |
|
36 |
if ( ! defined( 'TW_BASE' ) )
|
37 |
define( 'TW_BASE', plugin_basename( __FILE__ ) );
|
@@ -52,7 +52,7 @@ if ( ! defined( 'TW_PREMIUM_LINK' ) )
|
|
52 |
define( 'TW_PREMIUM_LINK', '<a href="http://aihr.us/downloads/testimonials-widget-premium-wordpress-plugin/">Buy Premium</a>' );
|
53 |
|
54 |
if ( ! defined( 'TW_VERSION' ) )
|
55 |
-
define( 'TW_VERSION', '2.19.
|
56 |
|
57 |
require_once TW_DIR_INC . 'requirements.php';
|
58 |
|
3 |
* Plugin Name: Testimonials by Aihrus
|
4 |
* Plugin URI: http://wordpress.org/plugins/testimonials-widget/
|
5 |
* Description: Testimonials by Aihrus lets you randomly slide or list selected portfolios, quotes, reviews, or text with images or videos on your WordPress site.
|
6 |
+
* Version: 2.19.5
|
7 |
* Author: Michael Cannon
|
8 |
* Author URI: http://aihr.us/resume/
|
9 |
* License: GPLv2 or later
|
31 |
exit;
|
32 |
|
33 |
if ( ! defined( 'TW_AIHR_VERSION' ) )
|
34 |
+
define( 'TW_AIHR_VERSION', '1.1.4' );
|
35 |
|
36 |
if ( ! defined( 'TW_BASE' ) )
|
37 |
define( 'TW_BASE', plugin_basename( __FILE__ ) );
|
52 |
define( 'TW_PREMIUM_LINK', '<a href="http://aihr.us/downloads/testimonials-widget-premium-wordpress-plugin/">Buy Premium</a>' );
|
53 |
|
54 |
if ( ! defined( 'TW_VERSION' ) )
|
55 |
+
define( 'TW_VERSION', '2.19.5' );
|
56 |
|
57 |
require_once TW_DIR_INC . 'requirements.php';
|
58 |
|