Skip to content
This repository has been archived by the owner on Dec 25, 2023. It is now read-only.

Releases: Mobius1/xperience

v0.3.2

10 Jul 12:31
0b7d6c6
Compare
Choose a tag to compare
  • Implements #6
  • Implements #7

v0.3.1

09 Jul 15:48
Compare
Choose a tag to compare
  • Fixes event esx:playerLoaded was not safe for net error
  • Fixes #3

v0.3.0

08 May 22:05
Compare
Choose a tag to compare
  • Refactored UI code
  • Added ability to switch UI themes
  • Added ability to add custom UI themes
  • Added setXPTheme command for theme switching
  • Theme choice is saved
  • Fixed bug in QBCore integration

v0.2.1

28 Apr 14:35
Compare
Choose a tag to compare

Breaking Changes

  • If you have client handlers for rank events
    • change 'experience:client:rankUp' to 'xperience:client:rankUp'
    • change 'experience:client:rankDown' to 'xperience:client:rankDown'

If you don't do the above edits, then any event handlers you're using won't work.

v0.2.0

28 Apr 14:17
Compare
Choose a tag to compare
  • Fixed SetRank method throwing an error if invalid rank used
  • Added server-side commands (requires ace permissions)
  • Added server-side rank events

v0.1.1

25 Apr 21:10
Compare
Choose a tag to compare
  • Pass PlayerPedId() to event and action callbacks

v0.1.0

25 Apr 18:21
Compare
Choose a tag to compare

QBCore

  • Integrated with player metadata - no need for seperate sql columns or tables
  • Listens for 'QBCore:Client:OnPlayerLoaded' event before initialising

ESX

  • Integrated with player metadata - also requires import of xperience_esx.sql to add the required columns
  • Listens for 'esx:playerLoaded' event before initialising

General

  • Added new server-side exports
  • Moved rank checks to server side (bit silly checking for valid ranks on the client)
  • Fixed MySQL.update error

1.0.0-beta

02 Sep 19:22
Compare
Choose a tag to compare
1.0.0-beta Pre-release
Pre-release
  • Initial Beta Release