Skip to content

Releases: Justintime50/glass

v0.4.4

02 Apr 21:52
Compare
Choose a tag to compare
  • Fixes a bug that doesn't allow non-admins to see posts
  • Fixes a bug that did not preserve old value of post status field when there were validation errors

v0.4.3

12 Feb 09:18
Compare
Choose a tag to compare
  • Switches to Laravel Mix for JS and CSS assets which improves load times and dependencies

v0.4.2

12 Feb 09:08
Compare
Choose a tag to compare
  • Updates database seeders
    • Adds comments
    • Adds categories
    • Updates previously broken seeds from database changes
    • Added seeding to GitHub Actions so we can know if seeds break in the future

v0.4.1

12 Feb 07:18
Compare
Choose a tag to compare
  • Various bug fixes (closes #26)
    • Admins can now access their draft posts without an error being thrown
    • There is now a unique check in place for post slug names that now ignores the post being updated and only checks against other posts
    • Fixed a development bug where data wasn't seeded correctly for categories and rollbacks wouldn't remove that data
    • The dark mode theme had text the same color as the background on the admin page which has been fixed
    • Reading time and categories now have visual fallbacks if they are not set properly

v0.4.0

10 Feb 01:20
Compare
Choose a tag to compare
  • Fixed slugify integration and dependencies
  • Switched from Travis CI to GitHub Actions
  • Remove composer.phar from repo (storing binaries in git is bad) and use updated Docker image that contains composer installed
  • Bumped dependencies
  • Added missing changelog