Skip to content
This repository has been archived by the owner on Apr 7, 2018. It is now read-only.

Commit

Permalink
2.3.3 blog post, and 2.4 beta adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
beberlei committed Mar 24, 2013
1 parent 1c317b2 commit d4ab97e
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 3 deletions.
23 changes: 23 additions & 0 deletions pages/source/blog/doctrine-2-3-3.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
:author: Benjamin Eberlei <kontakt@beberlei.de>
:date: 2013-03-24 00:00:00

=======================
Doctrine 2.3.3 released
=======================

**24.03.2013**

We have released a mini version 2.3.3 of ORM and DBAL.
See the list of `18 tickets
<http://www.doctrine-project.org/jira/issues/?jql=project%20in%20(DDC%2C%20DBAL%2C%20DCOM)%20AND%20fixVersion%20%3D%20%222.3.3%22%20AND%20status%20%3D%20Resolved%20ORDER%20BY%20priority%20DESC>`_ we fixed.

You can install the release with `Composer <http://www.packagist.org>`_:

::

{
"require": {
"doctrine/orm": "2.3.3",
"doctrine/dbal": "2.3.3"
}
}
8 changes: 5 additions & 3 deletions pages/source/blog/doctrine-2-4-beta.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ the changes are listed in `this talk
<https://speakerdeck.com/asm89/what-is-new-in-doctrine>`_ by Alexander
and me from Symfony Live Berlin last year.

You can install the release through `Github <https://github.com/doctrine/doctrine2>`_,
download, PEAR or `Composer <http://www.packagist.org>`_:
You can find a list of changes on `Jira
<http://www.doctrine-project.org/jira/issues/?jql=project%20in%20(DDC%2C%20DBAL%2C%20DCOM)%20AND%20fixVersion%20%3D%20%222.4%22%20AND%20status%20%3D%20Resolved%20ORDER%20BY%20priority%20DESC>`_.

.. code-block::
You can install the release with `Composer <http://www.packagist.org>`_:

::

{
"require": {
Expand Down

0 comments on commit d4ab97e

Please sign in to comment.