Releases: Extendy/SmartyURL
1.0.0
SmartyURL v1.0.0 Release Notes
We're are happy to announce the first release of SmartyURL, your ultimate solution for URL manipulation and management. This release marks a significant milestone in our journey towards simplifying URL handling for developers everywhere.
Get Started:
For detailed information on how to utilize SmartyURL's capabilities, please refer to our documentation: SmartyURL Documentation
Feedback and Support:
We value your feedback! If you encounter any issues or have suggestions for improvement, please don't hesitate create submit Issue
Happy Extendying!,
Extendy team.
v0.0.0-dev-dnd.7
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.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
v0.0.0-dev-dnd.5
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
- 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
v0.0.0-dev-dnd.3
This is a pre-release version v0.0.0-dev-dnd.3 , 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."
What's Changed since v0.0.0-dev-dnd.1
Enhancements
- Feature: List URL Hits by @mshannaq in #88
- Feature: Add the ability to delete URL by @mshannaq #93
- Update IP2Location LITE IP-COUNTRY Database File. by @mshannaq in #93
- Fix: small bug fixes by @mshannaq in #93
Full Changelog: v0.0.0-dev-dnd.1...v0.0.0-dev-dnd.3
v0.0.0-dev-dnd.1
This is a pre-release version v0.0.0-dev-dnd.1 , 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 note that:
- Upcoming versions may include significant changes
- Future releases may introduce breaking changes compared to this version.
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."
New Contributors
- @mshannaq made their first contribution in #1
- @extendy-sam made their first contribution in #37
- @datamweb made their first contribution in #59
Full Changelog: https://github.com/Extendy/SmartyURL/commits/v0.0.0-dev-dnd.1