Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
rimi-itk committed Nov 11, 2024
2 parents 77297a0 + c9fe6ab commit eff3beb
Show file tree
Hide file tree
Showing 107 changed files with 2,840 additions and 1,667 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Setup PHP, with composer and extensions
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
php-version: 8.3
extensions: ctype, dom, iconv, json, zip, gd, soap
coverage: none
tools: composer:v2
Expand All @@ -60,6 +60,10 @@ jobs:
- name: Validate composer files
run: |
composer validate composer.json
- name: Check composer file is normalized
run: |
composer install --no-interaction --no-progress
composer normalize composer.json --dry-run
coding-standards-phpcs:
name: PHP - Check Coding Standards
Expand All @@ -69,7 +73,7 @@ jobs:
- name: Setup PHP, with composer and extensions
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
php-version: 8.3
extensions: ctype, dom, iconv, json, zip, gd, soap
coverage: none
tools: composer:v2
Expand Down Expand Up @@ -100,7 +104,7 @@ jobs:
- name: Setup PHP, with composer and extensions
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
php-version: 8.3
extensions: ctype, dom, iconv, json, zip, gd, soap
coverage: none
tools: composer:v2
Expand Down Expand Up @@ -146,7 +150,7 @@ jobs:
- name: Setup PHP, with composer and extensions
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
php-version: 8.3
extensions: ctype, dom, iconv, json, zip, gd, soap
coverage: none
tools: composer:v2
Expand Down
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@ Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [4.6.0] - 2024-11-11

* [PR-422](https://github.com/itk-dev/hoeringsportal/pull/422)
Implement feedback on delete hearing tickets feature.
* [PR-421](https://github.com/itk-dev/hoeringsportal/pull/421)
Security updates
* [PR-420](https://github.com/itk-dev/hoeringsportal/pull/420)
1606: Made supporter name optional
* [PR-419](https://github.com/itk-dev/hoeringsportal/pull/419)
Added Drush command to delete hearing replies
* [PR-418](https://github.com/itk-dev/hoeringsportal/pull/418)
Add message when hearing replies are deleted
* [PR-417](https://github.com/itk-dev/hoeringsportal/pull/417)
Added more test setup stuff

## [4.5.1] - 2024-09-06

* [PR-416](https://github.com/itk-dev/hoeringsportal/pull/416)
Expand Down Expand Up @@ -240,7 +255,8 @@ Updated drupal core 8.6.16

Initial release

[Unreleased]: https://github.com/itk-dev/hoeringsportal/compare/4.5.1...HEAD
[Unreleased]: https://github.com/itk-dev/hoeringsportal/compare/4.6.0...HEAD
[4.6.0]: https://github.com/itk-dev/hoeringsportal/compare/4.5.1...4.6.0
[4.5.1]: https://github.com/itk-dev/hoeringsportal/compare/4.5.0...4.5.1
[4.5.0]: https://github.com/itk-dev/hoeringsportal/compare/4.4.1...4.5.0
[4.4.1]: https://github.com/itk-dev/hoeringsportal/compare/4.4.0...4.4.1
Expand Down
Loading

0 comments on commit eff3beb

Please sign in to comment.