v1.0.8 #2336
taoeffect
started this conversation in
Show and tell
v1.0.8
#2336
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to run this
The archive file contains a
dist/
folder that needs to be placed into a copy of this cloned repo. Then you can serve it usinggrunt serve
. On a production site, you should to use these environment variables:NODE_ENV=production
GI_PERSIST=sqlite
(orGI_PERSIST=fs
, butsqlite
is recommended)NOTE: when upgrading, it's important to first delete the
dist/
folder and replace it with the new contents from the archive.What's Changed
stringMax
validation for user display name #2325 - addstringMax()
validator for user display name by @SebinSong in #2325 - addstringMax()
validator for user display name #2328/payments
page by @SebinSong in #2296 - Fix the broken search functionality in the/payments
page #2335Full Changelog: v1.0.7...v1.0.8
This discussion was created from the release v1.0.8.
Beta Was this translation helpful? Give feedback.
All reactions