Skip to content

Releases: robertandrews/cwp-media-tidy

Release v1.2.1 - Fix HTML encoding

Choose a tag to compare

@robertandrews robertandrews released this 28 Dec 21:36

This release is a X.X.1 fix for 1.2.0.

Before the plugin analyses post content using DOMDocument, mb_convert_encoding() was used to ensure post content HTML is property encoded (HTML entities, UTF-8).

However, use of "HTML-ENTITIES" with mb_convert_encoding() was deprecated in PHP 8.2.

PHP Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in ...

This workaround switches three instances of mb_convert_encoding() to htmlentities().

Full Changelog: v1.2.0...v1.2.1

Release v1.2.0 - admin upgrade

Choose a tag to compare

@robertandrews robertandrews released this 28 Dec 08:45
  • Admin page UX overhaul
  • Fix database table not created
  • Fix log file location
  • Separation of admin code, HTML, CSS
  • Code commenting for a variety of files changed in this release
  • Add AI IDE guide docs

v1.1.0 - refactored code

Choose a tag to compare

@robertandrews robertandrews released this 25 Dec 16:40

Rebooted August 2023 version, refactored