Skip to content

Releases: thedevdojo/voyager

Release v1.0.11

03 Jan 20:23
Compare
Choose a tag to compare

Bugfixes:

  • Fix for invalid access operator, :: instead of -> (#2389)
  • [Temporary] fix for missing browse_hooks permission (#2251, #2364, and others)
  • Fix incorrect relationship type between Post and Category models (#2380)

New features and improvements:

  • Settings now always seeded, not just --with-dummy (#2400)
  • Move thumbnail method from Post model into Resizable trait (#2422)
  • Speed and efficiency improvements (#2339)
  • Language updates for Indonesian (id) #2404, Czech (cz) #2410, Galician (gl) #2420, French (fr) #2403 and Chinese (zh_CN) #2387

Release v1.0.10

22 Dec 21:00
Compare
Choose a tag to compare
  • Fixed bug which caused incorrect breadcrumb links - introduced by #2307
  • Typos and code readability enhancements