Greetings CMS dev community.
I have been hacking around CMS for a few months, with the sole goal of adding a self service experience to the platform *without* altering the core. In other words, I'm creating an external set of web applications that manage the CMS data directly from its schema, letting the platform work as expected, and at least for user registration it worked :).
Unfortunately, I have stumbled with a "meta" problem, which at least for me, is not quite clear the branching and versioning model that CMS platform is following right now. For example, I started using a master branch revision (
f7ebce619b886cbdd4620123889860a908f4ca65) dating form Jan 27th 2018, but the stable release
v1.3.1 that came after it does not have some of the goodies that I was used to see (Ex.: C# and Rust language support). I could guess that the 1.3.x release branch was created while ago (before Jan 2018) and the mentioned release came from it, but I would like to confirm with any of the current maintainers.
Thanks for the help :)