Skip to content

Releases: whitecube/nova-flexible-content

v1.0.7 - Laravel 10

15 Feb 08:36
8805c7d
Compare
Choose a tag to compare
Merge pull request #438 from bashgeek/bashgeek-patch-1

Adding Support for Laravel 10

v0.2.14

06 Dec 08:53
20bee1b
Compare
Choose a tag to compare

Bug fixes:

Fix for RelationResolver error (Laravel v9.42.1) #421 - thanks @sdapkus

v1.0.6

02 Dec 09:33
246519e
Compare
Choose a tag to compare

Bug fixes:

  • Fix for RelationResolver error (Laravel v9.42.1) #420 - thanks @LTKort

v0.2.13

13 Oct 17:38
c62f87e
Compare
Choose a tag to compare

Tagged the wrong branch, apologies. No changes since v0.2.12

v1.0.5

11 Oct 20:54
e239965
Compare
Choose a tag to compare

Bug fixes:

  • Fixed "Undefined property $exists on Layout" #403 - Thanks @Nks

v0.2.12

12 Oct 07:28
e239965
Compare
Choose a tag to compare

Bug fixes:

v0.2.11

11 Oct 20:59
c1555e9
Compare
Choose a tag to compare

Fixes PHP 8.1 warnings #401 - Thanks @fosron

v1.0.4

03 Oct 20:10
Compare
Choose a tag to compare

Bug fixes:

New features:

  • Added drag and drop to re-order layouts #374 - Thanks @Nks
  • Made getMediaModel method public #382 - Thanks @jShox
  • Added ability to read the group key on ScopedRequest objects #398 - Thanks @ianrobertsFF

v1.0.3

20 Sep 11:12
e6de75d
Compare
Choose a tag to compare

Fixes:

v1.0.2

02 Sep 13:53
3128959
Compare
Choose a tag to compare

Bug fixes:

  • Fixes issue where sublayouts cannot be resolved to the Media model as described in #358. - Thanks @dinandmentink