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

[FEATURE] Compatibility with TYPO3 CMS 12 #7

Merged
merged 8 commits into from
Jun 27, 2024

Commits on May 19, 2023

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

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    f35417e View commit details
    Browse the repository at this point in the history
  2. [BUGFIX] Compatibility with TYPO3 CMS 12

    * always return response in controller
    * remove incompatible view helper
    * add merge view helper
    * adjust pagination partial to use new merge view helper
    * adjust plugin registration
    * add `Services.yaml`
    * use correct variable in result partial
    * remove support for older TYPO3 versions
    * update branch alias for main to be 3.0.x
    thommyhh committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    c3c2f75 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. [BUGFIX] sanitize searchString to prevent XSS attacks.

    Max Frerichs committed May 21, 2024
    Configuration menu
    Copy the full SHA
    bbb4aba View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9 from maxfrerichs/bugfix/fix-xss-vulnerability

    [BUGFIX] sanitize searchString to prevent XSS attacks.
    thommyhh committed May 21, 2024
    Configuration menu
    Copy the full SHA
    4e63ca2 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. [BUGFIX] Avoid PHP warning in PHP 8.x

    * use null coalescing operator, where necessary to avoid undefined array key warnings
    thommyhh committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    29faf2f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d760fbb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3e5f4f View commit details
    Browse the repository at this point in the history