Changelog SEO Redirect CSV Importer 2

Version 1.0.16

Released the 2025-04-01

  • Feat Change the way router are loaded before default magento url rewrites. To be able to place custom router logic between Redirection Router and Magento Url Rewrite router.

Version 1.0.15

Released the 2025-03-31

  • Feat Add ability to return with any cms page with a 410 content removed http code header.

Version 1.0.14

Released the 2024-11-25

  • Feat Add dispatch event before base url checker to can modify $uri

Version 1.0.13

Released the 2024-09-06

  • Feat Add more data in template file

Version 1.0.12

Released the 2024-04-25

  • Fix change directory of creating file to fix error writable

    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