However, master has since progressed about 100 commits further, and there are merge conflicts now. Directly merging the old develop branch into master is thus not possible.
That’s why I’ve updated develop from master (i.e. merged master into develop), fixed the conflicts, and did some small documentation and whitespace fixes to the projects code.
Merging this PR into master will finally make the projects feature available. Also, your develop branch could then be deleted, if you’re not using it for anything else.
As described in #318, support for DigitalOcean’s “projects” feature has been merged into the
develop
branch only, not intomaster
, and is thus not yet released. The only thingdevelop
contains thatmaster
doesn’t is the projects code.However,
master
has since progressed about 100 commits further, and there are merge conflicts now. Directly merging the olddevelop
branch intomaster
is thus not possible.That’s why I’ve updated
develop
frommaster
(i.e. mergedmaster
intodevelop
), fixed the conflicts, and did some small documentation and whitespace fixes to the projects code.Merging this PR into
master
will finally make the projects feature available. Also, yourdevelop
branch could then be deleted, if you’re not using it for anything else.Let me know if you’d like anything changed.