Make this project compatible for drupal 9.
suggestions:
- use drupal-check, rector , upgrade_status module to check the changes needed to be done
- Add version key for drupal 9 in info.yml file.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3136790-2.patch | 1.31 KB | sarvjeetsingh |
Comments
Comment #2
sarvjeetsingh commented- added core_version_requirement: ^8 || ^9
- fixed errors found by rector.
Comment #3
divya.sejekan commentedComment #4
divya.sejekan commentedTested the patch and its working on drupal 9.
Testing steps:
1. Install drupal 9
2. Install the theme clean blog
3. Install bootstrap theme
4. Apply the patch
5. Set Clean blog theme as default
6. Check theme is applied to the site.
Comment #5
jaykandariComment #6
jaykandariThank you @sarvjeetsingh & @divya.sejekan for your contributions.
Merged to 3.x branch and with his this theme is D9 Ready. Created 3.0.0 tag release.