Skip to content

Bonsai Cookie Consent

Choose a tag to compare

@gakdesign gakdesign released this 25 Jun 04:59
· 7 commits to main since this release
Add PucReadmeParser class for parsing plugin readme files

This commit introduces the PucReadmeParser class, which is a modified version of the WordPress Plugin Readme Parser. It utilizes Parsedown for Markdown parsing and includes methods for extracting various metadata from readme files, such as plugin name, description, requirements, tags, contributors, and more. The class also handles sanitization and filtering of text to ensure safe output.