From cb93ab26606d40cdd32a805f3ded329a45128cc3 Mon Sep 17 00:00:00 2001 From: Yuriy Bakhtin Date: Wed, 26 Jun 2024 16:43:55 +0200 Subject: [PATCH] Use PHP CS Fixer --- .github/workflows/php-cs-fixer.yml | 7 +++++++ docs/CHANGELOG.md | 4 ++++ module.json | 2 +- 3 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/php-cs-fixer.yml diff --git a/.github/workflows/php-cs-fixer.yml b/.github/workflows/php-cs-fixer.yml new file mode 100644 index 00000000..2144827b --- /dev/null +++ b/.github/workflows/php-cs-fixer.yml @@ -0,0 +1,7 @@ +name: PHP CS Fixer + +on: push + +jobs: + tests: + uses: humhub/actions/.github/workflows/module-php-cs-fixer.yml@main diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 6777f6a5..b2289080 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,6 +1,10 @@ Changelog ========= +1.5.13 (Unreleased) +---------------------- +- Enh #489: Use PHP CS Fixer + 1.5.12 (June 25, 2024) ---------------------- - Fix #487: Base event notification broken diff --git a/module.json b/module.json index a2cf6f05..7a1d0d8e 100644 --- a/module.json +++ b/module.json @@ -3,7 +3,7 @@ "name": "Calendar", "description": "Create one-time or recurring events, invite and manage attendees, and keep track of all your events with the Calendar module.", "keywords": ["calendar"], - "version": "1.5.12", + "version": "1.5.13", "humhub": { "minVersion": "1.14" },