Files
jmiller 1b42199e5a
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Failing after 10m41s
Universal: Auto Version Bump / Version Bump (push) Failing after 10m48s
docs: fix CHANGELOG to use [Unreleased] for release system
2026-06-21 23:50:34 +00:00

1.3 KiB

Changelog — MokoSuiteRealty

[Unreleased]

Added

  • Package Manifestpkg_mokosuiterealty.xml with dlid and updateservers
  • ListingHelper — filtered search, dashboard stats, price history with transaction
  • CommissionHelper — split calculations, agent YTD summary, pending payouts
  • ShowingHelper — scheduling, agent calendar, buyer feedback recording
  • OfferHelper — submit, accept (atomic with FOR UPDATE), competing offer rejection
  • OpenHouseHelper — event scheduling, visitor sign-in, lead capture
  • PropertySearchHelper — Haversine geo proximity with bounding box, saved searches
  • Wiki — Home, guides/Installation, guides/Configuration, reference/Helpers
  • README — layer architecture and feature overview

Fixed

  • OfferHelper — dual-accept race condition (FOR UPDATE + status guards)
  • PropertySearchHelper — HAVING without GROUP BY replaced with subquery wrapper
  • PropertySearchHelper — count query was built but never executed

Security

  • Review #19: 3 critical fixes applied