Skip to content

11.9-RC2

Pre-release
Pre-release
Compare
Choose a tag to compare
@igorschoester igorschoester released this 08 Aug 06:42

Changes compared to 11.9-RC1:

  • Changes the shortlinker's days_active from >30 to 30plus to avoid output escaping trouble. #13349
  • Adds aria and data attributes to the filters we use for wp_kses_post. This is to support WordPress < 5.1. This affects only the tab content of the React tabs (SEO & Readability) and the collapsible sections, since this is where we currently apply the filters before using wp_kses_post. #13345