Skip to content

Releases: symfony/demo

1.2.6

04 Oct 14:23
Compare
Choose a tag to compare

New features

[611fc54] Added ability to edit user's informations and password (@ker0x)
[a954ac4] Added Turkish translation (Burak Bolat)

Bug fixes

[c8ba26c] Updated composer deps, don't fail tests on vendor deprecations (@bobdenotter)
[6169279] Updated Yarn dependencies, making build process work again (@bobdenotter)
[4c9ea94] Fixed /var configuration in .gitignore (@fabpot)
[c164d94][c2f3c59] Fixed session starting issue on flash messages usage (@andrerom)

1.2.5

10 Aug 16:17
Compare
Choose a tag to compare

New features

[559b771][d9b74a1] Filter posts by selected tag (@yceruto, @voronkovich)
[2af644e] Added Bulgarian translation (@vankatafive)
[60b80cf][1e702e5] Updated to Symfony 4.1 (@javiereguiluz)
[6c86a55] Added help messages to some form fields (@javiereguiluz)
[c50d0a3] Added more great Symfony 4.1 features (@javiereguiluz)
[3dfa5a1] Enabled the no_superfluous_phpdoc_tags fixer rule (@javiereguiluz)
[7eaff0d] Added more type hints and removed PHPdoc (@javiereguiluz)

Bug fixes

[9e20cea] Moved Doctrine Fixtures bundle to dev and test only (@javiereguiluz)
[644d543] Required phpunit 7.1 via SYMFONY_PHPUNIT_VERSION env variable (@dmaicher)
[9998987] Use PHP_OS_FAMILY constant thanks to Symfony's PHP 7.2 polyfill (@javiereguiluz)
[36d6828] Updated deps and create phpunit in bin/ directory (@yceruto)
[7de819c] Minor design tweak for smartphones (@javiereguiluz)
[1a4cf4d] Fixed installation when using composer 1.7+ (@fbourigault)
[4363061] Added missed post-install-cmd script section (@atamansv)

1.2.4

20 May 10:48
Compare
Choose a tag to compare

New features

[0f008c8] Make links to the documentation clickable (@voronkovich)
[cf92bef][d94ed0a] Updates related to latest Symfony Flex recipe changes (@javiereguiluz)
[96ee61a] Removed the default flex id (@fabpot)
[39796aa] Use @IsGranted instead of @Security (@DevMDamien)
[1da9fae] Updated the app to Symfony 4.1 beta1 (@javiereguiluz)

Bug fixes

[3c5d376] Fixed minor issues in the XLIFF files (@javiereguiluz)
[5aa9b37] Removed the deprecated sensio/framework-extra-bundle @Method annotations (@christickner)
[cacac51] Removed symfony/polyfill-apcu dependency (@javiereguiluz)
[4d616f3] Disabled the deprecated sensio_framework_extra.router.annotations (@christickner)
[3505d21] Fixed a French translation mistake (@sundowndev)

1.2.3

18 Mar 18:13
v1.2.3
Compare
Choose a tag to compare

New features

[68c52fc] Redirect to post page after success login if necessary (@yceruto)
[e366044] Added a service for Tag repository and revamping code (@yceruto)
[6d692af] Allow to search blog posts with unicode characters (@javiereguiluz)
[f4a7ac8] Reduced the BCrypt cost in tests to run them much faster (@javiereguiluz)
[0d3e586][f2aecf4][5ae66d8][45ddc73] Updated to the latest Symfony versions (@bocharsky-bw)
[4a61d28] Updated dama/doctrine-test-bundle to ^5.0 (@dmaicher)

Bug fixes

[f9d3a94] Fixed the paths of security.yaml comments for Symfony 4 (@mstrom)
[73102db] Fixed alerts.js include and changed loading order (@ptrm04)
[e47fb1b] Removed unnecessary configuration for translations/ directory (@yceruto)
[a2a4aba] Added missing translations (@purrucker)
[de0d0d5] Minor code fixes found with PhpStorm, Php Inspections and PHPStan (@javiereguiluz)
[ee79074] Kept the services.yaml file in sync with the default Symfony file (@javiereguiluz)
[1f61fce] Updated to the latest recipe changes (@javiereguiluz)
[a94e54e] Removed jQuery from auto provided variables in webpack config (@mathop)

1.2.2

11 Dec 08:56
v1.2.2
Compare
Choose a tag to compare

New features

[30f4ccd] Revamped the data fixtures to follow the modern practices recommended by DoctrineFixturesBundle (@javiereguiluz)

Bug fixes

[5259ad7] Use rootform test to check by root form view (@yceruto)
[3bdaac0] Use the Route annotation from Symfony core (@javiereguiluz)

1.2.1

05 Dec 09:38
v1.2.1
Compare
Choose a tag to compare

New features

[66a449a] Updated dependencies to Symfony 4.0.1 (@javiereguiluz)
[4769bb8] Added Doctrine's mapping validation on Travis (@phpeek)

Bug fixes

[180d6a6] Removed explicit dependency on DoctrineBundle (@phpeek)
[6740c8f] Sorted the contents of symfony.lock (@phpeek)
[25f82db] Updated French, Italian and Japanese translations (@flibustier)
[bb018a9] Updated Polish translation (@piotrgradzinski)

1.2.0

01 Dec 10:35
Compare
Choose a tag to compare

New features

[a3b4eae][1b58689][014a273][001619d][aa45d6d] Upgraded the application from 3.3 to 3.4 and 4.0 (@yceruto, @javiereguiluz)
[e04fc83] Made Doctrine repository as service and autowire/use it anywhere (@yceruto)

Bug fixes

[cede2cb] Added a APP_DEBUG fallback in console and front controller (@javiereguiluz)
[30673a8] Added MAILER_URL env var to Heroku config file (@javiereguiluz)
[7efe526] Used friendly command exceptions (@yceruto)
[341cea2] Improved code thanks to PhpStorm and Php Inspections (@javiereguiluz)
[ccb2cc7] Allowed PHP 7.2 & 7.3 and PHPUnit 6 (@VolCh)
[25f4a07] Removed unnecessary configuration for controllers (@yceruto)
[8aae8a2] Updated Slovenian translation (@petk)
[0142c89] Updated French translation (@flibustier)

1.1.1

18 Oct 10:35
Compare
Choose a tag to compare

Bug fixes

[a777b70] Fixed the responsive navigation menu (@javiereguiluz)
[b7f860d] Updated Spanish translation (@yceruto)
[cfa6887] Updated dama/doctrine-test-bundle to ^4.0 (@dmaicher)

1.1.0

11 Oct 07:10
v1.1.0
Compare
Choose a tag to compare

New features

[4af9be7] Updated the application to use Symfony Flex (@javiereguiluz)
[2273e82] Added scalar typehints/return types (@yceruto)
[29d97f8] Use the new PHPUnit namespace (@yceruto)
[fe8f4ab] Use the new Twig namespace (@yceruto)
[047b1e3][36a8ba0] Improved tests on Travis (validate Composer files, cache PHPUnit installs) (@stof)
[8c4d972][71ebca4][067c6ec] Updates for the latest Symfony Flex changes (replace "null" by "~" in YAML files, update Makefile) (@yceruto)

Bug fixes

[b610dc9] Fix some minor configuration issues (@yceruto)
[5358558] Default to non-debug in index.php and console (@yceruto)
[1fc329c] Workaround to use DATABASE_URL with %kernel.project_dir% parameter (@yceruto)
[2fbc7f7] Fixed jQuery instantSearch plugin and search result (@yceruto)
[a8e9adc] Updated env variables for the heroku deployment (@stof)
[e62210d] Used validator on interactive mode (@yceruto)
[6d3cb7d] Moved browser-kit and css-selector to require-dev (@garak)
[f9ffa26] Fixed add user password validation (@chr-hertel)
[adbc23b] Updated Russian and Ukrainian translations (@bocharsky-bw)

1.0.5

04 Aug 14:45
Compare
Choose a tag to compare

New features

[cfa931a] Moved assets into a root directory for simplicity (@weaverryan)
[ad65375] Removed PHPUnit as a dependency and rely on PHPUnit Bridge (@javiereguiluz)
[0d1ddaf] Added an instant post search engine using Ajax (@voronkovich)
[d1ad7f5] Added a validator service for commands (@elkuku)
[1b77c9e] Updated dependencies to Symfony 3.3.6 (@javiereguiluz)

Bug fixes

[8ea1e37] Load the web fonts from local asset files (@javiereguiluz)
[b33739c] Updated dama/doctrine-test-bundle and other deps to fix build (@dmaicher)