WordPress Importer

Release-by-release breaking change history · 2M+ active installs

MEDIUM RISK

0.9.4 → 0.9.5

Medium risk: 5 removed functions, 2 removed constants, 1 removed method.

  • The function WordPress\Encoding\utf8_codepoint_at() was removed. Direct calls from a theme or another plugin will fatal.
  • The function WordPress\Encoding\utf8_codepoint_count() was removed. Direct calls from a theme or another plugin will fatal.
  • The function WordPress\Encoding\utf8_decoder_apply_byte() was removed. Direct calls from a theme or another plugin will fatal.
  • The function WordPress\Encoding\utf8_is_valid_byte_stream() was removed. Direct calls from a theme or another plugin will fatal.
  • The function WordPress\Encoding\utf8_substr() was removed. Direct calls from a theme or another plugin will fatal.
  • WordPress\DataLiberation\BlockMarkup\BlockMarkupUrlProcessor::is_url_relative() was removed.
  • WordPress\DataLiberation\URL\WPURL::replace_base_url() now requires more arguments than before.
  • The constant UTF8_DECODER_ACCEPT is no longer defined.
  • The constant UTF8_DECODER_REJECT is no longer defined.