Skip to content

Tags: phpDocumentor/phpDocumentor

Tags

v3.10.0

Toggle v3.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #4129 from phpDocumentor/bump-guides-1.10

Bump phpdocumentor/guides to 1.10.2

v3.9.1

Toggle v3.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #4020 from phpDocumentor/fix/constant-fetch

Upgrade reflection to resolve class correctly

v3.9.0

Toggle v3.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #4011 from phpDocumentor/bump/docker-image-php

PHP version in docker to 8.4

v3.8.1

Toggle v3.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #3947 from NabeelKhanYYC/fix/3228

Bugfix #3228 - Added XML template support for Enums

v3.8.0

Toggle v3.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #3934 from phpDocumentor/magic-element-filter

Magic element filter

v3.7.1

Toggle v3.7.1's commit message

Verified

This commit was signed with the committer’s verified signature.
jaapio Jaap van Otterdijk
Fix deprecations

v3.7.0

Toggle v3.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #3871 from phpDocumentor/bump/guides

Bump guides to v1.7

v3.6.0

Toggle v3.6.0's commit message

Verified

This commit was signed with the committer’s verified signature.
jaapio Jaap van Otterdijk
Fix version display

fixes #3728

v3.5.3

Toggle v3.5.3's commit message

Verified

This commit was signed with the committer’s verified signature.
jaapio Jaap van Otterdijk
Resolve issue with guide rendering in subpath

When rendering guides we do this to a subpath, however
the resolving of images happens based in on the target location
of files. This results in our context to issues.

I introduced a new UrlGenerator for guides that takes care of this
in the context of phpDocumentor. This also allowed me to remove
some lines that were added in the beginning of guides to fix relative
path rendering.

fixes #3746

v3.5.2

Toggle v3.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #3738 from phpDocumentor/fix/command-guessing

Solve issue in command parsing