0

With OctoberCms, The CURRENT BUILD is 447, But I want to rollback 433, what should I do?

lnmput
  • 51
  • 1
  • 1
  • 3

1 Answers1

1

October uses a rolling-release system, which means you will always get the latest version using the installer.

However, if you use a composer based installation, you can require a specific version tag. You can find the available tags on packagist.

Another option would be to pull the files directly from the git repository. Each new version is tagged as a release. You can find v433 here, it would just be a bit tricky to install right from the git files.

Alex Guth
  • 187
  • 7