Blog

Oct 12, 2024

Release of v1.3.3

Written by Zack Schwartz
Hi everyone,Today we released version 1.3.3 which addresses some critical crashes on certain screens.What's Changed🔧 Fixed crash on background job execution #217🔧 Fixed crash in rendering engine when attachment_public_url was passed empty string #220🔧 Fixed crash when DB_MA... read the full blog post

Sep 29, 2024

Release of v1.3.2

Written by Zack Schwartz
Hi everyone,Today we released version 1.3.2 which is a small maintenance fix to address the following two bugs.What's Changed🔧 Fixed crash with Raytha Functions execution #211🔧 Fixed $ problem which would cause a rendering issue #210Full Changelog: https://github.com/RaythaH... read the full blog post

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... read the full blog post

Apr 14, 2024

Release of v1.2.0

Written by Zack Schwartz
Hi everyone,We are proud to announce the release of v1.2.0, which includes the big new feature: Raytha Functions.Raytha Functions are a way to write custom code in the administrator portal of Raytha to add functionality to your application. Use cases for this include but are n... read the full blog post

Dec 27, 2023

Release of v1.1.5

Written by Zack Schwartz
Hi everyone,This release contains the following enhancements:Updates the default public theme to vanilla Bootstrap 5.3 #174Upgrades TinyMCE dependency to resolve Dependabot issues #175Fixes issue with TinyMCE's source mode not working #176Thank you read the full blog post

Dec 18, 2023

Release of v1.1.4

Written by Zack Schwartz
Hello everyone, v1.1.4 is now released!This is a big release for Raytha because we are officially announcing the release of the Raytha Cloud Platform. Anybody can spin up an instance of Raytha in minutes to trial Raytha free for 14 days. This way people do not have to be devel... read the full blog post

Oct 15, 2023

Release of v1.1.3

Written by Zack Schwartz
Hello everyone, v1.1.3 is now released!What's Changed[code cleanup] Swapped CsvReader for an MIT licensed library by @smd-11 #145[enhancement] Import submissions now supports file upload field by @smd-11 #144[enhancement] Items that failed to import via validation errors or ot... read the full blog post

Aug 26, 2023

Release of v1.1.2

Written by Zack Schwartz
Hello everyone, v1.1.2 is now released!What's Changed[devops] - Github action to automatically build and run tests #137[new feature] - Import content items from CSV #141You can see the How-To article on importing content items from CSV here: https://raytha.com/user-guide/Impor... read the full blog post

Jul 07, 2023

Release of v1.1.1

Written by Zack Schwartz
Hello everyone, v1.1.1 is now released with a number of great bug fixes.What's Changed:[security] Bump System.Linq.Dynamic.Core from 1.2.24 to 1.3.0 in /src/Raytha.Application by @dependabot in #132[bug fix] Templates: Convenient uploader for local storage returns undefined #9... read the full blog post

May 28, 2023

Release of v1.1.0

Written by Zack Schwartz
v1.1.0 is a big release!This is a major version upgrade which means you must run a database migration script. For those who are upgrading from any version between 1.0.0 and 1.0.6, you should run this database script: https://github.com/RaythaHQ/raytha/blob/main/db/v1_0_0_to_v1... read the full blog post

Apr 15, 2023

Release of v1.0.6

Written by Zack Schwartz
Hello everyone, v1.0.6 is now released with the key highlights being:New features:Added convenience file upload drop zone to Templates to allow users to upload assets right then and there #119Added db consumption metrics to the dashboard #75Breaking changes:raytha_attachment_u... read the full blog post

Apr 08, 2023

Release of v1.0.5

Written by Zack Schwartz
Hello everyone, v1.0.5 is now released with the key highlights being:New features:New liquid function to retrieve details for a ContentType (#113)New liquid filter attachment_public_url to render the direct url to the file storage provider of a file attachment field (#87).Brea... read the full blog post

Apr 01, 2023

Release of v1.0.4

Written by Zack Schwartz
Hello everyone, v1.0.4 is now released with the key highlights being:New liquid functions that let you call the database to get content items! (#97)Fixed crash on Dockerfile build (#101)Integrated DocFx for full blown documentation at https://docs.raytha.com (#40)Thank you! read the full blog post

Mar 25, 2023

Release of v1.0.3

Written by Zack Schwartz
Hello everyone, v1.0.3 is now released with the key highlights being:New json liquid filter (See #89)New groupby liquid filter (See #92)Fixed crash when setting a favorite view (See #91)Hopefully you find these new liquid filters helpful!Thank you! read the full blog post

Mar 05, 2023

Release of v1.0.2

Written by Zack Schwartz
Hi everyone,Excited to announce the release of 1.0.2.The key features in this release include:New field type available: wysiwyg field, which uses the MIT open sourced and awesome TinyMCE editor. This will allow you to have much more control over the content you write if you wa... read the full blog post

Feb 25, 2023

Release of v1.0.1

Written by Zack Schwartz
Hi everyone,Excited to announce the release of 1.0.1.The key features in this release include:Built in liquid filter to convert content item time to the organization's time zone in strtotime formatRun Raytha at a different PathBase, meaning if you run behind a reverse proxy, y... read the full blog post

Feb 12, 2023

Release of v1.0.0

Written by Zack Schwartz
Hi everyone,This is the major 1.0.0 release.The headline features in this release include:Headless REST API with Swagger / OpenAPI specAdditional List View pagination controlsAble to set a List View as the home pageSupport for running in Scaled Out instanced, for example on Az... read the full blog post

Jan 26, 2023

Release of v0.9.4

Written by Zack Schwartz
Hi everyone,v0.9.4 has been released with some bug fixes and enhancements.Highlights:Support for DomainEvents before AND after db.SaveChanges()DomainEvents added for ContentItemsSupport for custom domains on Azure Blob StorageRedirectPermanent issue resolved on media item redi... read the full blog post

Jan 14, 2023

Release of v0.9.3

Written by Zack Schwartz
Hi everyone,v0.9.3 has been released with some bug fixes and enhancements.Highlights:Docker file created and Raytha can now run in a docker container, so it's possible to run it on Azure Web App for Containers, Kubernetes, and other containerized environments.Add a Liquid synt... read the full blog post

Jan 08, 2023

Release of v0.9.2

Written by Zack Schwartz
Hello everyone, v0.9.2 is a hot-fix release to address the two issues below:Lingering package-jsonCrash on Initial Setup screenSee the full change log here: https://github.com/RaythaHQ/raytha/milestone/3?closed=1 read the full blog post

Jan 08, 2023

Release of v0.9.1

Written by Zack Schwartz
Hello everyone, we have lots of fixes and enhancements in this v0.9.1 release.HighlightsFixed validation on editing filterPermit use of Liquid macrosUpdated all nuget and npm packagesInclude all query parameters as a variable that can be used in the Template engineMany other b... read the full blog post