diff --git a/composer.json b/composer.json index 9e7c2be..29d0693 100644 --- a/composer.json +++ b/composer.json @@ -42,10 +42,16 @@ "d3/oxid-sql-logger": "^1.2.2", "splitbrain/php-cli": "^1.2.0" }, + "require-dev": { + "phpstan/phpstan": "^1.8" + }, "autoload": { "psr-4": { "D3\\Extsearch\\": "../../../source/modules/d3/extsearch" } }, - "bin": ["src/bin/d3_extsearch_cron"] + "bin": ["src/bin/d3_extsearch_cron"], + "scripts": { + "phpstan": "./vendor/bin/phpstan --configuration=./vendor/d3/extsearch/phpstan.neon" + } } diff --git a/docs/daux/changelog/010_Changelog.md b/docs/daux/changelog/010_Changelog.md index b75ce96..85d9d53 100644 --- a/docs/daux/changelog/010_Changelog.md +++ b/docs/daux/changelog/010_Changelog.md @@ -8,7 +8,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased](https://git.d3data.de/D3Private/Extsearch/compare/7.1.6.3...rel_7.x) +## [Unreleased](https://git.d3data.de/D3Private/Extsearch/compare/7.1.7.0...rel_7.x) + +## [7.1.7.0](https://git.d3data.de/D3Private/Extsearch/compare/7.1.6.3...7.1.7.0) - 2025-04-14 +### Fixed +- Herstellerfilter bezieht seine Einträge auch aus kategorienamenbasierten Treffern +### Added +- Worttrenner könner geändert oder ergänzt werden +- alternative Sortierung für phonetische Treffer eingefügt ## [7.1.6.3](https://git.d3data.de/D3Private/Extsearch/compare/7.1.6.2...7.1.6.3) - 2023-12-13 ### Fixed diff --git a/docs/daux/config.json b/docs/daux/config.json index c4a8420..d8f8bac 100644 --- a/docs/daux/config.json +++ b/docs/daux/config.json @@ -1,9 +1,9 @@ { "title": " erweiterte Suche", - "moduleversion": "7.1.6.3", + "moduleversion": "7.1.7.0", "titledesc": "für den Oxid eShop", "author": "D³ Data Development", - "moduledate": "13.12.2023", + "moduledate": "14.04.2025", "editors": "", "tagline": "", "image": "", diff --git a/docs/daux/installation/010_Anforderungen/010_Systemanforderungen.md b/docs/daux/installation/010_Anforderungen/010_Systemanforderungen.md index 32199ee..086426e 100644 --- a/docs/daux/installation/010_Anforderungen/010_Systemanforderungen.md +++ b/docs/daux/installation/010_Anforderungen/010_Systemanforderungen.md @@ -3,7 +3,7 @@ title: Systemanforderungen --- * PHP Version - * 7.3.x bis 8.1.x + * 7.3 bis 8.x * PHP Decoder * installierter ionCube Loader (PHP bis 7.4) *oder* * installierter SourceGuardian Loader (PHP ab 8.0) diff --git a/docs/html/changelog/Changelog.html b/docs/html/changelog/Changelog.html index e90f595..5ad181d 100644 --- a/docs/html/changelog/Changelog.html +++ b/docs/html/changelog/Changelog.html @@ -72,7 +72,7 @@
@@ -80,14 +80,24 @@

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

-

Unreleased

-

7.1.6.3 - 2023-12-13

+

Unreleased

+

7.1.7.0 - 2025-04-14

Fixed

+

Added

+ +

7.1.6.3 - 2023-12-13

+

Fixed

+

7.1.6.2 - 2023-11-30

-

Added

+

Added