Major Changes Since 2.10.0
- New Features
- Options
- Remove Plugin Data on Deletion? - Delete all Testimonials Widget data and options from database on plugin deletion
- Settings export/import
- Options
- CSS class names are simplified and now WordPress coding standards compliant
- 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
- For the most part, other than
- 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
- Testimonials are now formatted using
blockquote
thanq
for HTML5 compliance. If you needq
tag formatting, enable it at WP Admin > Testimonials > Settings, Compatibility & Reset tabcite
is nowdiv.credit
- Filters
- Rename
testimonials_widget_next_posts_link
totestimonials_widget_next_posts_link_text
- Rename