Openrestaurant Versions Save

Everything you need for your restaurant website.

2.6.1

5 years ago

Changelog


  • Issue #3049294: SA-CORE-2019-006 Update drupal core to 8.6.15

How to update


  • Go to the root of your openrestaurant project. This is one level up from your web directory.

openrestaurant project tree

- Manually update the version for `openrestaurant/openrestaurant` in `composer.json` as follows:
"openrestaurant/openrestaurant": "~2.6.1"
  • Run composer update. Composer will update drupal/core and contrib modules.
  • Next, cd web and run drush updb to run the database updates.

2.4.0

6 years ago

Changelog


  • Issue #2915070: Update drupal core and contrib to latest releases.

How to update


  • Go to the root of your openrestaurant project. This is one level up from your web directory.

openrestaurant project tree

- Manually update the version for `openrestaurant/openrestaurant` in `composer.json` as follows:
"openrestaurant/openrestaurant": "~2.4.0"
  • Run composer update. Composer will update drupal/core and contrib modules.
  • Next, cd web and run drush updb to run the database updates.

2.3.0

6 years ago

Changelog


  • Update Drupal core to 8.3.5.
  • Remove composer.lock from profile.
  • Add the hero link to the hero.

How to update


  • Go to the root of your openrestaurant project. This is one level up from your web directory.

openrestaurant project tree

- Manually update the version for `openrestaurant/openrestaurant` in `composer.json` as follows:
"openrestaurant/openrestaurant": "~2.3.0"
  • Run composer update. Composer will update drupal/core and contrib modules.
  • Next, cd web and run drush updb to run the database updates.

2.2.0

7 years ago

Changelog


  • Update core and contrib modules.
  • Add location support for menus.
  • Override radix libraries in sizzle.info.yml.

How to update


  • Go to the root of your openrestaurant project. This is one level up from your web directory.

openrestaurant project tree

- Manually update the version for `openrestaurant/openrestaurant` in `composer.json` as follows:
"openrestaurant/openrestaurant": "~2.2.0"
  • Run composer update. Composer will update drupal/core and contrib modules.
  • Next, cd web and run drush updb to run the database updates.

2.1.2

7 years ago

Changelog


  • Update drupal core to 8.2.7.

How to update


  1. Go to the root of your openrestaurant project. This is one level up from your web directory.
  2. Update openrestaurant/openrestaurant to 2.1.2 in your composer.json file
  3. Run the following command: composer update.
  4. Once composer has updated all dependencies, you can run the database updates using cd web; drush updb or by visiting /update.php.

Need help?


Ask us in the issue queue: https://www.drupal.org/project/issues/openrestaurant Talk to us on Slack: https://goo.gl/forms/feFLmsJAM40magqg2

2.1.1

7 years ago

Changelog


  • Update drupal core to 8.2.6.
  • Update radix to 3.1.
  • Remove eck module from make file.
  • Make all fields translatable.
  • Move translation config to optional.
  • Update node packages for sizzle theme.
  • Add the language_switcher blog for sizzle and theme it.
  • Add the openrestaurant_translation module.
  • Add an administrator role.
  • Add test for blog landing page..
  • Update path for radix theme.
  • Add support for yarn.
  • Add bower_components to git.

How to update


  1. Go to the root of your openrestaurant project. This is one level up from your web directory.
  2. Run the following command: composer update
  3. Once composer has updated all dependencies, you can run the database updates using cd web; drush updb or by visiting /update.php.

Important

Radix now ships with the default Bootstrap CSS. To remove it from your openrestaurant theme, add the following lines to your subtheme .info.yml file:

libraries-override:
  radix/bootstrap: false
  radix/style: false

Need help?


Ask us in the issue queue: https://www.drupal.org/project/issues/openrestaurant Talk to us on Slack: https://goo.gl/forms/feFLmsJAM40magqg2

2.1.0

7 years ago

Changelog


  • Add the composer.lock file.
  • Update core to 8.2.5, contrib_update to 1.3.0 and pathauto to 1.0.0-beta2.
  • Remove code for ECK entity menu_link alter.
  • Add Travis CI integration.
  • Add the blog.feature and the blog_admin.feature.
  • Add behat and dependencies.

How to update


  • Go to the root of your openrestaurant project. This is one level up from your web directory.

openrestaurant project tree

- Manually update the version for `openrestaurant/openrestaurant` in `composer.json` as follows:
"openrestaurant/openrestaurant": "~2.1.0"
  • Run composer update. Composer will update drupal/core and contrib modules.
  • Next, cd web and run drush updb to run the database updates.

2.0.0

7 years ago

Changelog


  • Update geocoder to 2.0-alpha5.
  • Update Drupal core to 8.2.4.
  • Update contrib modules to latest stable version.
  • Add a link to the theme store on the theme selection step.

2.0.1

7 years ago

Changelog


  • Fix issue for layout_width and footer_background_image settings.
  • Update the token module to 1.0.0-rc1.
  • Update the composer.json file for packages.drupal.org.
  • Remove snazzymaps custom module.

Upgrade notes


The Open Restaurant 2.0.1 release switched to the stable packages.drupal.org/8 packages repository. To upgrade your 2.0.0 installation to the latest version, follow the steps below:

Important: make a backup of your database before proceeding; drush sql-dump > dump.sql

  1. Using a terminal, go to the root of your openrestaurant profile: cd /path/to/openrestaurant.
  2. Move your composer.json file to a temporary file: mv composer.json composer.json.temp.
  3. Create a new composer.json file and copy https://raw.githubusercontent.com/openrestaurant/openrestaurant-project/master/composer.json to it.
  4. If you added contrib modules (other that the modules required by openrestaurant), copy them from composer.json.temp to composer.json under require.
  5. Run composer update.
  6. Run the following command to rebuild the cache: cd web; drush cr.
  7. Test your site.
  8. You can now delete the temporary composer.json.temp file.

Please note: This moves the contrib modules from /web/profiles/openrestaurant/modules/contrib to /web/modules/contrib and themes from /web/profiles/openrestaurant/themes to /web/themes/contrib.