Skip to content

Tags: php-translation/extractor

Tags

2.2.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
cs: fix native_function_invocation & trailing_comma_in_multiline (#178)

2.2.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Symfony 7 support continuation (#175)

* initial commit migrating annotations to attributes

* minor tweak in Translate attribute, so you dont have to pass a default translation domain

* minor refactor entities so they use property promotion

* remove some comments that werent supposed to be there

* removed dependency on lower symfony versions + switched to deprecation annotations + bugfixes to pass some tests

* replaced AnnotationLoader with AttributeLoader in some tests

* changed php requirement, added ^7.2 back since the STAN and CSFixer tests run on PHP7.3

* bumped to 8.1

* reverted custom attribute changes, except the SymfonyValidation AnnotationReader which was deprecated in 6.4

* some more use statements that apparently did not influence the tests

* all but one PHPSTAN tests passing

* fixed last phpstan test?

* weird issue

* fixed errors that originated in bumping nikic/php-parser to 5.0

* removed support for 3.0 nikic/php-parser

* removed superfluous test

---------

Co-authored-by: Antolin Janssen <admin@antiftw.nl>

2.1.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #170 from axi/master

Allows doctrine/annotations ^2.0

2.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #166 from php-translation/new-release

Prepare release v2.1.0

2.0.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prepare release 2.0.4

2.0.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #159 from bocharsky-bw/php8

Prepare release v2.0.3

2.0.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #156 from php-translation/bocharsky-bw-patch-1

Prepare v2.0.2

2.0.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #150 from odolbeau/prepare-release

Prepare v2.0.1

2.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #144 from Nyholm/2.0

Update 2.0.0 Changelog.md

1.7.1

Prevent crash when getting callerName (#120)

* Prevent crash when getting callerName

* Code cleanup

* Added change log