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

Using PHP functions and static class methods in expressions now also triggers a deprecation notice #880

Merged
merged 10 commits into from
Mar 18, 2024

Commits on Apr 25, 2023

  1. Using PHP functions in expressions now also triggers a deprecation no…

    …tice because we will drop support for this in the next major release
    
    Fixes #813
    wisskid committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    d0d1698 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b748d2 View commit details
    Browse the repository at this point in the history
  3. changelog update

    wisskid committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    29fbed4 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Configuration menu
    Copy the full SHA
    c3de6dc View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    59bbac5 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. 1 Configuration menu
    Copy the full SHA
    7d40a09 View commit details
    Browse the repository at this point in the history
  2. Configure PHPunit to convert deprecation errors to exceptions, but ig…

    …nore them in tests by default.
    wisskid committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    2e03a1c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c304af8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eadec6a View commit details
    Browse the repository at this point in the history
  5. Cleaned up the unit test

    wisskid committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    04c247e View commit details
    Browse the repository at this point in the history