This repository was archived by the owner on Dec 22, 2022. It is now read-only.
Test - #1
Open
ashceo wants to merge 78 commits into
Open
Conversation
…eExtensionsBundle anymore
* 1.9: Fix packages builds: ResourceBundle v1.8 does not require StofDoctrineExtensionsBundle anymore
This PR was merged into the 1.10-dev branch. Discussion ---------- Closes #12436. No major changes that would affect us. Commits ------- c4ff7c78d156893af736b90cb3ad096eaa7ccd4c Use egulias/email-validator ^3.0
* 1.9: Fix the build by solving errors reported by static analysis tools
* 1.9: Fix the build with Symfony 5.3
This PR was merged into the 1.11-dev branch. Discussion ---------- | Q | A | --------------- | ----- | Branch? | master | Bug fix? | no | New feature? |yes | BC breaks? | no | Deprecations? | no | License | MIT <!-- - Bug fixes must be submitted against the 1.10 branch - Features and deprecations must be submitted against the master branch - Make sure that the correct base branch is set To be sure you are not breaking any Backward Compatibilities, check the documentation: https://docs.sylius.com/en/latest/book/organization/backward-compatibility-promise.html --> Commits ------- 28a02a6a620f68a033dc25650f18380ece514c51 Prepare Sylius for support Symfony 5.4 d2c39e4059350f648b11874894740773c01308a7 remove usage of symfony internal method fef624340b5367f9cbb3dd9765de5f6eaf969e29 bump symofny verion from 5.4.0-RC1 to 5.4 63395281c3de2b19ebce99090a206f4e0fa014b8 update argument in UsernamePasswordToken 2964e0ed9d31864d4b7248e2e546ef16de193535 make workorounds over deprecated method in symofny 5.4
* 1.10: Minimize number of build for packages [Maintenance] Conflict with Symfony ^6.0 [Minor] Fix CONFLICT.md lining feature #13339 Add Support for Symfony 5.4 (AdamKasp) [Maintanance] add conflict Corrections for adding a field to the response
* 1.10: Use phpspec ^7.1 and avoid custom error reporting level in its configuration
Since Symfony 5.3, UserProviderInterface in Symfony use loadUserByIdentifier to replace loadUserByUsername
Introduce arrow functions from PHP 7.4
* 1.10: Class name typo Introduce arrow functions from PHP 7.4 [CI] Extract PHPSpec build Remove duplications in test_cached config
This PR was merged into the 1.12-dev branch. Discussion ---------- | Q | A | --------------- | ----- | Branch? | master | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | License | MIT Since Symfony 5.3, UserProviderInterface in Symfony suggest to use loadUserByIdentifier to replace loadUserByUsername https://github.com/symfony/symfony/blob/1e968b49f516d8b1305d0b94158dabef557d334e/src/Symfony/Component/Security/Core/User/UserProviderInterface.php#L61-L68 Commits ------- 9f3d13b5f670fb13edda6464281d30c39f1bab98 Use loadUserByIdentifier() since Symfony 5.3
* 1.11: [Security] XSS - SVG file upload vulnerability fixed [PHPUnit] Move subscribers tests to main directory Replace str_contains with strpos method to support PHP 7 [Behat] Extract browser element and context [Behat] Add scenarios for securing access to account and dashboard after logging out Minor fixes for specs and unit tests of cache control subscribers Remove type declarations for properties due to supporting PHP 7.3 [Maintenace] Test existence of new cache headers [UI] Force no-store cache directives for admin and customer account section suggested review changes listener added to finish response with X-Frame-Options sameorigin header
* 1.11: Fix Psalm errors Bump Psalm version to 4.19 (php 8.1 support)
* 1.10: [Maintenance] Bump copyright year in docs and license files
* 1.11: [Maintenance] Bump copyright year in docs and license files
* 1.10: [maintenance][mailer]Assert that email is not null
* 1.11: [maintenance][mailer]Assert that email is not null
* 1.10: [Maintenance][CI] Add "Refactor" workflow [DX] General refactor
* 1.11: [Maintenance][CI] Add "Refactor" workflow [DX] General refactor
* 1.11: Make installing symfony/flex global in packages workflow Allow symfony/flex plugin globally [Maintenance] Install flex locally [Maintenance] Update vendors instead of install to take advantage of flex [Maintenance] Allow flex plugin during package installation [Maintenance] Fix package build
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
No description provided.