Releases: NFarrington/vatsim-url-shortener
Releases · NFarrington/vatsim-url-shortener
v1.4.0
v1.3.0...v1.4.0
Added
- URL prefixes for organizations (756c722)
Changed
- 'Support' link now reads 'Help & Support' (43a489e)
Fixed
- Selection of the previously selected organization when there is a validation error (a043007)
v1.3.0
v1.2.1...v1.3.0
Added
- A new 'owner' role to diversify permissions. Owners can manage the organization and its users, managers can delete URLs and transfer them to other organizations, and members can only edit the redirect path of a URL (dcc6457)
Changed
- Set a timeout for Guzzle requests to prevent infinite waiting (72bc6c7)
v1.2.0
v1.1.4...v1.2.0
Added
- Organization management for URLs (4053a2a)
- Create users automatically so they can be added to an organisation without registering (bea348e)
Changed
- Allow access to the main site and URL redirects in maintenance mode (9691b9d)
- Moved flash messages from bottom-right to top-right (0a127f6)
Fixed
- Tracking header columns for URL analytics to avoid truncation (d9581fe)
- Tracking array attributes (40eb564)
v1.1.1
v1.1.0...v1.1.1
Added
- Require
guzzlehttp/guzzle
for the use of the mailgun driver (b47c479)
Fixed
- Retrieving
MAILGUN_SECRET
with a cached config file (2e619b3)
- Allow mailgun webhook requests without CSRF verification (49e6a16)