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

Fix BaseArrayHelper::htmlDecode() #19386

Merged
merged 8 commits into from
May 22, 2022
Merged

Commits on May 5, 2022

  1. Fix BaseArrayHelper::htmlDecode()

    Add missed second argument on recursive calling.
    WinterSilence committed May 5, 2022
    Configuration menu
    Copy the full SHA
    6fe5c2b View commit details
    Browse the repository at this point in the history

Commits on May 9, 2022

  1. Fix BaseArrayHelper::htmlDecode()

    `htmlspecialchars_decode()` flags must be same to `htmlspecialchars()` in `BaseArrayHelper::htmlEncode()`
    WinterSilence committed May 9, 2022
    Configuration menu
    Copy the full SHA
    4105378 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85f261e View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. Configuration menu
    Copy the full SHA
    ba13444 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    775cc70 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

  1. Configuration menu
    Copy the full SHA
    a3c8835 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    WinterSilence committed May 18, 2022
    Configuration menu
    Copy the full SHA
    317fe52 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2022

  1. test workflow fix

    WinterSilence committed May 21, 2022
    Configuration menu
    Copy the full SHA
    c080174 View commit details
    Browse the repository at this point in the history