Latest features and improvements of ShipAny templates.

Support for Paypal subscription billing. Commit 12fe156
See documentation for more information about Paypal payment integration.

Support for SQLite / Turso. Commit 1d9b38c
Support for MySQL. Commit 6b49a23
This version involves changes to the database Schema, please be careful to upgrade.
After syncing the code, if the database Schema file has conflicts, you can copy the content of the original src/config/db/schema.ts file to the src/config/db/schema.postgres.ts file, and then change the content of the src/config/db/schema.ts file to:
export * from './schema.postgres';See documentation for more information about database configuration.

Add email verification feature, optimize email registration and login flow. Commit d94a909
See documentation for more information about email verification.
Optimize get-session API request with frontend rate limiting. Commit e51f4c2
Add Top Banner component, allowing full-screen advertisement settings. Commit 541cb50
Optimize login check logic using useSession. Commit 587d7d6
Optimize get-configs API request to reduce request frequency. Commit a9dc677
Optimize log output for custom theme rollback. Commit aa327e9
Update the page configuration file path and content. Commit 9f78e56
Add a language detection toggle. Commit 84af41
Add a Quick-Start Skill to quickly bootstrap a project. Commit 8375d52
Add a Page-Builder Skill to quickly create pages. Commit 6b59e19
For using Agent Skills to quickly bootstrap a project and create pages, see: Docs
This release changes the page configuration file paths. The changes are large and touch many files. Please upgrade with caution.
See documentation for more information about Agent Skills.
Added utm_source / ip / locale tracking for newly registered users. Commit 4ca9113
Added database Schema switching feature. Commit fe4613d
pnpm db:generate
pnpm db:migrateDB_SCHEMA = "new_project"
DB_MIGRATIONS_SCHEMA = "new_project"
DB_MIGRATIONS_TABLE = "__drizzle_migrations"
DB_MIGRATIONS_OUT = "./src/config/db/migrations_new_project"See documentation for more information about database schema switching.

Assign initial roles for the admin backend to newly registered users. Commit 3922696
Grant credits to specific users in the admin backend. Commit 8e86f60
Add rate limiting to the get-session API. Commit d71f1c3
