1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84
|
1.3.5 - Nov 9, 2018
Fix deprecation for Symfony 4.2+
Fix build errors on some PHP versions
1.3.4 - Nov 8, 2018
Support PHPUnit 5, 6 and 7 (@carusogabriel)
Don't include tests and tooling config in distributions (@willemstuursma)
Update documentation (@SenseException, @jwage)
Add PHP 7.2 to travis (@andreybolonin)
1.3.3 - Mar 26, 2018
Drop support for outdated Symfony versions
Make tests pass on Symfony 4
Test against PHP 7.2 on travis
1.3.2 - Mar 26, 2018
Manually register commands to fix deprecation warning
1.3.1 - Mar 26, 2018
Allow predis configuration
Fix link to docs
Allow using persistent Redis connections
Fix usage docs
Use cache.prefix.seed parameter when available
Removed 1kernel.debug1 from cache namespace seed
Allow Symfony 4.0
Allow using namespace for custom providers
1.3.0 - Jan 26, 2016
Added apcu driver
Added predis driver
Fixed mangling issue with memcache driver
Reorganized documentation
Added persistent id to memcache driver
1.2.2 - Nov 27, 2015
Made Symfony Security ACL an optional dependency
1.2.1 - Nov 5, 2015
Relaxed Symfony requirements allowing old installs
1.2.0 - Nov 4, 2015
Fixes #47
1.0.1 - Nov 28, 2014
1.0.1 BETA 1 - Nov 28, 2014
1.0.0 - Mar 4, 2014
Move ACL service definition from static XML to be dynamic on Extension
1.0 Beta 2 - Mar 4, 2014
Fixed broken ACL Cache service creation.
1.0.0
Move ACL service definition from static XML to be dynamic on Extension
1.0 beta - Mar 4, 2014
Use TRAVIS_PHP_VERSION to detect HHVM
|