Releases: RAHB-REALTORS-Association/Bridge-Directory-WP
Releases · RAHB-REALTORS-Association/Bridge-Directory-WP
v0.3.3
Added
- Readme.txt Compliance: Updated the
readme.txt
file to comply with WordPress Plugin Directory requirements. Added missing sections includingRequires PHP
field,Frequently Asked Questions
, andChangelog
.
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 thesanitize_query
method to permit valid special characters, ensuring that user input is not unnecessarily stripped.
v0.3.2
Fixed
- Mis-numbered version: Corrected the version number to match the actual version number.
v0.3.1
Changed
- Plugin name: Updated the plugin name to "Bridge Directory" for consistency and clarity in preparation for submission to the WordPress plugin repository.
v0.3.0
Fixed
- Linting errors: Fixed linting errors in the codebase to ensure consistency and maintainability and prepare for submission to the WordPress plugin repository.
v0.2.9
Fixed
- Cron scheduling initialization: Fixed an issue where the cron scheduling was not being initialized correctly, causing the incremental synchronization to not run as expected.
- Cron schedule interval update: Fixed an issue where the cron schedule interval was not being updated based on the plugin settings, ensuring that the synchronization interval is respected.
v0.2.8
Fixed
- Search by address: Fixed an issue where searching by address was not working as expected.
v0.2.7
Fixed
- Null value handling: Fixed an issue where null values were not being handled correctly in the office cards.
v0.2.6
Changed
- Cleaned website display: Stripped "http://" or "https://" from website link text.
Fixed
- Handled null values: Ensured fields with "null" strings are treated as empty.
- Excluded placeholder emails: Removed "none@onmls.ca" email from display.
v0.2.5
Changed
- Address Formatting: Updated the address formatting in the office cards to display the city, state, and ZIP code on separate lines for improved readability.
v0.2.4
Fixed
- Incorrect field used for phone links: Corrected an issue where the normalized phone number field was not being used to generate clickable phone links in the office cards.