Skip to content

3.0.0-alpha.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@ocean90 ocean90 released this 02 May 11:34
· 413 commits to develop since this release
a1eadc9

First alpha version of the 3.0 release.

Breaking Changes

  • GlotPress now requires PHP 7.2 or newer and WordPress 4.6 or newer. (#572, #1097, #1118)
  • iOS .strings file import/exports now are UTF8 encoded instead of UTF16-LE. (#903)
  • Glossary entries are now case insensitive. (#703)
  • Developers: Various template changes. (#914, #1102)
  • Developers: Remove GP_CLI and GP_Translation_Set_Script. (#452)
  • Developers: Remove gp_urldecode_deep(). (#1053)
  • Developers: Remove gp_url_ssl(). (#1055)
  • Developers: Types of integer fields are now always normalized to integers. (#1050)

Bugfixes

  • Fix incorrect key in Apple strings file exports. (#1105)
  • Fix querying translations by priority. (#664)
  • Fix glossary import nonce check. (#673)
  • Fix flushing of existing glossary on import. (#675)
  • Fix removing of starting newline from translations. (#701)
  • Fix glossary tooltips after editing a row. (#704)
  • Fix duplicate translation entry on dismissing warnings. (#699)
  • Fix missing styles for jQuery UI. (#758)
  • Improve calculation of translation status counts. (#790)
  • Fix missing escaping for quotation marks in Android output. (#809)
  • Fix translation preview with long words. (#875, #1102)
  • Fix import of escaped unicodes in Android strings files. (#910)
  • Fix duplicate glossary tooltips for the same term. (#915)
  • Fix long strings for Apple strings file export. (#921)
  • Fix submitting a translation containing the UTF-8 characters → and ↵. (#648)
  • Fix warnings count and filter view for warnings differ. (#919)
  • Fix project paths with utf8mb4 characters. (#415)
  • Fix mangled HTML tags in originals with some glossary entries. (#869)
  • Prevent adding duplicate glossary entries. (#745)
  • Improve position of action buttons in the translations editor. (#684)
  • Abort changing translation status when the translation has been altered. (#707)
  • Fix multi-select for forward and backwards selections. (#979)
  • Locales: Remove invalid 'me' language code for Montenegrin. (#619)
  • Locales: Remove extra control character after locale name for Czech. (#696)
  • Locales: Fix Google code for German (Switzerland). (#743)
  • Locales: Fix native locale name for Uighur. (#870)
  • Locales: Fix plural expression for Persian locales. (#1012)

Features

  • Add locale variants support. (#226)
  • Support XLIFF tags in Android imports. (#628)
  • Mark new projects as active by default. (#662)
  • Highlight current selected translation filters. (#764)
  • Block adding glossary terms containing punctuation with error/warning. (#768)
  • Show all translation warnings at once. (#370)
  • Add tooltips to the accept/reject/fuzzy buttons. (#460)
  • Add a second bulk action toolbar at the bottom of the translations list. (#793)
  • Make notices dismissable. (#658)
  • Add Korean locale to warnings length exclusions. (#850)
  • Show fuzzy, waiting, and warnings filters to everyone. (#881)
  • Provide translation count when filtering. (#925)
  • Highlight glossary terms on translation previews. (#899)
  • Add translation filter option to search in originals or translations only. (#860)
  • Add translation filter 'with plural'. (#959)
  • Add a 'translated' filter to match table column. (#1121)
  • Remove default sorting for untranslated view. (#1106)
  • Locales: Add Mauritian. (#909)
  • Locales: Add WordPress locale for Chinese (Singapore). (#823)
  • Locales: Add Northern Sotho. (#1049)
  • Locales: Add Fula. (#1048)
  • Locales: Add Papiamento (Curaçao and Bonaire) and Papiamento (Aruba). (#1047)
  • Locales: Add Maithili. (#1029)
  • Locales: Add Lower Sorbian, Ch’ti (France), Wolof. (#1025)
  • Locales: Add Bhojpuri, Bodo, German (Austria), Spanish (Dominican Republic), Spanish (Honduras), Upper Sorbian, Igbo, Karakalpak, N’ko, and Portuguese (Angola). (#994)
  • Developers: Add filter to customize translations before saving. (#517)
  • Developers: Add actions when a translation set is created/saved/deleted. (#659)
  • Developers: Pass previous state to saved actions. (#335)
  • Developers: Add filter to customize path prefix for locale glossaries. (#655)