Skip to content

Releases: detectlanguage/detectlanguage-php

v3.0.0

20 Aug 17:25
Compare
Choose a tag to compare

Added

  • detectBatch method for batch detections

Changed

  • Switched to v3 API which uses updated language detection model
  • ⚠️ detect method result fields are language and score

Deprecated

  • simpleDetect() - Use detectCode() instead.
  • Calling detect() with array argument. Use detectBatch() instead.

Removed

  • Secure mode configuration. HTTPS is always used.

Full Changelog: v2.2.1...v3.0.0