SEO - Redirect CSV Importer for Magento 2

Changelog SEO Redirect CSV Importer 2

Version 1.0.11

Released the 2024-01-30

  • Fix domain regex to exclude .html detection as domain name in \Blackbird\Redirection\Controller\RedirectionRouter.

Version 1.0.10

Released the 2024-01-23

  • Fix error on csv upload "source" key was not defined line 315 in \Blackbird\Redirection\Controller\Adminhtml\Redirection\FileUpload .

Version 1.0.9

Released the 2024-01-22

  • Feat add ability to redirect urls from external hosts. Like blog.example.test/my-url can be redirected to your domain example.test/blog/my-great-url
  • Perf add new indexes to increase query performance.

Version 1.0.8

Released the 2022-07-07

  • Fix error for php <= 7.4 : syntax error in Model/ResourceModel/Redirection.php and Model/ResourceModel/File.php

Version 1.0.7

Released the 2022-07-06

  • Added compatibility to php 8.1
  • Added requirement to blackbird/extensions-core
  • Fix Mass store action is now correctly redirecting to the grid.
  • Refactor Replacing deprecated Action classes.
  • Removed deprecated InstallSchema
  • Removed unused class

Version 1.0.6

Released the 2021-02-16

  • Fixed error on import when client is uploading a csv from windows

Version 1.0.5

Released the 2021-02-15

  • first released version