Skip to content

Releases: orchestral/extension

v6.0.0

18 Apr 12:24
Compare
Choose a tag to compare

Changes

  • Update support for Laravel Framework v8.

v5.0.0

18 Apr 12:07
Compare
Choose a tag to compare

Changes

  • Update support for Laravel Framework v7.

v4.0.1

09 Oct 06:08
Compare
Choose a tag to compare

Fixes

  • Fixes php artisan extension:detect command.

v3.8.2

09 Oct 06:07
Compare
Choose a tag to compare

Fixes

  • Fixes php artisan extension:detect command.

v4.0.0

03 Sep 22:20
Compare
Choose a tag to compare

Changes

  • Update support for Laravel Framework v6.0.

v3.8.1

04 Aug 09:29
Compare
Choose a tag to compare

Changes

  • Use static function rather than function whenever possible, the PHP engine does not need to instantiate and later GC a $this variable for said closure.

v3.8.0

16 Mar 06:11
Compare
Choose a tag to compare

Changes

  • Update support for Laravel Framework v5.8.
  • Refactor codes to utilize Laravel's Collection.

v3.7.1

21 Feb 08:08
Compare
Choose a tag to compare

Changes

  • Improve performance by prefixing all global functions calls with \ to skip the look up and resolve process and go straight to the global function.

v3.7.0

14 Sep 11:05
Compare
Choose a tag to compare

Changes

  • Update support for Laravel Framework v5.7.

Removed

  • Remove deprecated Orchestra\Extension\Traits\DomainAware, use Orchestra\Extension\Concerns\DomainAware instead.

v3.6.0

06 May 02:31
Compare
Choose a tag to compare

Added

  • Added Orchestra\Extension\Concerns\DomainAware.

Changes

  • Update support for Laravel Framework v5.6.

Deprecated

  • Deprecate Orchestra\Extension\Traits\DomainAware, use Orchestra\Extension\Concerns\DomainAware instead.