Releases: robertandrews/cwp-media-tidy
Releases · robertandrews/cwp-media-tidy
Release list
Release v1.2.1 - Fix HTML encoding
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
- 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
Rebooted August 2023 version, refactored