Upgrading an Existing Installation¶
Upgrading to v3.x.y from v3.0.0¶
- Run
lip.install "quick-note"
from VBA immediate window. - Replace app folder addon_quick_note.
- Publish actionpads.
- Done!
Upgrading to v3.x.y from v2.0.1¶
- Run
lip.install "quick-note"
from VBA immediate window. - Replace app folder addon_quick_note.
- Publish actionpads.
- Done!
When upgrading to v3.0.0 the configuration could possibly break. Make sure to test Quick Note everywhere it's used after upgrading.
Upgrading to v2.0.1 from v2.0.0¶
- Delete VBA module AO_QuickNote
- Save VBA
- Run
lip.install "quick-note"
from VBA immediate window. - Replace app folder addon_quick_note
- Publish actionpads
- Done!
Upgrading to v2.x.y from v1.x.y¶
Go over all the installation steps again.
Config is extended and some changes in structure between v1.x.y and v2.x.y. Therefore all LBS app config needs to be re-written when uppgrading. See configuration for more info on how to write LBS app config for v2.x.y.