ezyang / htmlpurifier

Standards compliant HTML filter written in PHP
http://htmlpurifier.org
GNU Lesser General Public License v2.1
3.03k stars 323 forks source link

Versioning #342

Closed Gazoo closed 1 year ago

Gazoo commented 1 year ago

I'm just a bit confused about the versioning. When I download the v4.16.0 tag all the code still references 4.15?

https://github.com/ezyang/htmlpurifier/blob/master/library/HTMLPurifier.php#L61

Is this just a matter of forgetting to update the code or is there a reason for this?

bytestream commented 1 year ago

v4.16.0 is the same as v4.15.0. The release method changed and a bug meant that the versions specified in the code wasn't updated.

Gazoo commented 1 year ago

@bytestream Thanks for clearing things up for me :)