# Changelog
###### [v1.0.6](https://github.com/asinfotrack/yii2-toolbox/releases/tag/1.0.6)

- removed redundant added null check

###### [v1.0.5](https://github.com/asinfotrack/yii2-toolbox/releases/tag/1.0.5)

- removed redundant method call setDate in Timestamp

###### [v1.0.4](https://github.com/asinfotrack/yii2-toolbox/releases/tag/1.0.4)

- disabled libxml_use_internal_errors in DebugAction

###### [v1.0.3](https://github.com/asinfotrack/yii2-toolbox/releases/tag/1.0.3)

- fixed javascript erros in TabsWithMemory

###### [v1.0.2](https://github.com/asinfotrack/yii2-toolbox/releases/tag/1.0.2)

- added `$storageKey` to TabsWithMemory

###### [v1.0.1](https://github.com/asinfotrack/yii2-toolbox/releases/tag/1.0.1)

- fixed bug in Timestamp-Helper

###### [v1.0.0](https://github.com/asinfotrack/yii2-toolbox/releases/tag/1.0.0)

- refactored Timestamp-Helper (__BREAKING CHANGE!__)

###### [v0.8.13](https://github.com/asinfotrack/yii2-toolbox/releases/tag/0.8.13)

- bug fix tab memory js

###### [v0.8.12](https://github.com/asinfotrack/yii2-toolbox/releases/tag/0.8.12)

- bug fix tab memory with anchor

###### [v0.8.11](https://github.com/asinfotrack/yii2-toolbox/releases/tag/0.8.11)

- added option to change storage type

###### [v0.8.10](https://github.com/asinfotrack/yii2-toolbox/releases/tag/0.8.10)

- Adding icon component for centralized icon handling
- WATCH OUT: The [font awesome library](https://github.com/rmrevin/yii2-fontawesome) is now optional 
  and must be included manually in your project. It will then be used automatically if present.

###### [v0.8.9](https://github.com/asinfotrack/yii2-toolbox/releases/tag/0.8.9)

- Refactoring AdvancedAction column to reflect changes in the parent class during the last few yii2 releases

###### [v0.8.8](https://github.com/asinfotrack/yii2-toolbox/releases/tag/0.8.8)

- Reverted license description in `composer.json`
- Minor improvement of SimpleNav

###### [v0.8.7](https://github.com/asinfotrack/yii2-toolbox/releases/tag/0.8.7)

- Updated license
- Bugfix in archive behavior where already set archived value would be overwritten during insert
- Removed dependency from codeception as it is unneeded and bloats the extension

###### [v0.8.6](https://github.com/asinfotrack/yii2-toolbox/releases/tag/0.8.6)

- Bugfix with ArchiveBehavior where table-name was missing (lead to conflicts with relations)

###### [v0.8.5](https://github.com/asinfotrack/yii2-toolbox/releases/tag/0.8.5)

- General-dependency update
- Major cleanup
- Updated Gii-templates and generators

###### [v0.8.4](https://github.com/asinfotrack/yii2-toolbox/releases/tag/0.8.4)

- Video-widget added

###### [v0.8.3](https://github.com/asinfotrack/yii2-toolbox/releases/tag/0.8.3)

- General-dependency update and adding image-functionality

###### [v0.8.2](https://github.com/asinfotrack/yii2-toolbox/releases/tag/0.8.2)

- Resolved compatibility issue of `AdvancedActionColumn` when template was specified as a callback with Yii 2.0.11

###### [v0.8.1](https://github.com/asinfotrack/yii2-toolbox/releases/tag/0.8.1)

- Geocoding helper added
- Query helper added
- Url helper extended with `isInIpRange()`-method

###### [v0.8.0](https://github.com/asinfotrack/yii2-toolbox/releases/tag/0.8.0)

- first stable release
