Skip to content

Releases: yii2mod/yii2-link-preview

1.3 Release

22 Nov 16:03
Compare
Choose a tag to compare
  1. Added php-cs-fixer
  2. Fixed code style

1.2.1 Release

09 Nov 15:22
Compare
Choose a tag to compare

Changelog

1.2 Release

09 Nov 11:10
Compare
Choose a tag to compare
  1. Rename table from LinkPreview to link_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

18 Jul 17:39
Compare
Choose a tag to compare

Date: Monday, July 18, 2016

  1. Add tests
  2. Update composer.json

1.0.3 Release

19 May 16:41
Compare
Choose a tag to compare

Date: Thursday, May 19, 2016

  1. Update preview template for the video content

Example


Alt text

1.0.2 Release

19 May 14:08
Compare
Choose a tag to compare

Date: Thursday, May 19, 2016

  1. Updated the process of getting information about the page by adding the https://github.com/oscarotero/Embed package.
  2. 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

28 Dec 10:48
Compare
Choose a tag to compare
  • Add htmlPurifierSettings property to Crawler.

Initial release

28 Jul 07:23
Compare
Choose a tag to compare

Initial release