v0.0.0-dev-dnd.5
Pre-releaseThis is a pre-release version, and it is not intended for production or even development use. This release is specifically for testing purposes and it is reference for SmartyURL developers.
Please do not use it unless you possess the necessary expertise.
Any version containing the term "dnd" in its version number is an abbreviation for "DO NOT DISTRIBUTE."
Upgrading to this version
If you are using old version and you upgrade your SmartyURL code to v0.0.0-dev-dnd.5 you have to upgrade the database by running the command
php spark migrate
the following migration files will be applied:
| App | 2023-11-16-171158 | AddDefaultSettings1 | --- | --- | --- |
| App | 2023-12-07-232444 | UpdateUserForeignKeyConstraints | --- | --- | --- |
Upgrading the database will not delete any of your data, it will just upgrade the database.
for documentation visit https://docs.smartyurl.extendy.net/developers/
What's Changed since v0.0.0-dev-dnd.3
Enhancements
- List system users by @mshannaq in #97
- manage system users by @mshannaq in #102
- ban/unban user by @mshannaq in #108
- refactor: small fixes by @mshannaq in #105
Documentation
Update a dependencies
Full Changelog: v0.0.0-dev-dnd.3...v0.0.0-dev-dnd.5