Back to Blog
Sep 28, 2024

Release of v1.3.1

Written by Zack Schwartz

We are proud to announce the release of version 1.3.1. Let's summarize the updates since our last big release of version 1.2.0 back in April of 2024.

New features:

  • 🥳 Menus feature -- You no longer have to hardcode menu items into your templates. You can create a menu via the UI and in your templates, read from the menu and generate your HTML via the template engine. #182
  • 🥳Expanded triggers w/ Raytha Functions - The Raytha Functions feature has been expanded to support triggers when a content item has been created, updated or deleted! This can let you create a webhook style approach to content updates. #82
  • 🥳Multiple themes supported - Create as many themes as you would like inside Raytha and then switch from one theme to another if need be. Also, export/import a theme from another instance of Raytha.

Maintenance:

  • 🔧 Apply pending migrations on startup - Set in appsettings.json, Raytha will check to see if you deployed a new version and if the database is up to date. If not, it will attempt to migrate the db to match your current version. You can always continue to use the sql files in /db folder if you prefer manual migrations #192
  • 🔧 Background task crash fix #193
  • 🔧 Updated .NET library dependencies #200
  • 🔧 Updated JS library dependencies #201
  • 🔧 Fixed crash with new webhook style raytha function** - #205
  • 🔧 Fixed crash when deleting an admin - #199
  • 🔧 Update FreshCreateOnLatestVersion.sql to include all previous EF migrations, making it easier to use the automatic migrations capability for those that go this route. #202

Subscribe to the Raytha newsletter