Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 807 Bytes

CHANGELOG.md

File metadata and controls

31 lines (20 loc) · 807 Bytes

Change log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

[3.0.0] - 2021-04-13

  • Updated PHPUnit to v9
  • Added test support for PHP8

[2.1.0] - 2020-09-04

  • Added timezoneList method to return a nice formatted array of timezones

[2.0.0] - 2020-08-14

  • Renamed namespace and package name
  • Removed TravisCI and Implemented Github Actions
  • Improved Readme

[1.0.1] - 2017-08-16

  • Removing php version requirement from composer

[1.0.0] - 2017-08-15

  • First release of Timezones Package
  • Support convertToUTC and convertToLocal methods
  • Laravel auto-discovery for Service Provider
  • Laravel Facade to alias the main object
  • Laravel Blade Directive for easier use within Blade templates.