You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove URL validation config option. Only rely in the validateUrl param. If it's sent with value true, the URL is validated, otherwise it's not.
Enable composer platform-checks: This will check all required extensions are installed when running shlink, throwing an error otherwise. Not possible, as there are features that require specific platform deps, and forcing to install those even if you are not using the features, will cause friction.
Re-consider domain falling back behavior. It was done the way it is for BC. Might be the moment to change it. This can't be changed, as it would make it hard to update to v3.0 from older versions but retaining links behavior.
Drop support for PHP 7.4 (use some of the cool PHP 8 features).This will actually happen for version 2.8 Drop support for PHP 7.4 #1046validateUrl
param. If it's sent with valuetrue
, the URL is validated, otherwise it's not.Enable composerNot possible, as there are features that require specific platform deps, and forcing to install those even if you are not using the features, will cause friction.platform-checks
: This will check all required extensions are installed when running shlink, throwing an error otherwise.DELETE_SHORT_URL_THRESHOLD
env var is not provided. #1283USE_HTTPSIS_HTTPS_ENABLED
default to true.Re-consider domain falling back behavior. It was done the way it is for BC. Might be the moment to change it.This can't be changed, as it would make it hard to update to v3.0 from older versions but retaining links behavior.TODO
s andFIXME
s.The text was updated successfully, but these errors were encountered: