Security updates via submodules for old supported Kirby versions

Hi, is ist possible to update older but supported Kirby versions via submodules – if yes: how?

I would like to update an 3.6.x Kirby website to 3.6.6.2

Tutorial for updating to latest version:

“This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.”:

Thanks for help :slight_smile:

Yes:

cd kirby
git fetch --tags
git checkout 3.6.6.2

It works! Thanks a lot + have a nice day :slight_smile:

Thanks, I wish you the same. :slightly_smiling_face:

We’ll add a command example to the docs for the future.

I have now extended the cookbook recipe with an example and explanation:

1 Like