Releases: WaypointRP/wp-placeables
Releases · WaypointRP/wp-placeables
Release list
v1.1.4
v1.1.3 - Add qbox support
v1.1.2
v1.1.1
Bumping version to v1.1.1
- Includes the fix to use the event from
wp-seatsfor sitting on placeable chairs
v1.1.0
-
Removed the use of
shouldUseItemNameState. We now always use the statebag propertyitemName -
Fixed an issue with ox_target that was resulting in duplicated target options
Potential breaking changes:
- renamed statebag
itemNameOverridetoitemName. If you had any external scripts utilizing this field, this could break your logic and will need to be updated.
v1.0.6
v1.0.5
v1.0.4
v1.0.2
- All fields needed by wp-placeables are now defined on each item in the
Config.PlaceablePropslist- You no longer need to define these extra fields on the items.lua table
- This should fix the bug with ESX not getting the correct data (due to previously trying to access items from the Core object)
- Updated readme instructions
v1.0.1 - Framework abstraction
Added framework abstraction to make it easier to support various frameworks and to remove dependency on QB