If I want to download the source for that from github, which branch would that be (master-v7?) I assume dev-v7 is already a more current version than v7.4.3? Thanks
Yes, master-v7 has a tag release-7.4.3 which you can build on.
But.. please try not to run your own custom builds of Umbraco, it's an upgrade nightmare! Also, if we have to release a security patch before the next version is out, you'd need to rebuild your custom version with the patch applied too.
If you must do it, for a good reason then that's fine but consider sending us a pull request to get whatever you need in the core properly. That way you can safely upgrade to the next version when it's out.
Create custom fork
Hi all, currently i am running v7.4.3
If I want to download the source for that from github, which branch would that be (master-v7?) I assume dev-v7 is already a more current version than v7.4.3? Thanks
Yes,
master-v7
has a tagrelease-7.4.3
which you can build on.But.. please try not to run your own custom builds of Umbraco, it's an upgrade nightmare! Also, if we have to release a security patch before the next version is out, you'd need to rebuild your custom version with the patch applied too.
If you must do it, for a good reason then that's fine but consider sending us a pull request to get whatever you need in the core properly. That way you can safely upgrade to the next version when it's out.
Edit - see the 7.4.3 tag here: https://github.com/umbraco/Umbraco-CMS/releases/tag/release-7.4.3
Thanks, thats great.
I raised a bug this morning on the issue tracking site about the issue, but I need a quick workaround in my solution.
is working on a reply...