Skip to content
New issue

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

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

Already on GitHub? # to your account

Add PHP 8.2 support to main branch, drop 8.0 support #8264

Merged
merged 5 commits into from
Dec 13, 2022
Merged

Commits on Dec 13, 2022

  1. Fix PHP 8.2 support

    Update packages that were failing `composer install`,
    fix deprecated dynamic property setting in NDB_Page
    by only setting $cls->menu after checking if it exists.
    (It exists on NDB_Menu subclasses but not all NDB_Pages)
    driusan committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    0f837f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4214dd4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48cb0a3 View commit details
    Browse the repository at this point in the history
  4. Update docs too

    driusan committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    ad623ec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    97e014e View commit details
    Browse the repository at this point in the history