From c095419e95df356bb2b79fd05aa30d97e176f645 Mon Sep 17 00:00:00 2001 From: Justin Hayes Date: Fri, 4 Oct 2024 13:58:46 -0400 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 8 +------- bridge-directory/README.txt | 1 - 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2823d6..0d9d8e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ### Added -- **Readme.txt Compliance**: Updated the `readme.txt` file to comply with WordPress Plugin Directory requirements. Added missing sections including `Requires PHP` field, `Frequently Asked Questions`, `Changelog`, `Upgrade Notice`, and `Screenshots`. +- **Readme.txt Compliance**: Updated the `readme.txt` file to comply with WordPress Plugin Directory requirements. Added missing sections including `Requires PHP` field, `Frequently Asked Questions`, and `Changelog`. ### Fixed @@ -10,12 +10,6 @@ - **Settings Sanitization**: Updated the `Settings_Page` class to allow spaces and dashes in the advanced query parameters. Modified the `sanitize_query` method to permit valid special characters, ensuring that user input is not unnecessarily stripped. -### Changed - -- **Advanced Query Handling**: Improved processing of advanced query parameters in the `API_Client` to handle special characters correctly. Enhanced the method of parsing and rebuilding the query string to ensure parameters are properly URL-encoded and conflicting parameters are removed. - -- **Integration of Readme Content**: Merged content from `README.md` into `readme.txt` to ensure consistency and completeness. Adjusted formatting and sections to meet WordPress Plugin Directory standards, providing users with detailed plugin information directly from the plugin page. - ## [0.3.2] diff --git a/bridge-directory/README.txt b/bridge-directory/README.txt index c850f32..a1b5973 100644 --- a/bridge-directory/README.txt +++ b/bridge-directory/README.txt @@ -81,7 +81,6 @@ The Advanced Query Filter allows you to add custom query parameters to refine th * Updated `readme.txt` to comply with WordPress Plugin Directory requirements. * Fixed URL encoding in API requests to handle spaces and dashes in advanced query parameters. * Improved settings sanitization to allow valid special characters in advanced queries. -* Enhanced advanced query handling in the API client for better parameter processing. = 0.3.2 = * Fixed version numbering to match the actual plugin version.