Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
Merge pull request #99 from Sonoran-Software/v2.9.34
Browse files Browse the repository at this point in the history
v2.9.34 - Final - Depreciation Notice
  • Loading branch information
Fireant456 authored Nov 13, 2024
2 parents 49f8312 + dc2f088 commit 04de75c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 20 deletions.
17 changes: 1 addition & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1 @@
# SonoranCADLuaIntegration

The Sonoran CAD Lua integration framework includes dozens of drag-and-drop integration scripts for your gaming server.

## Installation

Please view the [plugin and framework installation guides](https://info.sonorancad.com/integration-plugins/integration-plugins) for more details.

## API Resources

Sonoran CAD's API offers direct access to your CAD data, making it very useful to use for integration with various scripts. Detailed API and push event information can be found [here](https://info.sonorancad.com/sonoran-cad/api-integration/api-endpoints/).

## Development Bounties
Get PAID to contribute to the open source project!!!

Sonoran Software offers 💵CASH💵 for contributing to the open source integration framework plugin library. Check out more information [here](https://info.sonorancad.com/sonoran-cad/developer-bounties).
# v2.X.X and earlier have been depreciated and are no longer supported. Please update to the latest version [here](https://sonoran.link/v3).
6 changes: 4 additions & 2 deletions sonorancad/core/updater.lua
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ local function doUpdate(latest)
warnLog(("Failed to download from %s: %s %s"):format(releaseUrl, code, data))
end
end, "GET")

end

function RunAutoUpdater(manualRun)
Expand All @@ -58,7 +58,9 @@ function RunAutoUpdater(manualRun)
end
versionFile = string.gsub(versionFile, "{branch}", Config.updateBranch)
local myVersion = GetResourceMetadata(GetCurrentResourceName(), "version", 0)

if string.sub(myVersion, 1, 2) == "2." then
warnLog('SonoranCAD Core Version 2.X.X is now considered legacy and is no longer supported. Please update to the latest version to ensure compatibility and access to new features. Download the latest version here: https://sonoran.link/v3')
end
PerformHttpRequestS(versionFile, function(code, data, headers)
if code == 200 then
local remote = json.decode(data)
Expand Down
2 changes: 1 addition & 1 deletion sonorancad/fxmanifest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ games {'gta5'}

author 'Sonoran CAD'
description 'Sonoran CAD FiveM Integration'
version '2.9.33'
version '2.9.34'

server_scripts {
'core/http.js'
Expand Down
2 changes: 1 addition & 1 deletion sonorancad/version.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"resource" : "2.9.33",
"resource" : "2.9.34",
"testedFxServerVersion": "5932"
}

0 comments on commit 04de75c

Please sign in to comment.