Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed git_site_revision_date_localized #78

Merged

Conversation

luukvandervelden
Copy link
Contributor

The reason git_site_revision_date_localized was not properly processed, is twofold:

  • it was not processed if enable_creation_date was set to false
  • it was not replaced in the markdown page

Both issues have been solved.

The reason git_site_revision_date_localized was not properly processed, is twofold:

- it was not processed if enable_creation_date was set to false
- it was not replaced in the markdown page

Both issues have been solved.
@timvink
Copy link
Owner

timvink commented Feb 3, 2022

Good catch! Thanks for finding and fixing it!

This bug was probably introduced in November 2021 (https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/releases/tag/v0.10.1), when I added the new handle.

I'll write an extra unit test to make ensure the behavior, and release it to pypi.

@timvink timvink merged commit 3b19f0e into timvink:master Feb 3, 2022
@timvink
Copy link
Owner

timvink commented Feb 3, 2022

Released in v0.12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants