Posted about 1 year ago by jwage
Today I am very pleased to bring news to you that Doctrine 1.1.0 stable is available. This is a significant release for the 1.x code base. It contains dozens of new features and bug fixes. The 1.1 test suite now has 0 fails in the test suite compared to 1.0 having 12! We recommend you upgrade your projects.
Some have asked whether 1.1 has all the same bug fixes that are in 1.0. The answer is yes. We are committed to maintaining both branches and will continue committing fixes to all branches when it applies.
You can read a detailed list of all the changes made in 1.1 here in the upgrade file.
As always you can get Doctrine on the download page or via pear.
$ pear install pear.phpdoctrine.org/Doctrine-1.1.0
You can also check it out via svn.
$ svn co http://svn.doctrine-project.org/tags/1.1.0/lib doctrine
If you find any problems with this release please report it on our trac or if you have any questions you can send it to one of our mailing lists.
Comments (14) [ add comment ]
Symfony Posted by Scott about about 1 year ago.
Any idea when Doctrine 1.1 will show up in a symfony release?
Congratulations! Posted by Paul Annesley about about 1 year ago.
Congratulations on the release!
We were impatient and have been using 1.1-RC1 in production - great to have a stable release to upgrade to :)
Congratulations Posted by Garfield-fr about about 1 year ago.
Awesome.
thanks
Great job! Posted by Loïc Frering about about 1 year ago.
Great job for Doctrine 1.1, particularly for the support of migrations in YAML schemas with the diff tool.
Can't wait for Doctrine 2.0 =)
awesome! Posted by Ariel Arjona about about 1 year ago.
grats to jwage and the rest of the team.
symfony Posted by jwage about about 1 year ago.
I think symfony 1.3 will use Doctrine 1.1. It is not 100% sure yet.
Kudos Posted by Colnector about about 1 year ago.
Good to see Doctrine pushing forward :)
Great! Posted by SuperVlao about about 1 year ago.
And here's another version of my favourite ORM :)
Very nice! Posted by klemens_u about about 1 year ago.
Thanks for the effort to the whole team!
Can you post a short tutorial on how to configure a symfony 1.2 installation to use doctrine 1.1?
That would be great.
BTW: Are any tweaks to sfDoctrinePlugin necessary to work with Doctrine 1.1?
Congratulations Posted by floriank about about 1 year ago.
Nice to see doctrine evolving. :)
Thanks alot to the team and keep up the good work!
Using Doctrine 1.1 with Symfony 1.2 Posted by tight about about 1 year ago.
@klemens_u: The answer is here http://www.symfony-project.org/blog/2009/01/12/call-the-expert-using-a-custom-version-of-doctrine sfDoctrinePlugin seems to be OK with Doctrine 1.1
@doctrine team: nice work :)
Great Work! Posted by ice_j7 about about 1 year ago.
Thanks a lot to all the team for bringing us the best orm in the php world!
no ifnull() Posted by dziobacz about about 1 year ago.
Still no ifnull() function for MySQL. It is one of the most important functions !!
Symfony 1.2 with Doctrine 1.1 Posted by blt about about 1 year ago.
Using Doctrine 1.1 with Symfony 1.2 is fairly easy, although there are a few issues Symfony users need to patch until Symfony 1.3 is released. I posted a short tutorial on using Doctrine 1.1 with Symfony 1.2 on my blog.