Releases: zachleigh/larafolio
Releases · zachleigh/larafolio
Version 0.9.11
Version 0.9.10
- Bug fixes
Version 0.9.9
- 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
- Bug fixes.
- Style improvements.
- Added link url checking to project manager page.
Version 0.9.07
- 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
- Bug fixes
- Style tweaks
Version 0.9.05
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
- Improved api
- Changed link
key
toname
to be consistent with other project components.
Version 0.9.03
- Allow for multiple links per project.
- Add Travis CI
Version 0.9.02
- Improved dashboard functionality and style.
- You can now change the order of projects in your portfolio.
- Development workflow improvements