-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
Merge release 2.40.0 into 3.0.x #219
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Abdul Malik Ikhsan <[email protected]>
Signed-off-by: Abdul Malik Ikhsan <[email protected]>
Signed-off-by: Abdul Malik Ikhsan <[email protected]>
Signed-off-by: Abdul Malik Ikhsan <[email protected]>
Signed-off-by: Abdul Malik Ikhsan <[email protected]>
Update to latest PHP 8.1 syntax
Signed-off-by: Abdul Malik Ikhsan <[email protected]>
Signed-off-by: Abdul Malik Ikhsan <[email protected]>
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Update to latest PHPUnit 10 syntax
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: ramchale <[email protected]>
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Apply one line per sentence style to md files
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: George Steel <[email protected]>
Deprecate legacy compression related adapters and filters
This interface is MVC Module Manager specific and oes not belong in this library Signed-off-by: George Steel <[email protected]>
Signed-off-by: George Steel <[email protected]>
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Lock file maintenance
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
See #208 Signed-off-by: George Steel <[email protected]>
See #193 Closes #197 Signed-off-by: George Steel <[email protected]>
Filter Chain Deprecations
`SeparatorToSeparator` Deprecations
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: George Steel <[email protected]>
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Only remove temp directory after all tests have run - Use DataProvider for filter config and input variations Signed-off-by: ramchale <[email protected]>
Refactor RenameTest
StripTags filter deprecations
…rface Deprecate `FilterProviderInterface`
Signed-off-by: George Steel <[email protected]>
Deprecate getters and setters in the `HtmlEntities` filter
gsteel
added
Documentation
Enhancement
Feature Removal
QA
Quality assurance tasks such as static analysis improvements
labels
Jan 6, 2025
…to-3.0.x_V5nRjZb3 # Conflicts: # composer.lock # psalm-baseline.xml # src/Compress.php # src/Compress/AbstractCompressionAlgorithm.php # src/Compress/Bz2.php # src/Compress/CompressionAlgorithmInterface.php # src/Compress/Gz.php # src/Compress/Tar.php # src/Compress/Zip.php # src/Decompress.php # src/FilterChain.php # src/FilterProviderInterface.php # src/Module.php # src/StripTags.php # src/Word/SeparatorToSeparator.php # src/Word/Service/SeparatorToSeparatorFactory.php # test/CallbackTest.php # test/FilterPluginManagerCompatibilityTest.php # test/StringToLowerTest.php
Signed-off-by: George Steel <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Documentation
Enhancement
Feature Removal
QA
Quality assurance tasks such as static analysis improvements
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Release Notes for 2.40.0
2.40.0
Documentation,Feature Removal
HtmlEntities
filter thanks to @gsteelEnhancement
Feature Removal
SeparatorToSeparator
Deprecations thanks to @gsteelFilterProviderInterface
thanks to @gsteelDocumentation,Enhancement