5.x
Commits on Dec 19, 2020
-
* 5.2: Remove merge conflict header Correct annotation for ULID type Reword the introduction about using Bootstrap and Encore
-
* 5.1: Reword the introduction about using Bootstrap and Encore
-
* 4.4: Reword the introduction about using Bootstrap and Encore
-
minor #14720 Reword the introduction about using Bootstrap and Encore…
-
minor #14722 [Uid] Correct annotation for ULID type (GawainLynch)
This PR was merged into the 5.2 branch. Discussion ---------- [Uid] Correct annotation for ULID type Just a small typo in the ULID Doctrine type example
😸 Commits ------- 58bcabb Correct annotation for ULID type -
minor #14723 Remove merge conflict header (GawainLynch)
This PR was submitted for the 5.x branch but it was merged into the 5.2 branch instead. Discussion ---------- Remove merge conflict header Spotted this on the Sphinx fail from my last PR Commits ------- 63a4e50 Remove merge conflict header
-
Verified
This commit was signed with a verified signature.GawainLynch Gawain Lynch
GPG key ID: 508C10F858FD246E Learn about signing commits -
Verified
This commit was signed with a verified signature.GawainLynch Gawain Lynch
GPG key ID: 508C10F858FD246E Learn about signing commits
Commits on Dec 18, 2020
-
-
-
bug #14717 Fix incorrect quotation mark type (dayallnash)
This PR was merged into the 5.3-dev branch. Discussion ---------- Fix incorrect quotation mark type Fix incorrect quotation mark type Commits ------- 4629dba Update setup.rst
-
Fix incorrect quotation mark type
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge remote-tracking branch 'upstream/5.x' into 5.x
* upstream/5.x:
-
* 5.2: Tweaks Update DSN Update DSN Support JWT v4 Remove UuidBinary/UlidBinary usages from documentation
javiereguiluz committedDec 18, 2020 -
-
minor #14707 [Uid] Remove UuidBinary/UlidBinary usages from documenta…
…tion (MrYamous) This PR was merged into the 5.2 branch. Discussion ---------- [Uid] Remove UuidBinary/UlidBinary usages from documentation According to #14641 Commits ------- 7bf71ce Remove UuidBinary/UlidBinary usages from documentation
javiereguiluz committedDec 18, 2020 -
* 5.2: Support JWT v4
-
* 5.1: Support JWT v4
-
* 4.4: Support JWT v4
-
-
* 5.2: Update DSN
-
* 5.1: Update DSN
-
minor #14714 [Notifier] Update DSN (OskarStark)
This PR was merged into the 5.1 branch. Discussion ---------- [Notifier] Update DSN Refs symfony/symfony#39545 Commits ------- facf002 Update DSN
-
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
* 5.2: Update DSN
-
minor #14713 [Notifier] Update DSN (OskarStark)
This PR was merged into the 5.2 branch. Discussion ---------- [Notifier] Update DSN Follows symfony/symfony#39548 Commits ------- efea745 Update DSN
-
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Verified
This commit was signed with a verified signature.Nyholm Tobias Nyholm
GPG key ID: 1187B6F70C4F519E Learn about signing commits -
* 5.2: Fixed typo
-
* 5.1: Fixed typo
-
* 4.4: Fixed typo
-
minor #14709 Fixed typo (lkorczewski)
This PR was merged into the 4.4 branch. Discussion ---------- Fixed typo <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- 2dbe568 Fixed typo
-
* 5.2: Update uid.rst
-
* 5.1: Update uid.rst
-
bug #14710 [Uid] Update uid.rst (ltlsquare)
This PR was submitted for the 5.2 branch but it was merged into the 5.1 branch instead. Discussion ---------- [Uid] Update uid.rst Uuid::fromString(); should not be instantiated as "new". The Ulid section is correct the uuid section contains this error. Especially confusing when you are just starting with this newly implemented functionality. <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- ddd1367 Update uid.rst