Skip to content

Commit

Permalink
Merge branch 'release/3.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
sander-beenen committed Nov 30, 2023
2 parents b3b2f6c + ea5ed5b commit 79723b7
Show file tree
Hide file tree
Showing 381 changed files with 48 additions and 32,436 deletions.
9 changes: 9 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#
# Exclude files from exporting
#

/.gitattributes export-ignore
/.github export-ignore
/.gitignore export-ignore
/tests export-ignore
/phpunit.xml export-ignore
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [ 8.0, 7.4, 7.3, 7.2, 7.1 ]
php: [ 8.0, 8.1, 8.2 ]
stability: [ prefer-lowest, prefer-stable ]

name: PHP ${{ matrix.php }} - ${{ matrix.stability }}
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.idea
28 changes: 25 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,26 @@
# 2.0.0
# Changelog
All notable changes to this project will be documented in this file.

- Updated HTMLPurifier library to version 4.13.0
- Minimal PHP requirement is now 7.1.3
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

# [3.0.0] - 2023-11-30

- Replace included library code with `ezyang/htmlpurifier` (`^4.16`) composer package.

# [2.0.1] - 2020-05-28

- Update dependencies.

# [2.0.0] - 2020-08-18

- Updated HTMLPurifier library to version 4.13.0.
- Minimal PHP requirement is now 7.1.3.

# [1.0.1] - 2018-10-26

- Modify LICENCE and composer.json contents.

# [1.0.0] - 2018-07-18

- Initial version.
2 changes: 0 additions & 2 deletions Plugin.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

/** @noinspection PhpMissingParentCallCommonInspection */

declare(strict_types=1);

namespace Vdlp\HtmlPurifier;
Expand Down
16 changes: 7 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,13 @@
}
],
"require": {
"php": "^7.1||^8.0",
"composer/installers": "^1.0"
"php": "^8.0.2",
"composer/installers": "^1.0 || ^2.0",
"ezyang/htmlpurifier": "^4.16"
},
"autoload": {
"psr-0": {
"HTMLPurifier": "library/"
},
"files": [
"library/HTMLPurifier.composer.php"
]
"config": {
"allow-plugins": {
"composer/installers": true
}
}
}
11 changes: 0 additions & 11 deletions library/HTMLPurifier.auto.php

This file was deleted.

15 changes: 0 additions & 15 deletions library/HTMLPurifier.autoload-legacy.php

This file was deleted.

24 changes: 0 additions & 24 deletions library/HTMLPurifier.autoload.php

This file was deleted.

4 changes: 0 additions & 4 deletions library/HTMLPurifier.composer.php

This file was deleted.

25 changes: 0 additions & 25 deletions library/HTMLPurifier.func.php

This file was deleted.

Loading

0 comments on commit 79723b7

Please sign in to comment.