This repository has been archived by the owner on May 17, 2024. It is now read-only.
Update dependency laravel/framework to v7 - autoclosed #35
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.8.*
->7.30.*
By merging this PR, the issue #34 will be automatically resolved and closed:
Release Notes
laravel/framework
v7.30.5
Compare Source
Added
DetectsLostConnections
(#36373)Fixed
Illuminate\View\ViewException::report()
(#36110)Illuminate\Redis\Connections\PhpRedisConnection::spop()
(#36106)Illuminate/Database/Query/Builder::limit()
to only cast integer when given other than null (#39653)Changed
Illuminate\Pagination\AbstractPaginator::resolveCurrentPage()
(#36055)v7.30.4
Compare Source
Fixed
Illuminate\Http\Concerns\InteractsWithContentTypes::isJson()
(#35956)v7.30.3
Compare Source
v7.30.2
Compare Source
Added
DetectsLostConnections
(#35752)Fixed
Changed
v7.30.1
Compare Source
Fixed
Illuminate\Validation\Concerns\ValidatesAttributes::validateJson()
for PHP8 (#35646)Illuminate\Foundation\Http\Middleware\VerifyCsrfToken
(#35671)v7.30.0
Compare Source
Fixed
Changed
aws/aws-sdk-php
suggest to^3.155
(#35267)v7.29.3
Compare Source
Fixed
v7.29.2
Compare Source
Fixed
v7.29.1
Compare Source
Fixed
Eloquent
(6091048)Illuminate\Support\Reflector::isCallable()
(a90f344)v7.29.0
Compare Source
Added
Illuminate\Support\Reflector::isCallable()
(#34994, 8c16891, 31917ab, 11cfa4d, #34999)Changed
Fixed
v7.28.4
Compare Source
Fixed
v7.28.3
Compare Source
v7.28.3 (2020-09-17)
Fixed
v7.28.2
Compare Source
Fixed
now
helper inIlluminate/Cache/DatabaseLock::expiresAt()
(#34262)Illuminate\View\ComponentAttributeBag::whereDoesntStartWith()
(#34329)v7.28.1
Compare Source
Revert
Illuminate\Translation\Translator
" (7c54eb6)v7.28.0
Compare Source
Added
Fixed
getTouchedRelations
when touching owners (#34100)Illuminate\Translation\Translator
(#34136)Illuminate\Database\Schema\Grammars\SqlServerGrammar::compileColumnListing()
for tables with schema (#34076)v7.27.0
Compare Source
Added
Refactoring
Changed
v7.26.1
Compare Source
Fixed
whereKey
andwhereKeyNot
inIlluminate\Database\Eloquent\Builder
(#34031)v7.26.0
Compare Source
Added
whenHas
andwhenFilled
methods toIlluminate\Http\Concerns\InteractsWithInput
class (#33829)Illuminate\View\ComponentAttributeBag::whereDoesntStartWith()
(#33851)Illuminate\Testing\TestResponse::assertJsonValidationErrors()
(#33989)FilesystemManager
(#34001)Fixed
Collection#countBy($key)
(#33852)dump
method forLazyCollection
(#33944)Illuminate\Validation\Concerns\ValidatesAttributes::failsRatioCheck()
(#34003)Changed
Deprecated
Illuminate\Database\Eloquent\Model::removeTableFromKey()
(#33859)v7.25.0
Compare Source
v7.25.0 (2020-08-11)
Added
where
inapiResource
method (#33790, 3dcc4a6)tls://
scheme when usingurl
in Redis config (#33800)Changed
Fixed
v7.24.0
Compare Source
Added
Changed
v7.23.2
Compare Source
Fixed
Illuminate\Support\Arr::query()
(c6f9ae2)v7.23.1
Compare Source
Added
Fixed
Illuminate\Database\Eloquent\Concerns\GuardsAttributes::isGuarded()
(1b70bef, 624d873, b70876a)v7.23.0
Compare Source
Added
sink
option when using Http::fake() (#33720, fba984b)Illuminate\Database\Query\Builder
(#33728)Changed
v7.22.4
Compare Source
Update
v7.22.3
Compare Source
Update
v7.22.2
Compare Source
Fixed
v7.22.1
Compare Source
Fixed
v7.22.0
Compare Source
Added
sectionMissing
Blade Directive (#33614)Fixed
Illuminate\Database\Concerns\ManagesTransactions::handleCommitTransactionException()
(7681795)Illuminate\Database\Eloquent\Relations\MorphPivot::delete()
(#33648)Changed
Illuminate\Container\Container::bind()
(#33539)v7.21.0
Compare Source
Added
Illuminate\Database\Schema\ForeignKeyDefinition::nullOnDelete()
(#33551)getFallbackLocale()
andsetFallbackLocale()
methods toIlluminate\Foundation\Application
(#33595)Fixed
Illuminate/Redis/Connections/PhpRedisConnection::*scan()
returns (d3d36f0)assertViewHas
&assertViewMissing
inIlluminate\Testing\TestResponse
(#33566)Changed
v7.20.0
Compare Source
Added
Illuminate\Database\Schema\ForeignKeyDefinition::cascadeOnUpdate()
(#33522)Changed
Illuminate\Container\BoundMethod.php::call()
(#33535)v7.19.1
Compare Source
Added
Fixed
Illuminate\Cache\FileStore::flush()
(#33458)Illuminate\Support\Reflector
to handle parent (#33502)Revert
v7.19.0
Compare Source
Added
everyTwoHours()
|everyThreeHours()
|everyFourHours()
|everySixHours()
methods toIlluminate\Console\Scheduling\ManagesFrequencies
(#33393)ScheduledTaskFailed
event (#33427)Illuminate\Support\Stringable::when()
(#33455)Fixed
Chnaged
v7.18.0
Compare Source
Added
Illuminate\Http\Client\PendingRequest::withMiddleware()
(#33315, b718d3a)filter
andwhereStartsWith
andthatStartWith
toIlluminate\View\ComponentAttributeBag
(0abe2db, 07ee3e8)Illuminate\Database\Eloquent\Collection::toQuery()
(#33356, 15586fa)first()
toIlluminate\View\ComponentAttributeBag
(#33358, 731b94f)everyTwoMinutes()
|everyThreeMinutes()
|everyFourMinutes()
methods toIlluminate/Console/Scheduling/ManagesFrequencies
(#33379)Fixed
ConfigurationUrlParser
query decoding (#33340)Illuminate\Database\Eloquent\Relations\Concerns\AsPivot::delete()
(#33347)Changed
v7.17.2
Compare Source
Added
Illuminate\Http\Client\PendingRequest::withBody()
method (1e1f531, 7b0b437)Fixed
Illuminate\Database\Eloquent\Concerns\HasAttributes::getOriginal()
(b20125d, 899c765, 2937cce)Revert
Model::originalIsEquivalent()
with floats (#33259, d68d915)" bf3cb6fv7.17.1
Compare Source
Fixed
Illuminate\Database\Eloquent\Concerns\HasAttributes::originalIsEquivalent()
#33308v7.17.0
Compare Source
Added
Illuminate\Console\Scheduling\ManagesFrequencies::lastDayOfMonth()
(#33241, be194a8)Illuminate\Auth\Access\Gate::define()
(b7977d3)Illuminate\Console\Scheduling\ManagesFrequencies::time()
parameter on twiceMonthly function (#33274)providerIsLoaded
method toIlluminate\Foundation\Application
(#33286, b87233f)Fixed
Illuminate\Routing\Route::domain()
(#33231)Model::originalIsEquivalent()
with floats (#33259, d68d915)v7.16.1
Compare Source
Revert
v7.16.0
Compare Source
Added
makeVisibleIf
andmakeHiddenIf
methods toIlluminate\Database\Eloquent\Concerns\HidesAttributes
(#33176, 42383e4)make:policy
command (#33210, 13e3b65)theme
property toIlluminate\Mail\Mailable
class (#33218)Changed
v7.15.0
Compare Source
Added
Illuminate\Foundation\Testing\Concerns\MakesHttpRequests::withToken()
(#33075, 79383a1)Illuminate\Database\Eloquent\Relations\HasOneOrMany::makeMany()
(create many without saving) (#33021)Illuminate\Database\Schema\Blueprint::foreignUuid()
(#33129)viaQueue()
method (#32770, 852a927)Fixed
Model::withoutEvents()
not registering listeners inside boot() (#33149, 4bb32ae)v7.14.1
Compare Source
Added
symfony/mime
suggest (#33067)Fixed
Illuminate\Database\Eloquent\Relations\MorphToMany::getCurrentlyAttachedPivots()
(110b129)v7.14.0
Compare Source
Added
forceDeleted
method toSoftDeletes
(#32982)Illuminate\Filesystem\Filesystem::guessExtension()
method (#33001, d26be90)Illuminate\Http\Client\Request::toPsrRequest()
(#33016)Illuminate\Support\MessageBag::addIf()
method (50efe09)psr/container-implementation
(#33020)Fixed
app()->getCached*Path()
absolute '/' behavior in Windows (#32969)Illuminate\Database\Eloquent\Collection::getQueueableRelations()
(00e9ed7)Changed
route:list
middleware (#32993)v7.13.0
Compare Source
Added
Illuminate\Pagination\AbstractPaginator::useTailwind()
(2279b73, bf1eef4, 13a9ec3)Fixed
Illuminate\Pagination\UrlWindow
(c59cffa, 5d817be)Changed
v7.12.0
Compare Source
Added
Illuminate\Http\Middleware\TrustHosts
(9229264)Fixed
Illuminate\Mail\Mailer::sendSwiftMessage()
(#32799)Illuminate\Database\Schema\ForeignIdColumnDefinition::constrained()
(#32847)Illuminate\Routing\UrlGenerator
(6ad92bf)Illuminate\Cache\ArrayStore::increment()
bug that changes expiration to forever (#32875)Changed
Illuminate/Database/Eloquent/Concerns/HasAttributes::getClassCastableAttributeValue()
(894fe22)symfony/polyfill-php73
dependency (5796b1e)Cache\FileStore
file permissions only once (#32845, 11c533b)v7.11.0
Compare Source
Added
Illuminate\Support\Stringable::split()
(#32713, 19c5054)orWhereIntegerInRaw()
andorWhereIntegerNotInRaw()
toIlluminate\Database\Query\Builder
(#32710)Illuminate\Cache\DatabaseStore::add()
(7fc452b)Illuminate\Database\Eloquent\Relations\MorphTo::morphWithCount()
method (#32738)Illuminate\Database\Eloquent\Collection::loadMorphCount()
method (#32739)viaQueues
method for notifications (e97d17c)loadMorph
andloadMorphCount
methods toIlluminate\Database\Eloquent\Model
(#32760)Illuminate\Database\DatabaseManager::usingConnection()
method (#32761, 5f8c7de)Illuminate\Http\Client\PendingRequest::head()
method (#32782)Fixed
Illuminate\Foundation\Testing\PendingCommand
that do not resolve 'OutputStyle::class' from the container (#32687)Illuminate\Foundation\Testing\Concerns\MocksApplicationServices::withoutEvents()
(d1e7f85)Illuminate\Database\Eloquent\Collection::getQueueableRelations()
for filtered collections (#32747)Illuminate\Database\Eloquent\Collection::loadCount
method to ensure count is set on all models (#32740)Illuminate\Validation\Validator::getPrimaryAttribute()
(#32775)strval
fromIlluminate/Validation/ValidationRuleParser::explodeWildcardRules()
" (52940cf)Changed
make:policy
command (#32748)v7.10.3
Compare Source
v7.10.3 (2020-05-06)
Added
Illuminate\Http\Client\Response::failed()
(#32699)Fixed
FakerGenerator
Unique caching issue (#32703)Illuminate/Database/Query/Builder::runPaginationCountQuery()
(858f454, 98a242e)v7.10.2
Compare Source
Fixed
Illuminate\Database\Query\Builder::runPaginationCountQuery()
to support groupBy and sub-selects (#32688)v7.10.1
Compare Source
Fixed
Illuminate\Database\Eloquent\Collection::getQueueableRelations()
(7b32460)v7.10.0
Compare Source
Added
artisan make:cast
command (#32594)Illuminate\Foundation\Testing\Concerns\InteractsWithDatabase::assertDatabaseCount()
(#32597)hasNamedScope()
function to the Base Model (#32622, #32631)Cache::lock()
support for the database cache driver (#32639, 573831b)skipUntil
andskipWhile
methods to the collections (#32672, #32676)mergeFillable()
andmergeGuarded()
toModel
(#32679)Fixed
Illuminate\Foundation\Testing\TestResponse::assertSessionHasInput()
(f0639fd)hasMorph()
(#32614)Illuminate\Foundation\Console\EventMakeCommand::alreadyExists()
(7bba4bf)Illuminate\Console\Scheduling\Schedule::compileParameters()
(cfc3ac9, 36e215d)Illuminate\Database\Eloquent\RelationNotFoundException::make()
(f72a166)Changed
Illuminate/Database/Eloquent/Relations/Concerns/AsPivot::fromRawAttributes()
(6c502c1)Illuminate\Mail\Mailer::addContent()
(0557622)Illuminate\Foundation\PackageManifest::getManifest()
(#32646)character
andcollation
for some columns on change (fccdf7c)v7.9.2
Compare Source
v7.9.2 (2020-04-28)
Changed
InvokableComponentVariable
class (f1ef6e6)Illuminate\View\Compilers\ComponentTagCompiler::__construct()
(520544d)v7.9.1
Compare Source
Added
Illuminate\View\Component::createInvokableVariable()
(08c4012)v7.9.0
Compare Source
Added
Fixed
firstWhere
behavior for relations (#32525)MailManager::createTransport()
(#32549)compileDropDefaultConstraint()
(#32554)Illuminate\Foundation\Testing\TestResponse::assertSessionHasErrors()
(#32555)Model::getOriginal()
with custom casts (9e22c7c)Changed
withName
toIlluminate\View\Component::ignoredMethods()
(2e9eef2)v7.8.1
Compare Source
Fixed
Illuminate\Http\Resources\Json\PaginatedResourceResponse::toResponse()
(d460374)v7.8.0
Compare Source
Added
signedRoute()
andtemporarySignedRoute()
methods toIlluminate\Routing\Redirector
(#32489)takeUntil
andtakeWhile
collection methods (#32494, #32496)Illuminate\Container\ContextualBindingBuilder::giveTagged()
(#32514)withFragment
andwithoutFragment
toIlluminate\Http\RedirectResponse
(11d6bef, 0099591, 42c67a1, a1e741a)exclude_without
validation rule (4083ae5)Fixed
Changed
Illuminate/Support/Facades/Auth::routes()
when laravel/ui is not installed (#32482)Illuminate\Redis\Connections\PhpRedisConnection::flushdb()
(837921b)Deprecated
Illuminate\Support\Traits\EnumeratesValues::until
(#32517)v7.7.1
Compare Source
Added
Changed
Illuminate\Database\Eloquent\Model::refresh()
(1b0bdb4)v7.7.0
[Compare Source](https://togithub.