Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »


This is a major overhaul without backwards compliance of over 80 changes.

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.

The changes and helpers below are intended to help you update your customisations quickly. If further help is required, please request it via commenting upon the Testimonials Widget 3.0 and Testimonials Widget Premium 2.0 Upgrade Notice.

Changes

  • As Internet Explorer 7.0 usage is under 0.5% of Internet traffic, support for it is discontinued. Optioninclude_ie7_css is removed.
  • Deprecated API hooks and functions of Testimonials Widget 2.19.0 and Testimonials Widget Premium 1.20.0 are removed.
  • Form text "Full Testimonial" now "Complete Testimonial"
  • Removed filter twp_next_text
  • Replace testimonials_widget_premium_ of actions, filters, and functions with twp_
  • Replace testimonials_widget_ of actions, filters, and functions with tw_
  • Replaced tba_ of actions, filters, and functions with tw_
  • Replaced tw_shortcodes with tw_examples
  • Replaced tw_widget_options with tw_slider_widget_options
  • Shortcodes and theme functions renamed. See DEPRECATED.md for details.
  • Testimonials Form option form_table is removed.
  • Testimonials Widget pre-2.0.0 automatic migration has been removed. Install and activate Testimonials Widget 2.19.0 before installing the latest Testimonials Widget.
  • Testimonials Widget pre-2.15.0 JavaScript slider code has been replaced with bxSlider and is now removed. Options use_bxsliderdisable_animationfade_out_speedfade_in_speedheightmin_height, andmax_height are removed.

Helpers

The ordering of the helper code below is important to prevent corruption.

  • find . -type f \( -name "*.php" -o -name "*.txt" -o -name "*.md" \) -exec perl -pi -e "s#testimonials_widget_premium_#twp_#g" {} \;
  • find . -type f \( -name "*.php" -o -name "*.txt" -o -name "*.md" \) -exec perl -pi -e "s#testimonials_widget_#tw_#g" {} \;
  • find . -type f \( -name "*.php" -o -name "*.txt" -o -name "*.md" \) -exec perl -pi -e "s#tba_#tw_#g" {} \;
  • find . -type f \( -name "*.php" -o -name "*.txt" -o -name "*.md" \) -exec perl -pi -e "s#tw_widget_options#tw_slider_widget_options#g" {} \;
  • find . -type f \( -name "*.php" -o -name "*.txt" -o -name "*.md" \) -exec perl -pi -e "s#tw_shortcodes#tw_examples#g" {} \;

 



  • No labels