Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V5 #10

Merged
merged 4 commits into from
Dec 1, 2024
Merged

V5 #10

merged 4 commits into from
Dec 1, 2024

Conversation

bnomei
Copy link
Owner

@bnomei bnomei commented Dec 1, 2024

No description provided.

Signed-off-by: bnomei <[email protected]>
Signed-off-by: Bruno Meilick <[email protected]>
Signed-off-by: Bruno Meilick <[email protected]>
Copy link

what-the-diff bot commented Dec 1, 2024

PR Summary

  • Updated Git File Permissions
    The .gitattributes file permissions have been changed to make it non-executable to improve the security setup.

  • Deleted Non-Essential YML File
    The unnecessary .github/FUNDING.yml file has been removed, further cleaning up the codebase.

  • Enhanced GitHub Actions Workflow
    The workflow has been refined in pest-tests.yml to allow manual triggering, along with specifying clearer paths for PHP files and composer.lock on push and pull request events.

  • Refined Composer Commands
    The existing composer installation command has been modified to specifically call 'kirby'. Additionally, the command for code coverage in pest-tests.yml and phpstan.yml has been updated for accuracy.

  • Readme Updates
    The badges in the README have been updated for the latest Kirby and PHP versions. A new badge to support the project with coffee has been added. Furthermore, the section on commercial usage has been removed.

  • Enhancements to 'Icon' Enum
    New cases have been added to the Icon enum in classes/Blueprints/Schema/Icon.php.

  • Upgraded Composer Version
    The composer version in composer.json has been updated from 4.5.0 to 5.0.0.

  • Updated Dependency Requirement
    The dependency requirement for Kirby CMS in composer.json has been adjusted to <5.0.

  • Code Clean Up
    Nonessential test files tests/Pest.php, tests/TestCase.php, tests/bootstrap.php, and tests/patch.php have been removed as part of a codebase cleanup.

  • Secured Method Calls
    A type-safe call using the null-safe operator has replaced an instance of method_exists in index.php.

  • Improved Static Analysis
    The config file phpstan.neon.dist has been updated to ignore additional errors, thereby enhancing the analysis by PHPStan.

@bnomei bnomei merged commit 0763f4d into main Dec 1, 2024
1 check passed
@bnomei bnomei deleted the v5 branch December 1, 2024 17:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant