Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrico committed Jul 25, 2024
2 parents 87f9fbd + ddf314c commit 8c8456a
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,10 @@

## Documentation

Documentation can be found in [readme.txt](readme.txt).

## Requirements

* WordPress >= 4.6.
* PHP 8.0 or higher.
1. [Intro](./docs/01-intro.md)
2. [Hooks](./docs/02-hooks.md)
3. [Collectors](./docs/03-collectors.md)
4. [FAQ](./docs/99-faq.md)

## How to start development

Expand All @@ -27,11 +25,9 @@ This plugin does not include build assets and PHP-dependencies. Therefore, after
**With Yarn:**

```shell
yarn install && yarn build:dev
yarn install && yarn build
```

For more information, please refer to the [Symfony Encore docs](https://symfony.com/doc/current/frontend.html#webpack-encore)

## Testing & Quality

To run all tests you've to install composer dev-dependencies first.
Expand All @@ -48,8 +44,6 @@ vendor/bin/phpcs
vendor/bin/phpunit
```

This repository automatically generates a CodeCoverage-report into the `tmp/`-folder, which will not be committed.

## How to create a release

To create a release go to the `<target>-built` branch and create the tag and the release.
Expand Down

0 comments on commit 8c8456a

Please sign in to comment.