Skip to content

Commit addbc92

Browse files
author
Florian Eckerstorfer
committed
Update README for v0.4 release
1 parent 687c1ce commit addbc92

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,10 @@ functional tests instead of the translated text.
156156
Change Log
157157
----------
158158

159+
### Version 0.4 (6 February 2015)
160+
161+
- Add compatibility with Symfony 2.6
162+
159163
### Version 0.3.3 (6 February 2015)
160164

161165
- Update to `composer.json` to reflect that the `0.3` branch is not compatible with Symfony 2.6.
@@ -180,7 +184,7 @@ License
180184

181185
### The MIT License (MIT)
182186

183-
Copyright (c) 2012-2014 Florian Eckerstorfer
187+
Copyright (c) 2012-2015 Florian Eckerstorfer
184188

185189
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
186190
documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Test/WebTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* This file is part of BraincraftedTestingBundle.
44
*
5-
* (c) 2012-2013 Florian Eckerstorfer
5+
* (c) 2012-2015 Florian Eckerstorfer
66
*/
77

88
namespace Braincrafted\Bundle\TestingBundle\Test;

Translator/NoTranslator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* This file is part of BraincraftedTestingBundle.
44
*
5-
* (c) 2013 Florian Eckerstorfer <[email protected]>
5+
* (c) 2013-2015 Florian Eckerstorfer <[email protected]>
66
*/
77

88
namespace Braincrafted\Bundle\TestingBundle\Translator;

0 commit comments

Comments
 (0)