what-the-diff[bot]
what-the-diff[bot]
* Added a new blacklist for releasegroups * Created the controller and model to handle this data * Migrated database table with columns name, reason, created_at & updated_at * Updated...
* Added BonEarning and BonEarningCondition models. * Created bon_earnings table with position, variable, multiplier and operation columns. * Created bon_earning_conditions table with foreign key to the id of a row...
* Added use of Pods\Whatsit\Pod class. * Changed the way empty values are handled for datetime fields in table-based pods to match how they're handled in meta-based pods (empty string...
* Added a new environment variable PLAUSIBLE_CONFIGURATION to the .env.example file * Added plausibleLogger middleware in app.ts * Updated docker-compose with Plausible Analytics Engine configuration and added volumes for data...
* Add etag support to cache * Fix mtime check for 304 response
* Added a new type to the Type enum * Changed the return value of useOffLicense() to include both s3 and ipfs urls/keys * Added two functions: ipfsUrl, which returns...
* The version of eslint-plugin-prettier was updated from 4.0.0 to 4.2.1
* The version of re-resizable was updated from 6.9.2 to 6.9.9
* Added profile and password routes * Added user:profile_form, user:password_form tags * Updated UserController to handle the new forms (and added a few helper methods) * Removed asset fields from...
* Added a new action to the entry publish form. * The list actions are now fetched from an endpoint, instead of being hardcoded in the view file. * When...