SEO - Page Title and Metadata CSV Importer pour Magento 2

Changelog SEO Page Title and Metadata CSV Importer 2

Version 1.0.14

Released the 2023-01-12

  • Fix undefined index: params in ../Ui/Component/Listing/Column/Params
  • Fix Metadata for urls path ending with a / were not interpreted ex: "women/".
  • Fix Remove index.php from saved path if urls begins with it. ex : "index.php/women/" will be saved as "women/". As index.php in the beginning of a path will never be caught for metadata appliance.

Version 1.0.13

Released the 2022-07-08

  • Fix str_pos with empty needle.

Version 1.0.12

Released the 2022-07-07

  • Fix str_pos with empty needle.

Version 1.0.11

Released the 2022-07-06

  • Fix Mass store action is now correctly redirecting to the grid.
  • Refactor Replacing deprecated Action classes.

Version 1.0.10

Released the 2022-07-06

  • Improved Now url with store prefixes are now working for both url with, or without the prefix. Useful for url applied to all stores.

Version 1.0.9

Released the 2022-07-06

  • Added compatibility to php 8.1
  • Added requirement to blackbird/extensions-core
  • Fixed module is now working with url beginning with "index.php/..."
  • Removed Deprecated InstallSchema

Version 1.0.8

Released the 2021-02-16

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

Version 1.0.7

Released the 2021-02-15

  • first released version