Skip to content
This repository has been archived by the owner on Dec 26, 2020. It is now read-only.

Latest commit

 

History

History
40 lines (25 loc) · 1.34 KB

CHANGELOG.md

File metadata and controls

40 lines (25 loc) · 1.34 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

4.4.0 - 2017-05-10

Added

  • New option noLocation to po generator, to omit the references #143
  • New options delimiter, enclosure and escape_char to Csv and CsvDictionary extractors and generators #145
  • Added the missing dn__() function #146

Fixed

  • Improved the code style including php_codesniffer in development

4.3.0 - 2017-03-04

Added

  • Added support for named placeholders (using strtr). For example:

    __('Hello :name', [':name' => 'World']);
  • Added support for Twig v2

  • New function BaseTranslator::includeFunctions() to include the functions file without register any translator

Fixed

  • Fixed a bug related with the javascript source extraction with single quotes

Previous releases are documented in github releases