Skip to content

Releases: laravel/framework

v11.19.0

30 Jul 15:23
Compare
Choose a tag to compare
  • fix @return typehint in Illuminate\Contracts\Process\InvokedProcess::wait method by @mdmahbubhelal in #52304
  • [11.x] Add php doc for ServiceProvider bindings and singletons properties by @Anton5360 in #52298
  • [10.x] backport #52188 by @calebdw in #52293
  • Update docblock to accept an Expression for whereLike methods by @patrickomeara in #52299
  • [11.x] Fix Bcrypt/Argon/Argon2I Hashers not checking database field for nullish value before checking hash compatibility by @localpath in #52297
  • [11.x] Method to trim '0' digits after decimal point of a given number by @gdebrauwer in #52284
  • [11.x] Add whereNone method to the query builder by @einar-hansen in #52260
  • [11.x] Fix flat array parameter for relation upsert by @iamgergo in #52289
  • [11.x] assertSeeHtml, assertDontSeeHtml and assertSeeHtmlInOrder testing methods by @gdebrauwer in #52285
  • [11.x] Fully qualify morph columns when using WHERE clauses by @maartenpaauw in #52227
  • [10.x] Fix runPaginationCountQuery not working properly for union queries by @chinleung in #52314
  • [11.x] Add assertExactJsonStructure method by @gdebrauwer in #52311
  • [11.x] Add withoutHeader() test method by @gdebrauwer in #52309
  • [11.x] Widen typehints in base service provider by @devfrey in #52308
  • [11.X] "Model::preventAccessingMissingAttributes()" Causes Exception During Pagination with ResourceCollection by @Katalam in #52305
  • [11.x] Fixes through() relationship by @leobeal in #52318
  • [11.x] Add new success Method to the Docblock of Illuminate\Console\View\Components\Factory by @devajmeireles in #52310
  • [11.x] Fix tests in wrong file by @christophrumpel in #52329

v10.48.18

30 Jul 15:06
Compare
Choose a tag to compare

v11.18.1

26 Jul 10:40
Compare
Choose a tag to compare
  • [11.x] Fix variable typo at Terminating Event test by @chu121su12 in #52282
  • Revert "[11.x] Declare bindings and singletons properties in Service Provider" by @driesvints in #52288

v11.18.0

26 Jul 06:21
Compare
Choose a tag to compare

v11.17.0

23 Jul 16:34
Compare
Choose a tag to compare

v10.48.17

23 Jul 16:07
Compare
Choose a tag to compare

v11.16.0

16 Jul 14:34
Compare
Choose a tag to compare

v11.15.0

09 Jul 15:39
Compare
Choose a tag to compare

v10.48.16

09 Jul 15:26
Compare
Choose a tag to compare
  • [10.x] Fix Http::retry so that throw is respected for call signature Http::retry([1,2], throw: false) by @paulyoungnb in #52002
  • [10.x] Set application_name and character set as PostgreSQL DSN string by @sunaoka in #51985

v11.14.0

02 Jul 17:24
Compare
Choose a tag to compare
  • Adding Pest stubs to publish command by @bartdenhoed in #51933
  • [11.x] Added attempts() method to FakeJob by @JamesFreeman in #51951
  • [11.x] Run all Workflows on Ubuntu 24.04 by @Jubeki in #51946
  • [11.x] Improve PHPDoc for mapSpread Method in Arr Class & Remove Warning from IDE by @lmottasin in #51952
  • Bump braces from 3.0.2 to 3.0.3 in /src/Illuminate/Foundation/resources/exceptions/renderer by @dependabot in #51955
  • [11.x] Remove unreachable code in AssertableJsonString by @seriquynh in #51943
  • [11.x] Fix TestResponseAssert docblock by @seriquynh in #51942
  • [11.x] feat: add more specific types and tests for helpers by @calebdw in #51938
  • [11.x] Mark sensitive params with SensitiveParameter attribute by @onlime in #51940
  • [11.x] Adds support for Markdown extensions to the Stringable class. by @lukeraymonddowning in #51932
  • [11.x] Add secret method declaration to Components\Factory class by @seriquynh in #51949
  • [11.x] Run Workflows on Windows 2022 and with bash instead of powershell by @Jubeki in #51958
  • [11.x] Fix duplicated return type PHPDoc by @chu121su12 in #51965
  • [11.x] Fix test failure message by @nshiro in #51974
  • [11.x] Update tests to ensure mail Message implements the fluent interface pattern by @seriquynh in #51969
  • [11.x] Set previous exception on HttpResponseException by @hafezdivandari in #51968
  • [11.x] Fix typo in SupportCollectionTest by @zbundy in #51966
  • [11.x] Improvements for the ServeCommand (add more loves & elevate DX) by @sethsandaru in #51957
  • [11.x] Adds support for using castAsJson with a MariaDb connection by @haniha in #51963
  • [11.x] Add support for acting on attributes through container by @innocenzi in #51934
  • [11.x] Fix Component::resolveComponentsUsing test by @seriquynh in #51988
  • [11.x] Update composer.json files to provide PSR implementations by @seriquynh in #51983
  • [11.x] add queued closure type for soft delete events by @hpiaia in #51982
  • [11.x] Fix using container nesting to make the same 'abstract' in different context by @guiqibusixin in #51989
  • [11.x] Fix sync is running touch query twice by @Tofandel in #51984