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

[2.x] Resolving issues #61

Draft
wants to merge 9 commits into
base: master
Choose a base branch
from
Draft

Commits on Jan 29, 2024

  1. This commit resolves following issues

    - Remove `Data` class (#60)
    - Rename `allows` to `sanitize` (#59)
    - Virtual attributes, both for EditorPhp and Block (#57)
    - Replacing built-in sanitizer with `symfony/html-sanitizer` (#51)
    - Remove `$root` and `$model` from `EditorPhp`, which `$root` renamed to `$parent` (#42)
    
    Also lots of refactors and template adjustments.
    megasteve19 committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    35f4bcb View commit details
    Browse the repository at this point in the history
  2. Drop php 8.1

    megasteve19 committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    903e203 View commit details
    Browse the repository at this point in the history
  3. Fix styling

    megasteve19 authored and github-actions[bot] committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    d63dfc4 View commit details
    Browse the repository at this point in the history
  4. satisfy phpstan

    megasteve19 committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    c8f6a3b View commit details
    Browse the repository at this point in the history
  5. Fix styling

    megasteve19 authored and github-actions[bot] committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    4ccb8af View commit details
    Browse the repository at this point in the history
  6. Compiling Templates

    megasteve19 authored and github-actions[bot] committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    a95743b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    162dbda View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. bump versions

    megasteve19 committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    29d70c7 View commit details
    Browse the repository at this point in the history
  2. Fix styling

    megasteve19 authored and github-actions[bot] committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    df13dc7 View commit details
    Browse the repository at this point in the history