Skip to content

Commit

Permalink
adjust readme
Browse files Browse the repository at this point in the history
  • Loading branch information
solverat committed Apr 3, 2024
1 parent b2f6ebd commit 8d672b7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@
[![PhpStan](https://img.shields.io/github/actions/workflow/status/dachcom-digital/pimcore-dynamic-search/.github/workflows/php-stan.yml?branch=master&style=flat-square&logo=github&label=phpstan%20level%204)](https://github.com/dachcom-digital/pimcore-dynamic-search/actions?query=workflow%3A"PHP+Stan"+branch%3Amaster)

### Release Plan
| Release | Supported Pimcore Versions | Supported Symfony Versions | Release Date | Maintained | Branch |
|---------|----------------------------|----------------------------|--------------|-----------------|---------------------------------------------------------------------------|
| **3.x** | `11.0` | `^6.2` | 28.09.2023 | Feature Branch | master |
| **2.x** | `10.0` - `10.6` | `^5.4` | 19.12.2021 | No | [2.x](https://github.com/dachcom-digital/pimcore-dynamic-search/tree/2.x) |
| **1.x** | `6.6` - `6.9` | `^4.4` | 18.04.2021 | No | [1.x](https://github.com/dachcom-digital/pimcore-dynamic-search/tree/1.x) |
| Release | Supported Pimcore Versions | Supported Symfony Versions | Release Date | Maintained | Branch |
|---------|----------------------------|----------------------------|--------------|----------------|---------------------------------------------------------------------------|
| **4.x** | `11.0` | `^6.2` | -- | Feature Branch | master |
| **3.x** | `11.0` | `^6.2` | 28.09.2023 | Bugfixes | [3.x](https://github.com/dachcom-digital/pimcore-dynamic-search/tree/3.x) |
| **2.x** | `10.0` - `10.6` | `^5.4` | 19.12.2021 | No | [2.x](https://github.com/dachcom-digital/pimcore-dynamic-search/tree/2.x) |
| **1.x** | `6.6` - `6.9` | `^4.4` | 18.04.2021 | No | [1.x](https://github.com/dachcom-digital/pimcore-dynamic-search/tree/1.x) |

## Introduction
The Dynamic Search Bundle allows you to redefine your search strategy.
Expand All @@ -34,7 +35,7 @@ There are several data- and index providers available:

```json
"require" : {
"dachcom-digital/dynamic-search" : "~3.0.0"
"dachcom-digital/dynamic-search" : "~4.0.0"
}
```

Expand All @@ -46,7 +47,7 @@ return [
```

- Execute: `$ bin/console pimcore:bundle:install DynamicSearchBundle`
- Execute: `$ bin/console messenger:setup-transports`
- Execute optionally: `$ bin/console messenger:setup-transports`

## Upgrading
- Execute: `$ bin/console doctrine:migrations:migrate --prefix 'DynamicSearchBundle\Migrations'`
Expand Down
Empty file added src/Migrations/.gitkeep
Empty file.

0 comments on commit 8d672b7

Please sign in to comment.