major bug fixes & breaking change in database code
Major bug fixes and improvements have been made. There's also a breaking change for plugins using the database system. All database related functions are now async based.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
# Example Plugin
|
||||
A simple example of an Open Ticket v4 plugin!
|
||||
|
||||
> Use this plugin as a starter template for all your custom plugins!
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name":"OT Example Plugin",
|
||||
"name":"Example Plugin",
|
||||
"id":"example-plugin",
|
||||
"version":"1.0.0",
|
||||
"startFile":"index.ts",
|
||||
|
||||
Reference in New Issue
Block a user