Skip to content

Releases: symfony/demo

1.0.4

25 Jun 17:14
Compare
Choose a tag to compare

New features

[dc47290][63489e0][65d0665][fe5a987] Use Webpack Encore to manage assets (@alOneh, @yceruto, @javiereguiluz)
[ac188e9] Updated the application to Symfony 3.3.0 (@javiereguiluz)
[9de60c6] Replaced kernel.root_dir by kernel.project_dir (@javiereguiluz)
[5980f4b] Added more fancy icons for buttons and links (@bocharsky-bw)
[23cf284] Added more PHP CS Fixer rules (@bocharsky-bw)
[67fa51c] Simplified the functional test about creating comments (@voronkovich)
[d90e0c1] Used Post::addComment method to associate new comment with a post (@voronkovich)
[98898e4] Removed HHVM from Travis CI test matrix (@javiereguiluz)
[4c900bb] Simplified the flash messages (@javiereguiluz)
[a99f756] Use DSN-like strings to define credentials (@javiereguiluz)
[3669fa2] Showcased short definition syntax (@ogizanagi)
[60eedfb] Updated log configuration (@ogizanagi)
[c63ad95] Tweaked the use of SymfonyStyle in commands (@javiereguiluz)
[465dfd7] Added more posts authors in fixtures (@voronkovich)
[71d434c] Configured cache.prefix_seed and added a help note (@javiereguiluz)
[d05d2ee] Use the new DependencyInjection features in CodeExplorerBundle (@ogizanagi)

Bug fixes

[1dfa804] Always enforce updating inverse side for Comment (@bocharsky-bw)
[82bfa9e]Removed the deprecated getName() method in Twig extensions (@javiereguiluz)
[c8a7c6c] Fixed autowiring type deprec & use ConsoleEvents::ERROR (@ogizanagi)
[43a9f2d] Fixed console error listener when there is no command yet (@ogizanagi)
[fc74157] Override DATABASE_URL by setting default parameter's value (@voronkovich)
[03a70a3] Alias the slugger to fix fixtures loading (@ogizanagi)
[3275cf6] Skip tests that require stty when it's not available (@javiereguiluz)
[bf48560] Removed outdated committed bundle assets (@stof)

Translations

[7e5d97b] Added simplified Chinese translation (@HugoWen)
[1f76214] Updated the Brazilian Portuguese (pt_BR) translation (@wcomnisky)
[01a021a] Updated pt_BR validator translation (@davialexandre)
[180d51b] Updated the Slovenian translation (@petk)

1.0.3

30 Apr 16:58
Compare
Choose a tag to compare

New features

[e0e7591] Renamed .php_cs to .php_cs.dist to follow Smyfony's best practices (Benoit Galati)
[ef1688b] Updated some doc URLs and always use https:// when linking to symfony.com (@rosier, @javiereguiluz)

Bug fixes

[8f8dd84] Fixed the XLIFF format of one translation file (@javiereguiluz)

1.0.2

23 Apr 14:13
Compare
Choose a tag to compare

New features

[bd874e9] Added app.json "test" script for Heroku CI (@dzuelke)
[43f2fa4] Added "show" button on edit post (@yceruto)

Bug fixes

[08eaa5b] Updated all templates to use the Twig coding standards (@michaelperrin)
[1e0b3d6] Implemented Serializable interface in the User entity (@apetitpa)
[b6bf522][28771b0] Updated the DocBlocks of the entities (@cafferata, @bocharsky-bw)
[eb13619] Use the newer stack for HHVM on Tracis CI (@bocharsky-bw)
[fdffbcc] Removed some unused translations (@bocharsky-bw)
[b2600e1] Updated the Spanish translation (@elkuku)
[d36aa57] Updated the German translation (@elkuku)
[8277084] Updated the Russian translation (@bocharsky-bw)
[236389d] Updated the Ukrainian translation (@bocharsky-bw)

1.0.1

19 Mar 20:08
v1.0.1
Compare
Choose a tag to compare

New features

[3cf18af] Improved the User entity to add a new fullName property (@yceruto)
[9b486d1][abac25f] Run Symfony lint commands on TravisCI (@bocharsky-bw, @javiereguiluz)
[73d50dd] Added new tests for TagArrayToStringTransformer (@Grafikart)
[78950c4] Added a complete test for AddUserCommand (@dmaicher)
[071e9fa] Updated dependencies to Symfony 3.2.5 (@javiereguiluz)
[291a62e] Added proper database isolation for tests thanks to dama/doctrine-test-bundle (@dmaicher)
[5c7859c][afc881f] Added more tests to blog post (@yceruto)

Bug fixes

[3766607] Fixed PSR-4 in composer.json and added dump() function (@nicolas-grekas)
[62d652d] Reduced the number of database queries in post index action (@yceruto)
[14020ea] Fixed the translation of the "limit" variable in a message (@bocharsky-bw)
[35ce8cc] Moved FixturesTrait class from Tests to AppBundle namespace (@apetitpa)
[e0cc0c7][05921be] Updated Russian translation (@bocharsky-bw)
[40ae1a8][79366d3] Updated Ukrainian translation (@bocharsky-bw)
[24ceaab] Updated Italian translation (@garak)
[6636c72] Updated French translation (@apetitpa)
[ddbdf51] Updated Polish translation (@Wirone)
[8df69d4] Added Croatian (Hrvatski) translation (@tonlic)

1.0.0

08 Feb 09:44
Compare
Choose a tag to compare

New features

[963c260] Allow blog posts to add tags (@yceruto)
[6ef7bb0] Updated dependencies to Symfony 3.2.3 (@javiereguiluz)
[2136e68] By default redirect to the blog index page after login (@yceruto)
[4ab28c9] Display a better error message when SQLite is not enabled (@uikolas)
[066e5cd] Updated PHP CS Fixer to 2.0 version (@ABM-Dan)

Bug fixes

[2c196e0] Delete all post/tag entries when deleting a blog post (@yceruto)