Skip to content

Commit

Permalink
IPS 4.7.x support
Browse files Browse the repository at this point in the history
  • Loading branch information
RangeMachine committed Jul 7, 2022
1 parent 0ba4569 commit 9b622b2
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
24 changes: 24 additions & 0 deletions sources/setup/upg_11001/data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"id": 11001,
"name": "1.1.1",
"steps": {
"queries": false,
"lang": true,
"theme": false,
"themeSettings": false,
"javascript": false,
"emailTemplates": false,
"hooks": false,
"acpSearchKeywords": false,
"settings": false,
"tasks": false,
"modules": false,
"widgets": false,
"whatsnew": false,
"customOptions": false,
"customRoutines": false
},
"forceMainUpgrader": false,
"forceManualDownloadNoCiC": false,
"forceManualDownloadCiC": false
}
16 changes: 16 additions & 0 deletions sources/setup/upg_11001/lang.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"normal": {
"added": [
"module__btcpay_ipn"
],
"edited": [
"btcpay_allowed_ip"
],
"removed": []
},
"js": {
"added": [],
"edited": [],
"removed": []
}
}

0 comments on commit 9b622b2

Please sign in to comment.