Skip to content

Commit

Permalink
chore(release): 4.16.2 [skip ci]
Browse files Browse the repository at this point in the history
## [4.16.2](v4.16.1...v4.16.2) (2022-09-20)

### Bug Fixes

* semantic release ([ezyang#339](https://github.com/bytestream/htmlpurifier/issues/339)) ([6dc0163](6dc0163))
  • Loading branch information
semantic-release-bot committed Sep 20, 2022
1 parent 2d0bb7a commit e3ce541
Show file tree
Hide file tree
Showing 7 changed files with 22,680 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ PROJECT_NAME = HTMLPurifier
# This could be handy for archiving the generated documentation or
# if some version control system is used.

PROJECT_NUMBER = 4.16.1
PROJECT_NUMBER = 4.16.2

# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
Expand Down
7 changes: 7 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [4.16.2](https://github.com/bytestream/htmlpurifier/compare/v4.16.1...v4.16.2) (2022-09-20)


### Bug Fixes

* semantic release ([#339](https://github.com/bytestream/htmlpurifier/issues/339)) ([6dc0163](https://github.com/bytestream/htmlpurifier/commit/6dc0163ba0a89ed29ae3d54738bc23403c6c14a0))

## [4.16.1](https://github.com/bytestream/htmlpurifier/compare/v4.16.0...v4.16.1) (2022-09-18)


Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.16.1
4.16.2
2 changes: 1 addition & 1 deletion library/HTMLPurifier.includes.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* primary concern and you are using an opcode cache. PLEASE DO NOT EDIT THIS
* FILE, changes will be overwritten the next time the script is run.
*
* @version 4.16.1
* @version 4.16.2
*
* @warning
* You must *not* include any other HTML Purifier files before this file,
Expand Down
6 changes: 3 additions & 3 deletions library/HTMLPurifier.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/

/*
HTML Purifier 4.16.1 - Standards Compliant HTML Filtering
HTML Purifier 4.16.2 - Standards Compliant HTML Filtering
Copyright (C) 2006-2008 Edward Z. Yang
This library is free software; you can redistribute it and/or
Expand Down Expand Up @@ -58,12 +58,12 @@ class HTMLPurifier
* Version of HTML Purifier.
* @type string
*/
public $version = '4.16.1';
public $version = '4.16.2';

/**
* Constant with version of HTML Purifier.
*/
const VERSION = '4.16.1';
const VERSION = '4.16.2';

/**
* Global configuration object.
Expand Down

0 comments on commit e3ce541

Please sign in to comment.