Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ezyang/htmlpurifier
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.18.0
Choose a base ref
...
head repository: ezyang/htmlpurifier
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.19.0
Choose a head ref
  • 16 commits
  • 98 files changed
  • 14 contributors

Commits on Nov 10, 2024

  1. chore: Disable 8.4 CI (#426)

    ezyang authored Nov 10, 2024
    Configuration menu
    Copy the full SHA
    f16ace7 View commit details
    Browse the repository at this point in the history
  2. feat: Add option for safe iframe hosts using array lookup (#423)

    Co-authored-by: Edward Z. Yang <ezyang@meta.com>
    elirenato and ezyang authored Nov 10, 2024
    Configuration menu
    Copy the full SHA
    b5cbf0c View commit details
    Browse the repository at this point in the history
  3. refactor: #414 remove method substrCount (#415)

    Co-authored-by: Edward Z. Yang <ezyang@meta.com>
    kitrio and ezyang authored Nov 10, 2024
    Configuration menu
    Copy the full SHA
    d515007 View commit details
    Browse the repository at this point in the history
  4. fix: Deprecated: preg_replace(): Passing null to parameter #3 ($subje…

    …ct) o… (#421)
    
    Co-authored-by: Edward Z. Yang <ezyang@meta.com>
    nikkii94 and ezyang authored Nov 10, 2024
    Configuration menu
    Copy the full SHA
    5d154a2 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

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

Commits on Dec 11, 2024

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

Commits on Jan 10, 2025

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

Commits on Jan 14, 2025

  1. fix: non-substantive typos (#434)

    Co-authored-by: Viktor Szépe <viktor@szepe.net>
    Co-authored-by: Edward Z. Yang <ezyang@mit.edu>
    3 people authored Jan 14, 2025
    Configuration menu
    Copy the full SHA
    c2bc354 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2025

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

Commits on Jun 6, 2025

  1. Configuration menu
    Copy the full SHA
    bdabc9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    127ee2f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    77ebd08 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    418eeb7 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2025

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

Commits on Jul 22, 2025

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

Commits on Oct 17, 2025

  1. chore(release): 4.19.0 [skip ci]

    # [4.19.0](v4.18.0...v4.19.0) (2025-10-17)
    
    ### Bug Fixes
    
    * add warning for misleading option ([#433](#433)) ([b21a591](b21a591))
    * catastrophic backtracking in Core.AggressivelyFixLt ([#440](#440)) ([418eeb7](418eeb7))
    * Deprecated: preg_replace(): Passing null to parameter [#3](#3) ($subject) o… ([#421](#421)) ([5d154a2](5d154a2))
    * non-substantive typos ([#434](#434)) ([c2bc354](c2bc354))
    
    ### Features
    
    * Add CSS direction support ([#429](#429)) ([63e631e](63e631e))
    * Add option for safe iframe hosts using array lookup ([#423](#423)) ([b5cbf0c](b5cbf0c))
    * Allow more image widths by default ([#430](#430)) ([00a0748](00a0748))
    * Define option URI.AllowedSymbols ([#447](#447)) ([77ebd08](77ebd08))
    * PHP 8.4 support ([#441](#441)) ([ff005f6](ff005f6))
    * Support PHP 8.5 versions ([#453](#453)) ([1eb05d9](1eb05d9))
    semantic-release-bot committed Oct 17, 2025
    Configuration menu
    Copy the full SHA
    b287d2a View commit details
    Browse the repository at this point in the history
Loading