Skip to content

Update: Drupal Forge (devpanel) Template

izmeez edited this page Sep 3, 2024 · 3 revisions

Backdrop CMS Quickstart template for Drupal Forge on devpanel

Backdrop security releases and bug fixes should be applied to the template as soon as possible. However, releases of a new minor version may be delayed a short time to assess stability before updating the template.

How to update the Drupal Forge (devpanel) Backdrop CMS Quickstart template to the latest core version.

  1. Create a new issue at https://github.com/devpanel-demo/backdrop-cms-quickstart/issues
  2. If you have not done so already, fork the platform template at https://github.com/devpanel-demo/backdrop-cms-quickstart
  3. Create a new branch on your fork for the new issue created in step 1.
  4. Edit the file .devpanel/init.sh modifying the line cd /tmp && wget https://github.com/backdrop/backdrop/releases/download/1.28.2/backdrop.zip changing the version number to the latest core version.
  5. Commit the change to the branch of your fork.
  6. Create a pull request with this change for the issue created in step 1.