Skip to content

Latest commit

 

History

History
110 lines (88 loc) · 3.6 KB

CHANGELOG.md

File metadata and controls

110 lines (88 loc) · 3.6 KB

Rinvex Languages Change Log

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

This project adheres to Semantic Versioning.

v7.0.1 - 2023-05-02

  • 3c95156: Update phpunit to v10.1 from v9.5

v7.0.0 - 2023-01-09

  • Drop PHP v8.0 support and update composer dependencies

v6.0.1 - 2022-05-01

  • Fix language validator rule to check if the key is 2 char string

v6.0.0 - 2021-08-22

  • Drop PHP v7 support
  • Update composer dependencies
  • Enable StyleCI risky mode

v5.0.3 - 2020-12-25

  • Add support for PHP v8

v5.0.2 - 2020-12-22

  • Update composer dependencies
  • Drop PHP 7.2 & 7.3 support from travis
  • Replace hardcoded phase with language phrase
  • Remove default indent size config

v5.0.1 - 2020-04-04

  • Drop laravel/helpers usage as it's no longer used

v5.0.0 - 2020-03-15

  • Upgrade to Laravel v7.1.x & PHP v7.4.x

v4.1.2 - 2020-03-13

  • Tweak TravisCI config
  • Add migrations autoload option to the package
  • Tweak service provider publishesResources
  • Update StyleCI config

v4.1.1 - 2019-09-24

  • Add missing laravel/helpers composer package

v4.1.0 - 2019-06-02

  • Update composer deps
  • Drop PHP 7.1 travis test

v4.0.0 - 2019-03-03

  • Rename environment variable QUEUE_DRIVER to QUEUE_CONNECTION
  • Require PHP 7.2 & Laravel 5.8
  • Apply PHPUnit 8 updates

v3.0.1 - 2018-12-22

  • Update composer dependencies
  • Add PHP 7.3 support to travis

v3.0.0 - 2018-10-01

  • Enforce Consistency
  • Rename package to rinvex/languages

v2.0.1 - 2018-09-22

  • Update travis php versions
  • Add Laravel Auto Discovery support and validation rule
  • Drop StyleCI multi-language support (paid feature now!)
  • Update composer dependencies
  • Prepare and tweak testing configuration
  • Fix wrong readme php version requirement (fix #7)
  • Update StyleCI options
  • Update PHPUnit options

v2.0.0 - 2018-02-18

  • Require PHP v7.1.3
  • Update supplementary files
  • Update composer dependencies
  • Fix deprecated PHPUnit TestCase namespace
  • Add PHPUnitPrettyResultPrinter
  • Typehint method returns

v1.1.0 - 2017-03-07

  • Exclude resources directory from CI
  • Rename helper test suites
  • Update StyleCI fixers and other supplementary files
  • Enforce strict comparison
  • Enforce strict type declaration
  • Convert language code into small case before processing
  • Change internal method visibility to protected
  • Execute reflections once per test class

v1.0.0 - 2017-01-01

  • Tag first release