Skip to content
This repository has been archived by the owner on Jun 9, 2020. It is now read-only.

Latest commit

 

History

History
30 lines (17 loc) · 761 Bytes

CHANGELOG.md

File metadata and controls

30 lines (17 loc) · 761 Bytes

Changelog

All notable changes to laravel-url will be documented in this file

3.0.0 - 2019/13/11

  • Support Laravel 6.0

2.1.2 - 2019/19/11

  • Fix getUrl method returning void when url relationship is not present

2.1.1 - 2019/22/03

  • Replaced deprecated Laravel helper functions with their stable methods

2.1.0 - 2019/22/03

  • Support Laravel 5.8

2.0.0 - 2019/22/03

  • Transferred ownership to the Neurony organisation
  • Changed package name in composer.json file from zbiller/laravel-url to neurony/laravel-url
  • Changed namespace from Zbiller\Url to Neurony\Url
  • Updated continuous integration badges to point to the newly transferred repository

1.0.0 - 2018/12/24

  • Initial release