zulujive / fiddle

A reinvented version of PxlsFiddle for the 21st century with a modern design and a clean frontend and backend.
https://stemplace.org/extra/fiddle
MIT License
1 stars 0 forks source link

In Progress: Featured Template Handling in Docker #19

Open zulujive opened 1 year ago

zulujive commented 1 year ago

Currently, the way featured templates are handled is a little messy. The current method in docker will just completely break PHP since the defined featured templates are simply placeholders in an inaccessible JSON file.

I plan to fix this by using the database to define the featured data. This will be the final major fix before the next release.

Side note: v1.2.0 will be the first stable release, which will be the next release cycle.