Releases: Project-Sloth/ps-mdt
2.5.0
What's Changed
- Some refactors by @BackSH00TER in #335
- Added more Specific Permissions for each Event by @LeSiiN in #333
- Update fxmanifest.lua by @MonkeyWhisper in #337
- Update dispatch map by @OK1ez in #338
Full Changelog: 2.4.9...2.5.0
2.4.9
What's Changed
- Added community service link by @MonkeyWhisper in #329
- More quotes :D by @lenzh in #331
- Added help text for charges and incidents by @LeSiiN in #321
Full Changelog: 2.4.8...2.4.9
2.4.8
What's Changed
- Webhook Prints when missing by @LeSiiN in #322
- Fixed wrong classes in Config.PenalCode by @Gnavling in #323
- Await MySQL Query for updated Clockout Time by @tomasalves8 in #324
- Fixed fingerprint appearing before selecting profile by @MonkeyWhisper in #327
New Contributors
- @Gnavling made their first contribution in #323
- @tomasalves8 made their first contribution in #324
Full Changelog: 2.4.7...2.4.8
2.4.7
What's Changed
- Default white letters for police and ambulance reports by @MonkeyWhisper in #316
- Corrected template to white and updated search to include first and last name query by @MonkeyWhisper in #317
- Forgot to add job local by @lenzh in #301
- Added a Citation Item & Charging Fine by @LeSiiN in #300
- Update README.md by @MonkeyWhisper in #318
- 2.4.7 by @MonkeyWhisper in #319
Full Changelog: 2.4.6...2.4.7
2.4.6
You need to do the following for upgrading to 2.4.5 and higher
FINGERPRINTS NEEDS TO BE ADDED TO THE PROFILE AND SAVED
IT NO LONGERS ADDS THEM AUTOMATICALLY BASED ON 1+ CONVICTION
FINGERPRINTS NEEDS TO BE ADDED TO THE PROFILE AND SAVED
IT NO LONGERS ADDS THEM AUTOMATICALLY BASED ON 1+ CONVICTION
FINGERPRINTS NEEDS TO BE ADDED TO THE PROFILE AND SAVED
IT NO LONGERS ADDS THEM AUTOMATICALLY BASED ON 1+ CONVICTION
FINGERPRINTS NEEDS TO BE ADDED TO THE PROFILE AND SAVED
IT NO LONGERS ADDS THEM AUTOMATICALLY BASED ON 1+ CONVICTION
Run this on your current database:
ALTER TABLE `mdt_data` ADD COLUMN `fingerprint` VARCHAR(50) DEFAULT NULL;
Run this on your current database:
ALTER TABLE `mdt_data` ADD COLUMN `fingerprint` VARCHAR(50) DEFAULT NULL;
Run this on your current database:
ALTER TABLE `mdt_data` ADD COLUMN `fingerprint` VARCHAR(50) DEFAULT NULL;
Run this on your current database:
ALTER TABLE `mdt_data` ADD COLUMN `fingerprint` VARCHAR(50) DEFAULT NULL;
Run this on your current database:
ALTER TABLE `mdt_data` ADD COLUMN `fingerprint` VARCHAR(50) DEFAULT NULL;
Run this on your current database:
ALTER TABLE `mdt_data` ADD COLUMN `fingerprint` VARCHAR(50) DEFAULT NULL;
What's Changed
New Contributors
Full Changelog: 2.4.5...2.4.6
2.4.5
What's Changed
- #303 FIX Removing Weapons tab from EMS side by @Crayons0814 in #307
- Added Fingerprint saving & Search by fingerprint by @MonkeyWhisper in #312
- Removed version check to be added later to ps-core by @MonkeyWhisper in #313
- 2.4.5 by @MonkeyWhisper in #314
Full Changelog: 2.4.3...2.4.5
2.4.3
What's Changed
- Properly Formatted Time by @MonkeyWhisper in #297
- 2.4.3 - NEW VERSION READ BELOW by @MonkeyWhisper in #298
Full Changelog: 2.4.2...2.4.3
Alter table to proper handle the new entries
Formatted time as days hours minutes seconds
Added top 25 officers
ATTENTION!!!!!!
You must run the following on your current database:
ALTER TABLE `mdt_clocking` MODIFY `total_time` int(10) NOT NULL DEFAULT '0';
ATTENTION!!!!!!
You must run the following on your current database:
ALTER TABLE `mdt_clocking` MODIFY `total_time` int(10) NOT NULL DEFAULT '0';
ATTENTION!!!!!!
You must run the following on your current database:
ALTER TABLE `mdt_clocking` MODIFY `total_time` int(10) NOT NULL DEFAULT '0';
ATTENTION!!!!!!
You must run the following on your current database:
ALTER TABLE `mdt_clocking` MODIFY `total_time` int(10) NOT NULL DEFAULT '0';
ATTENTION!!!!!!
You must run the following on your current database:
ALTER TABLE `mdt_clocking` MODIFY `total_time` int(10) NOT NULL DEFAULT '0';
2.4.2
What's Changed
- Fixed issue other jobs on clockin by @lenzh in #291
- Fixed only registering first weapon on inventory when self registering by @MonkeyWhisper in #294
- 2.4.2 by @MonkeyWhisper in #295
Full Changelog: 2.4.1...2.4.2
2.4.1
What's Changed
- Smaller Header for more Information Space by @LeSiiN in #279
- Update README.md by @MonkeyWhisper in #283
Full Changelog: 2.4.0...2.4.1
2.4.0
What's Changed
- Added resource versionchecker by @lenzh in #251
- Added Instructions for Automatic Mugshot. by @complexza in #256
- Added rich text editors in textarea's (#275) by @MonkeyWhisper in #280
- Implementation of Traffic Stop Alert via Radialmenu by @LeSiiN in #267
- Update README.md by @MonkeyWhisper in #281
- 2.4.0.lua by @MonkeyWhisper in #282
Full Changelog: 2.3.9...2.4.0