Skip to content

Releases: yii2mod/yii2-settings

2.5 Release

20 Aug 19:40
a336b5a

Choose a tag to compare

  1. Upgrade phpunit version
  2. Added getAllBySection method, usage example:
// Get's all values in the specific section.
$settings->getAllBySection('section');

2.4 Release

15 Jan 14:48
e121515

Choose a tag to compare

  1. Added es language
  2. Update tests

2.3 Release

14 Oct 20:54

Choose a tag to compare

  1. Added scrutinizer
  2. Added zh-TW and zh-CN languages

2.2.1 Release

14 Apr 05:48

Choose a tag to compare

  1. Rename date columns #12

You need to execute the new migration

$ php yii migrate --migrationPath=@vendor/yii2mod/yii2-settings/migrations

2.2 Release

23 Mar 11:03

Choose a tag to compare

  1. Add description column to SettingModel
  2. Update TestCase for phpunit 6 version
  3. 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

13 Mar 10:23

Choose a tag to compare

  1. Enh - Added prepareModel property to SettingsAction
  2. Add tests
  3. Update Readme

2.0 Release

16 Feb 22:02

Choose a tag to compare

  1. Enh #6 - Added Settings action for manage custom settings forms

1.10.3 Release

16 Jan 06:29

Choose a tag to compare

  1. Updated php-cs-fixer version.

1.10.2 Release

22 Nov 16:05

Choose a tag to compare

  1. Added php-cs-fixer
  2. Fixed code style

1.10.1 Release

11 Nov 08:49

Choose a tag to compare

Changelog