Skip to content

v0.0.0-dev-dnd.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@mshannaq mshannaq released this 09 Dec 00:00
· 102 commits to main since this release
9ac5624

This 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

Documentation

Update a dependencies

Full Changelog: v0.0.0-dev-dnd.3...v0.0.0-dev-dnd.5