Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 1.22 KB

CHANGES.md

File metadata and controls

45 lines (33 loc) · 1.22 KB

[unreleased]

3.1.1 / 2022-01-19

  • need to add required third parameter to make_json()

3.1.0 / 2020-06-04

3.0.0 / 2019-12-10

2.0.0 / 2019-11-26

  • fix processing of .json files, thanks @ahmader
  • use gettext/gettext to parse translation headers for 'PO-Revision-Date'
  • create the .mo files from the .po files with gettext/gettext

1.8.0 / 2019-11-24

  • put version info in composer.json
  • add .json files to processing for wp_set_script_translations

1.6.0 / 2018-09-11

  • moved action from constructor
  • update README
  • update composer.json

1.5.0 / 2017-12-09

  • renamed on GitHub

1.4.0 / 2017-07-02

  • changed namespace to Fragen\Language_Pack_Maker
  • minor linting improvements

1.3.0 / 2016-09-24

  • get updated date from .po file header

1.2.0 / 2016-09-19

  • use single glob() in list_directory()

1.1.0 / 2016-09-18

  • use glob() in list_directory()

1.0.0 / 2016-09-12

  • initial commit