Wp Documentor Versions Save

Documentation Generator for WordPress.

v1.4.0

1 month ago

Changelog

Changed

  • Symfony Composer requirement changed to "^5.0 || ^6.0 || ^6.1 || ^6.2".

Full Changelog: https://github.com/pronamic/wp-documentor/compare/v1.3.2...v1.4.0

v1.3.2

1 month ago

v1.3.1

3 months ago

Changelog

Fixed

  • A cast for a hook function call is now handled correctly. ( #18 )

1.3.0

1 year ago

Fixed

  • Files can now also be excluded via the --exclude option. ( #13 )

Added

  • Added support for the @ignore tag. ( #14 )

1.2.0

2 years ago

Fixed

  • List of arguments is empty when apply_filters is returned instead of assigned to variable (props @LuigiPulcini). ( #11 )

Added

1.0.0

3 years ago

Added

  • First Release.

1.1.0

3 years ago

Added

  • Added --exclude option.
  • Added --ignore-vcs-ignored option.
  • Added progress bar.

Changed.

  • Improved coding standards.

1.1.1

3 years ago

Changed

  • Progress bar now shows the file being processed.