dynamic / silverstripe-maintenance-mode

Maintainance/Offline Mode Module for SilverStripe
BSD 2-Clause "Simplified" License
21 stars 18 forks source link

Enhancement: SilverStripe 4 compatibility #28

Open robbieaverill opened 7 years ago

robbieaverill commented 7 years ago

This is a placeholder issue for SS4 compatibility.

Pre-requisites

Requirements

Implications

robbieaverill commented 7 years ago

@dljoseph if you wouldn't mind doing the branching and update the composer alias, I'm happy to make PRs for the rest of the changes required.

"extra": {
    "branch-alias": {
        "dev-master": "2.0.x-dev"
    }
}
dljoseph commented 7 years ago

Hi Robbie, Thanks for this. Sorry I'm a bit late in responding. I'll do that today.

dljoseph commented 7 years ago

Hi @robbieaverill that's done. Branch 1.0 created for maintaining compatible SilverStripe 3.x version, composer.json branch-alias added to master branch for SilverStripe 4.x. Go ahead and submit your PRs.