Release 1.2.3
This small release fixes a bug with users API, when getting them by username/slug.
🛠️ Fixed
- 🐛 Get user by username returning 404 (beta15 incompatibility; thank you @Scumi for noticing this)
Note: Now the users endpoint parameter follows this standard:
- int parameter: get user by id
- string parameter: get user by slug/username
For example:
Parameter: 012453
- I get user with ID 012453
Parameter: '012453'
- I get user with username 012453
This update shouldn't be a breaking update, so everything should work fine without anything else