Skip to content

Releases: symfony/demo

1.6.2

08 Oct 10:06
Compare
Choose a tag to compare

New features

[6fab15f] Added Arabic translation (@khaledalam)
[18b49ac] Added Slovak translation (@snickom)

Bug fixes

[ef5abdd] Fixed compatibility with Composer 2 (@nicolas-grekas)
[b8ea7e3] Renamed namespace App\Events to App\Event to be in sync with the Symfony Docs (@rosier)
[1c1ff08] Fixed search query (@jkufner)
[f6b7c2e] Fixed pagination with tag filter (@jkufner)
[3778016] Fixed "Doctrine\Common" deprecated classes (@bocharsky-bw)
[dc4a5ae] Fixed accessibility of a template (@Chi-teck)
[1d809c2] Specify the default user provider in the security firewall (@drupol)
[bcdd588] Simplified the PHP-CS-Fixer configuration (@michaelKaefer)
[e1dffb2] Removed some redundant u() from PostRepository::extractSearchTerms() (@jkufner)
[efabb34] Updated some missing translations (@eltomato89)
[4cf0160] Updated Spanish translation (@DIOHz0r)

1.6.1

12 Jun 08:08
Compare
Choose a tag to compare

New features

[87d18aa] Moved Doctrine migrations from src/migrations/ to migrations/ (@rosier)
[398d18c] Run tests also against upcoming versions of Symfony (@rosier)

Bug fixes

[951c8b3] Fixed a method name related to exceptions (@xabbuh)
[40194c6] Minor README updates (@bocharsky-bw)
[7d625c2] Updated Chinese translations (@siganushka)

1.6.0

01 Jun 08:13
Compare
Choose a tag to compare

New features

[7d8a3d7][18c0ef8] Updated to Symfony 5.1 and synced recipes (@nicolas-grekas)

Bug fixes

[3a03a8d][7e49b64][1683d47] Updated Travis CI config (@michaelKaefer)

1.5.3

15 May 13:42
Compare
Choose a tag to compare

Bug fixes

[c4d3d5f] Fixed unbound version constraints and update dependencies (@rosier)
[b3b7d37] Updated jQuery to 3.5.1 (@javiereguiluz)
[b70467e] Updated PHP dependencies (@javiereguiluz)

1.5.2

20 Apr 14:32
Compare
Choose a tag to compare

Changelog

[3f7b12b] Use PHPUnit 8 (@dmaicher)
[ccf71d8] Replaced twig and twig-bundle with twig-pack (@ker0x)
[d4ab904] Simplified form tests, add scalar return types, remove unused variables (@ker0x)
[643e877] Updated BlogControllerTest (@DurandSacha)
[46d1eae] Updated layout.html.twig (@Yohann76)

1.5.1

04 Feb 10:54
Compare
Choose a tag to compare

New features

[5e0b275] Use the String component (@javiereguiluz)
[2227440] Use new functional test specific assertions (@voronkovich)
[177b652] Use short syntax for routes HTTP methods (@voronkovich)
[e01aebb] Replaced SwiftMailer by Symfony Mailer (@javiereguiluz)
[17bf17b] Made blog post titles unique (@javiereguiluz)
[5eae5f2] Validate Composer files while TravisCI build (@voronkovich)
[d94fcc8] Required symfony/apache-pack package (@bocharsky-bw)
[e2944ce] Updated tgalopin/html-sanitizer to remove Intl extension requirement (@tgalopin)

Bug fixes

[4e1522b] Fixed broken links (@voronkovich)
[7cbada1] Made tests compatible with PHPUnit 8 (@voronkovich)
[4966423] Removed "symfony/polyfill-php72" from the dependencies (@rosier)
[3abd67a] Use a more friendly message about hardcoding user details (@pierredup)
[4016b3c] Add a translation for a message about slug uniqueness (@voronkovich)
[3b68b6d] Updated Ukrainian translation (@bocharsky-bw)
[0583b4d] Updated Russian translation (@Coderberg)

1.5.0

02 Dec 10:15
Compare
Choose a tag to compare

New features

[c84f52a][f73440d] Updated the project to Symfony 5.0 (@javiereguiluz)
[1da3dd8] Updated the project to Twig 3 (@javiereguiluz)

Bug fixes

[fab2054] Made paginator strings translatable (@davialexandre)
[c0ccc57] Fixed demo password autofill on Firefox (@bocharsky-bw)
[cd27100] Updated front-end dependencies (@javiereguiluz)
[d2b90fb] Updated Brazilian Portuguese translations (@davialexandre)
[37f9f60] Updated Russian translations (@bocharsky-bw)
[28e2ee6] Updated Ukrainian translations (@bocharsky-bw)

1.4.4

20 Sep 13:13
Compare
Choose a tag to compare

Bug fixes

[df8275b] Updated Lithuanian translations (@tomasliubinas)
[0a57f82] Updated JavaScript dependencies (@javiereguiluz)
[376e791] Require the Intl MesageFormatter polyfill to avoid Intl errors (@dmaicher)

1.4.3

24 Jul 09:28
Compare
Choose a tag to compare

New features

[309bd35] Added a Paginator object based on Doctrine's paginator (@javiereguiluz)
[9b365c2] Applied latest changes in FrameworkBundle recipe (@bocharsky-bw)
[b72b591] Be more specific in linting Twig and YAML files (@chr-hertel)
[fa1304b] Test the project with Symfony 4.4 and 5.0 too (@mazarini)

Bug fixes

[3829e95] Updated license year (@Arman-Hosseini)
[6bdc4ce] Fixed pagination class (@ogizanagi)
[46fe82f] Disabled asset versioning to fix tests on Travis CI (@bocharsky-bw)

1.4.2

11 Jun 10:25
Compare
Choose a tag to compare

Bug fixes

[78b8f02] Require symfony/dotenv in prod too (@javiereguiluz)
[badac21] Use PHPUnit 7.5 in tests (@dmaicher)
[2a83a63] Stop using deprecated event classes (@javiereguiluz)
[3e36a18] Fixed failing tests on systemas where Argon2 hasher is not available (@dmaicher)