v0.0.0-dev-dnd.7
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.7 you have to upgrade the database by running the command
php spark migrate
if you are upgrading from v0.0.0-dev-dnd.5 the following migration files will be applied when running the migrate command:
Namespace | Migration version | Filename | Group | Migrated On | Batch |
---|---|---|---|---|---|
App | 2023-12-27-133116 | AddUrlSharedColumn | default | - | 6 |
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
Fixed Bugs
- Make sure user cannot delete or deactivate his account by @mshannaq in #111
- Remove
composer.lock
file to allow each developer control his environment (while users may use different php version so keep composer.lock in repository make no sense) by @mshannaq in #129 - Fix URL counts show incorrect number when URL is shared #135 by @mshannaq in #136
- Fix permitted User can edit his account by @mshannaq in #137
- Fix encoded search query string #140 by @mshannaq in #141
Enhancements
- Allow admins to create new user from the portal by @mshannaq in #121
- Allow admins to edit user account from portal by @mshannaq in #126
- Simple URL Statistics in dashboard by @mshannaq in #128
- Sharing URLs Between Users by @mshannaq in #134 include [Database Changed]
New Contributors
- @dependabot made their first contribution in #119
Full Changelog: v0.0.0-dev-dnd.5...v0.0.0-dev-dnd.7