Releases: yii2mod/yii2-link-preview
Releases · yii2mod/yii2-link-preview
1.3 Release
- Added php-cs-fixer
- Fixed code style
1.2.1 Release
Changelog
- Fix d14df13
1.2 Release
- Rename table from
LinkPreview
tolink_preview
To apply this changes please execute the new migration by the following command:
$ php yii migrate --migrationPath=@vendor/yii2mod/yii2-link-preview/migrations
1.1 Release
Date: Monday, July 18, 2016
- Add tests
- Update composer.json
1.0.3 Release
1.0.2 Release
Date: Thursday, May 19, 2016
- Updated the process of getting information about the page by adding the https://github.com/oscarotero/Embed package.
- Add new
code
column to the LinkPreviewModel.
If you already use this package(older version), please create the new migration for add the code
column
$this->addColumn('{{%LinkPreview}}', 'code', $this->text()->after('image'));
1.0.1 Release
- Add
htmlPurifierSettings
property to Crawler.
Initial release
Initial release