Skip to content

Commit

Permalink
Missing upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
JTPetter committed Jul 3, 2024
1 parent 9872301 commit 92f74c7
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions inst/Upgrades.qml
Original file line number Diff line number Diff line change
Expand Up @@ -1391,4 +1391,47 @@ Upgrades

ChangeRename { from: "continuousPredictors"; to: "continuousPredictorsPlots"}
}

// Variables Charts Individuals
Upgrade
{
functionName: "variablesChartsIndividuals"
fromVersion: "0.18.3"
toVersion: "0.19.0"

// report
ChangeRename {from: "reportDate"; to: "reportDateText"}
ChangeRename {from: "reportMeasurementName"; to: "reportMeasurementNameText"}
ChangeRename {from: "reportTitle"; to: "reportTitleText"}
}

Upgrade
{
functionName: "variablesChartsIndividuals"
fromVersion: "0.18.3"
toVersion: "0.19.0"

// report
ChangeRename {from: "reportDate"; to: "reportDateText"}
ChangeRename {from: "reportMeasurementName"; to: "reportMeasurementNameText"}
ChangeRename {from: "reportTitle"; to: "reportTitleText"}
}

// Control Charts Attributes
Upgrade
{
functionName: "attributesCharts"
fromVersion: "0.18.3"
toVersion: "0.19.0"

// report
ChangeRename {from: "reportTitle"; to: "reportTitleText"}
ChangeRename {from: "reportMeasurementName"; to: "reportMeasurementNameText"}
ChangeRename {from: "reportId"; to: "reportIdText"}
ChangeRename {from: "reportAppraiser"; to: "reportAppraiserText"}
ChangeRename {from: "reportMeasusrementSystemName"; to: "reportMeasusrementSystemNameText"}
ChangeRename {from: "reportSubgroupSize"; to: "reportSubgroupSizeText"}
ChangeRename {from: "reportTime"; to: "reportTimeText"}
ChangeRename {from: "reportFrequency"; to: "reportFrequencyText"}
}
}

0 comments on commit 92f74c7

Please sign in to comment.