Skip to content

Releases: RAHB-REALTORS-Association/Bridge-Directory-WP

v0.3.3

04 Oct 18:00
0210ed1
Compare
Choose a tag to compare

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, 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.

v0.3.2

03 Oct 19:41
Compare
Choose a tag to compare

Fixed

  • Mis-numbered version: Corrected the version number to match the actual version number.

v0.3.1

03 Oct 19:36
Compare
Choose a tag to compare

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

03 Oct 19:29
Compare
Choose a tag to compare

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

03 Oct 17:42
Compare
Choose a tag to compare

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

03 Oct 16:30
Compare
Choose a tag to compare

Fixed

  • Search by address: Fixed an issue where searching by address was not working as expected.

v0.2.7

03 Oct 16:07
Compare
Choose a tag to compare

Fixed

  • Null value handling: Fixed an issue where null values were not being handled correctly in the office cards.

v0.2.6

03 Oct 15:25
Compare
Choose a tag to compare

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

03 Oct 15:07
Compare
Choose a tag to compare

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

03 Oct 15:00
Compare
Choose a tag to compare

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.