diff --git a/CHANGELOG.md b/CHANGELOG.md index 2769f8af..1f486555 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## Unreleased -## [pagination-query-string-filter] -### Fixed -- Changed pagination query_string filter to `filter_var( $_SERVER['QUERY_STRING'], FILTER_SANITIZE_URL );`. `htmlspecialchars()` caused a problem with `&` characters and pagination partials. - ## Released ## [1.36.5] - 2023-03-08 diff --git a/dustpress.php b/dustpress.php index 7f32e4dc..11681573 100644 --- a/dustpress.php +++ b/dustpress.php @@ -6,7 +6,7 @@ Author: Miika Arponen & Ville Siltala / Geniem Oy Author URI: http://www.geniem.com License: GPLv3 -Version: 1.36.3 +Version: 1.36.5 */ final class DustPress {