Releases: yii2mod/yii2-settings
Releases · yii2mod/yii2-settings
2.5 Release
- Upgrade phpunit version
- Added
getAllBySection
method, usage example:
// Get's all values in the specific section.
$settings->getAllBySection('section');
2.4 Release
- Added
es
language - Update tests
2.3 Release
- Added scrutinizer
- Added
zh-TW
andzh-CN
languages
2.2.1 Release
- Rename date columns #12
You need to execute the new migration
$ php yii migrate --migrationPath=@vendor/yii2mod/yii2-settings/migrations
2.2 Release
- Add
description
column to SettingModel - Update TestCase for phpunit 6 version
- Update travis.yml config
You need to execute the new migration for description column:
$ php yii migrate --migrationPath=@vendor/yii2mod/yii2-settings/migrations
2.1 Release
- Enh - Added
prepareModel
property toSettingsAction
- Add tests
- Update Readme
2.0 Release
- Enh #6 - Added Settings action for manage custom settings forms
1.10.3 Release
- Updated php-cs-fixer version.
1.10.2 Release
- Added php-cs-fixer
- Fixed code style
1.10.1 Release
Changelog
- Fix ef8d752