Skip to content

Release 0.6.0 (2024-12-27)

Latest
Compare
Choose a tag to compare
@alexander-schranz alexander-schranz released this 27 Dec 12:45
· 1 commit to 0.6 since this release
a3101ae

Full Changelog | Which Search Engines do you use and why? | Are you working with SEAL? Let me know!

Introduce New Logo 🎉

I'm happy to announce in this release the new Logo for SEAL
created by Meine Wilma


SEAL Logo with an abstract seal sitting on a telescope.

Introduce PHP CMS-IG 🏗️

What did begin as the schranz-search project, a research around different search engines. Goes forward as a cooperation between different Content Management System. SEAL – The Search Engine Absraction Layer for PHP is now under the PHP-CMSIG organisation, read more about the organisation here. We moved also to a new namespace to represent this new organisation and cooperation.

To upgrade use search and replace also have a look at the .examples changes to better understand the upgrade.

  • Package names:

    • schranz-search/seal -> cmsig/seal
    • schranz-search/seal-...-adapter -> cmsig/seal-...-adapter
    • schranz-search/laravel-package -> cmsig/seal-laravel-package
    • schranz-search/mezzio-module -> cmsig/seal-mezzio-module
    • schranz-search/spiral-bridge -> cmsig/seal-spiral-bridge
    • schranz-search/yii-module -> cmsig/seal-yii-module
    • schranz-search/symfony-bundle -> cmsig/seal-symfony-bundle
  • Namespaces:

    • Schranz\Search\SEAL -> CmsIg\Seal\
    • Schranz\Search\Integration -> CmsIg\Seal\Integration
  • Config Files:

    • schranz_search.* -> cmsig_seal.*
  • Config, Service names, Tagged Services:

    • schranz_search.* -> cmsig_seal.*
  • Commands:

    • schranz:search:* -> cmsig:seal:*
  • Spiral Integration Changes:

    • SearchBootloader -> SealBootloader
    • SearchConfig -> SealConfig
    • seal.php -> cmsig_seal.php

BC Breaks

Changes