Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1016 Bytes

CHANGELOG.md

File metadata and controls

32 lines (20 loc) · 1016 Bytes

Changelog

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.

0.0.3 - 2019-07-04

Fixed

  • Better copernicus.asset.uri configuration value
  • Fixes bootloader errors.

0.0.2 - 2019-07-04

Added

  • Changelog
  • Full i18n support. Plugin translations for PHP and JS can be generated with yarn pot.
  • Dedicated class for booting framework.
  • Dedicated class for error handling on boot.

Changed

  • Removed trailing commas from function calls that used them, so as to broaden compatibility. This is the only new feature from PHP 7.3 that was being utilized.
  • Formatting improvements.