Skip to content

Releases: zachleigh/larafolio

Version 0.9.11

30 Jan 22:16
Compare
Choose a tag to compare
  • Minor bug fixes and code improvements.'

Version 0.9.10

28 Jan 12:54
Compare
Choose a tag to compare
  • Bug fixes

Version 0.9.9

24 Jan 23:00
Compare
Choose a tag to compare
  • Can now restore/permanently delete soft-deleted projects through Settings->Project Settings.
  • getProjectBlock now returns the TextBlock object, not just the text. Use getProjectBlockText to get text.
  • getProjectBlock now uses project name as identifier instead of 'description'.
  • getProjectImage now returns the Image object, not just image url. Use getProjectImageUrl to get url.
  • Bug fixes.

Version 0.9.08

04 Jan 14:15
Compare
Choose a tag to compare
  • Bug fixes.
  • Style improvements.
  • Added link url checking to project manager page.

Version 0.9.07

27 Dec 04:44
Compare
Choose a tag to compare
  • Bug fixes.
  • Add ability to toggle project visibility from the dashboard.
  • Improve usability and accessibility.
  • Made design responsive for better device support.'

Version 0.9.06

21 Dec 22:23
Compare
Choose a tag to compare
  • Bug fixes
  • Style tweaks

Version 0.9.05

09 Dec 13:47
Compare
Choose a tag to compare

Changes

  • Added an index property on each project object before grouping so the original order can be accessed even when grouped.
  • Added static methods on Project to get project elements (images et.c) by name.
  • Added Link text field.
  • Added Image alt field.
  • Link order can now be changed.
  • Added a command to publish seeds from Larafolio into your local app.
  • Bug fixes.

Version 0.9.04

04 Dec 22:42
Compare
Choose a tag to compare
  • Improved api
  • Changed link key to name to be consistent with other project components.

Version 0.9.03

29 Nov 22:42
Compare
Choose a tag to compare
  • Allow for multiple links per project.
  • Add Travis CI

Version 0.9.02

24 Nov 00:35
Compare
Choose a tag to compare
  • Improved dashboard functionality and style.
  • You can now change the order of projects in your portfolio.
  • Development workflow improvements