Releases: opensoft/rollout
Releases · opensoft/rollout
2.3.0: Merge pull request #21 from localheinz/feature/matrix
Added support for custom feature data via #24
2.2.1: Merge pull request #18 from 4rthem/anonymous-group
Group eligibility for anonymous users
2.2.0: Merge pull request #16 from maxwellhealth/mongo-adapter
Added Mongo adapter
2.1.1: Merge pull request #14 from adlogix/readme/zend-module
Add ZF2 module reference in documentation
2.1.0: Merge pull request #13 from filipgolonka/master
Added support for driving behavior with request param flags.
See #13
2.0.1
Fix a syntax error with arrays in PHP 5.3
2.0.0
Tagging new build for the ability to remove a feature.
(BC Break) The StorageInterface
interface had a remove
function added to its definition. If you have your own implementation of this interface, you'll need to update your implementation to include this functionality.
1.0.4: Merge pull request #9 from shadowhand/feature/redis-adapter
Add Redis storage adapter
1.0.3: Merge pull request #8 from mattclements/patch-1
Fixed PDO SQL Error
1.0.1: Merge pull request #2 from ARAMISAUTO/fix-userisinpercentage
[fix] fix for Feature::isUserInPercentage() method