Skip to content

Latest commit

 

History

History
52 lines (38 loc) · 1.37 KB

CHANGES.md

File metadata and controls

52 lines (38 loc) · 1.37 KB

[unreleased]

3.2.1 / 2024-11-11

  • mess with create_js_files()
  • update README

3.2.0 / 2024-11-09

  • use new class MakePhpCommand to create .i18n.php files

3.1.1 / 2022-01-19

  • need to add required third parameter to make_json()

3.1.0 / 2020-06-04

  • use new class MakeMoCommand in wp-cli/i18n-command@v2.2.3 to create .mo files

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