Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
justinh-rahb committed Oct 4, 2024
1 parent 38be335 commit e513135
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## [0.3.3]

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

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

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion bridge-directory/bridge-directory.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Bridge Directory
* Plugin URI: https://github.com/RAHB-REALTORS-Association/Bridge-Directory-WP
* Description: Displays a searchable directory of offices using the Bridge Interactive API.
* Version: 0.3.2
* Version: 0.3.3
* Author: Cornerstone Association of REALTORS
* Author URI: https://www.cornerstone.inc
* License: GPL-2.0
Expand Down
2 changes: 1 addition & 1 deletion bridge-directory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bridge-directory",
"version": "0.3.2",
"version": "0.3.3",
"description": "A WordPress plugin that displays a searchable directory of offices using the Bridge Interactive API.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit e513135

Please sign in to comment.