api_changelog.html 476 B

12345678910
  1. <p> Location 3.0 and later provide a location_api_variant() function to aid in allowing add-on modules to support
  2. multiple releases, even if there are incompatible changes.</p>
  3. <h3>API variant 1</h3>
  4. <p>Start of API tracking. Based on Location 3.0.</p>
  5. <h3>API variant 2</h3>
  6. <p>location_diff() renamed to location_calc_difference() because diff.module was trying to invoke it as a hook.</p>
  7. <p>Before: Call location_diff().</p>
  8. <p>Now: Call location_calc_difference().</p>