Symfony 2.5.0 released
Symfony 2.5.0 has just been released. Here is a list of the most important changes:
- bug #11014 [Validator] Remove property and method targets from the optional and required constraints (jakzal)
- bug #10983 [DomCrawler] Fixed charset detection in html5 meta charset tag (77web)
Want to be notified whenever a new Symfony release is published? Or when a version is not maintained anymore? Or only when a security issue is fixed? Consider subscribing to the Symfony Roadmap Notifications.
Comments
The "most important changes" shown here are the 2 new changes since 2.5.0 RC1.
Fabien, it would be nice if this post listed the most important new features
Fabien, it would be nice if this post listed the most important new features
Thanks for this release. Updating in progress. In the meantime here is also Symfony Development Visualization:
https://www.youtube.com/watch?v=SXPgj5nWBQU
Congrats to everyone :)
https://www.youtube.com/watch?v=SXPgj5nWBQU
Congrats to everyone :)
After update:
$this->createForm(...) and $this->createFormBuilder(...) failed if I use the new feature in config.yml "framework: validation: api: 2.5"
$this->createForm(...) and $this->createFormBuilder(...) failed if I use the new feature in config.yml "framework: validation: api: 2.5"
I have an error with FOSUserBundle during connexion (check route) and this 2.4.5 (not 2.4.4 and earlier) :
ContextErrorException: Warning: Erroneous data format for unserializing 'MyOwnBundle\Entity\User' in /myproject/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php line 869
ContextErrorException: Warning: Erroneous data format for unserializing 'MyOwnBundle\Entity\User' in /myproject/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php line 869
Autocorrect : it was the 2.5 version, but after a few test, this is not symfony, either not FOS, but my webhost OVH (mutualise) with their new verison of PHP 5.5.13 and 5.4.29 (previously 5.5.11 was stable)
@Benjamin Marquant : I have the same problem on ovh, how did you solve the problem?
in french : j'ai le même problème sur ovh, comment as-tu résolu le problème ?
in french : j'ai le même problème sur ovh, comment as-tu résolu le problème ?
As I can see this new release contains mostly bugfixes which feels more like 2.4.7. Was minor point version increased because of release schedule or did I miss some secret changelog that contains description of new features?
I should have mentioned that the list of new features were listed in the first beta release: http://symfony.com/blog/symfony-2-5-0-beta-1-released
I proud to be a symfony developer.....awesome development....the upgradation was very simple using composer...thanks to sensio team
Hi,
I try to install symfony 2.5 with composer buy this message appear.
[InvalidArgumentException]
Could not find package symfony/framework-standard-edition with version 2.5.0.
I try to install symfony 2.5 with composer buy this message appear.
[InvalidArgumentException]
Could not find package symfony/framework-standard-edition with version 2.5.0.
Updated with composer, but now I always get this message:
An exception has been thrown during the rendering of a template ("Case mismatch between loaded and declared class names: Unipiaget\DbBundle\Entity\pages vs Unipiaget\DbBundle\Entity\Pages") in UnipiagetAdminBundle:Users:index.html.twig at line 12.
An exception has been thrown during the rendering of a template ("Case mismatch between loaded and declared class names: Unipiaget\DbBundle\Entity\pages vs Unipiaget\DbBundle\Entity\Pages") in UnipiagetAdminBundle:Users:index.html.twig at line 12.
Comments are closed.
To ensure that comments stay relevant, they are closed for old posts.
Denis Kazimirov said on Jun 1, 2014 at 16:20 #1