Downloads

Download tar.gz 4.41 MB
MD5: 7bdb5f7a6c86370955d1f9922991e77f
SHA-1: 88e168f897e7b340122798fbbfa4f8aaec3c3ee9
SHA-256: 75046b7e11b445f2f3e1fac768f57f98c2004651473c257c4de56d42aeff1de1
Download zip 4.86 MB
MD5: 832c63bc3a04027f8755aa09164d83be
SHA-1: 2156b5f727e205f04f787a657715424bf1436991
SHA-256: f6880ed7c5f02b9fdcd16604415f21590a1df4a702111961ad05c0953471af57

Release notes

First stable, production ready release of Sector D8!

Composer 2 support and security coverage is now included.

To test and start using Sector, run composer create-project sparksinteractive/sector-project

Thanks to everyone who has contributed and helped us get to this point!

Release notes and blog post coming soon.

Notes (Will be replaced by proper release notes):

Breaking changes

We have removed drupal/devel and drupal/console. If they are needed they should be added on a site-by-site basis with composer.
Existing sites will need to add the following to the "Repositories" section of their composer.json

 "ckeditor-plugin/templates": {
            "type": "package",
            "package": {
                "name": "ckeditor-plugin/templates",
                "version": "4.14.0",
                "type": "drupal-library",
                "dist": {
                    "url": "https://download.ckeditor.com/templates/releases/templates_4.14.0.zip",
                    "type": "zip"
                }
            }
        },

And "ckeditor-plugin/templates": "4.14.0", to their require section

Issues fixed since last beta

#3175908: [META] Push for the stable release
#3172820: Radix starter README makes references to old starter theme
#3172806: FakeObjects modules required in order to avoid fatal error
#3172808: entity_usage module required in order to avoid fatal error
#3181818: November Updates Drupal Core (8.9.7) and contrib. modules
#3172830: Theme name in the UI is in machine speak
#3182016: Notices when installing sector_default_content
#3181830: Core update to 8.9.10 and use drupal/core-recommended
#3180584: composer normalize
#3157340: Remove committed WYSIWYG template library
#3094832: Remove devel as a dependency
#3185085: [META] Update copyright
#3157340: Remove committed WYSIWYG template library

Thanks

Special thanks to Sparks Interactive for the budget to work on and build Sector.

Special thanks also to all the Sparks team for the support and work done in Sector over the past years, and to the external people who have shown interest and contributed towards Sector. In particular, xurizaemon and amjad1233

Created by: danielveza
Created on: 27 Nov 2020 at 02:32 UTC
Last updated: 10 Oct 2024 at 21:00 UTC
Unsupported

Other releases