Skip to content

v0.2.1

Latest

Choose a tag to compare

@sannc sannc released this 03 Mar 20:12
· 3 commits to main since this release

PHPCS Compliance & Security Hardening

  • Security: wp_unslash() vor allen $_POST/$_GET-Sanitisierungen hinzugefügt
  • Security: Exception-Messages im RSS-Parser werden jetzt escaped
  • Code Quality: PHPCS (WordPress Coding Standards) läuft jetzt mit 0 Errors, 0 Warnings
  • Code Quality: Formatting-Fixes via phpcbf (Multi-Line-Calls, Spacing)
  • CI: Neuer CI-Workflow mit PHP Syntax Check, PHPCS und i18n-Konsistenzprüfung
  • Bugfix: Loop-Variablen $cat/$tag umbenannt, um WordPress-Globals nicht zu überschreiben