Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
justinh-rahb committed Oct 4, 2024
1 parent e513135 commit c095419
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
8 changes: 1 addition & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,14 @@

### 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

- **API Client URL Encoding**: Ensured proper URL encoding of query parameter values in the `API_Client` class. This fix allows spaces and dashes in advanced query parameters, resolving issues where certain valid characters were not being correctly encoded when making API requests.

- **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]

Expand Down
1 change: 0 additions & 1 deletion bridge-directory/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c095419

Please sign in to comment.