Skip to content

Commit 5fb52e9

Browse files
committed
fixes version badge
1 parent 0532e47 commit 5fb52e9

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Doctrine2 behavioral extensions
22

33
[![Build Status](https://secure.travis-ci.org/Atlantic18/DoctrineExtensions.png?branch=master)](http://travis-ci.org/Atlantic18/DoctrineExtensions)
4-
[![Latest Stable Version](https://poser.pugx.org/Atlantic18/DoctrineExtensions/version)](https://packagist.org/packages/gedmo/doctrine-extensions)
4+
[![Latest Stable Version](https://poser.pugx.org/gedmo/doctrine-extensions/version)](https://packagist.org/packages/gedmo/doctrine-extensions)
5+
6+
[![Latest Stable Version](https://poser.pugx.org/phpunit/phpunit/version)](https://packagist.org/packages/phpunit/phpunit)
7+
8+
**Note:** extensions might not evolve more after **2.4.x** it will remain stable and backward compatible. Unless
9+
new interested maintainers will take over the development and continue with **3.x** versions onward.
510

611
**Note:** Extensions **2.4.x** are compatible with ORM and doctrine common library versions from **2.2.x** to **2.5.x**.
712
ORM 2.5.x versions require **PHP 5.4** or higher.

lib/Gedmo/DoctrineExtensions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ final class DoctrineExtensions
2323
/**
2424
* Current version of extensions
2525
*/
26-
const VERSION = 'v2.4.12';
26+
const VERSION = 'v2.4.26';
2727

2828
/**
2929
* Hooks all extensions metadata mapping drivers

0 commit comments

Comments
 (0)