Skip to content
UPGRADE.txt 4.75 KiB
Newer Older
Author: Jay Callicott

Please read these instructions carefully before filing an issue. DO NOT UPGRADE on a production
environment without first testing on a local or dev environment!
ALWAYS back up your data in production even if you have tested first, to make sure that you will
be able to roll back completely if you have any problems.

-----------------------------------

Upgrading to 7.x-1.11-beta11:
Pre-install notes:
Make SURE you have copied your OpenChurch MM theme to your sites/all/themes folder if you are
using that theme. This theme is no longer supported by OpenChurch.

1. Run /update.php or 'drush updatedb'
2. Clear all caches (From performance page at /admin/config/development/performance or use 'drush cc all')
3. OpenChurch MM has now been deprecated (this should have no effect if you are not using this theme)

Upgrading to 7.x-1.11-beta10:
1. Run /update.php or 'drush updatedb' (VERY IMPORTANT)
2. Clear all caches (From performance page at /admin/config/development/performance or use 'drush cc all')

-This will add a mobile menu dropdown to your theme

Upgrading to 7.x-1.11-beta9:
1. Run /update.php or 'drush updatedb' (VERY IMPORTANT)
2. Clear all caches (From performance page at /admin/config/development/performance or use 'drush cc all')

Upgrading to 7.x-1.11-beta5:
1. Run /update.php or 'drush updatedb' (VERY IMPORTANT)
2. Clear all caches (From performance page at /admin/config/development/performance or use 'drush cc all')
3. Go to /admin/appearance/settings/openchurch_theme OR /admin/appearance/settings/openchurch_mm and select
"Yes" under "Enable responsive", otherwise your layout might be broken.

Upgrading to 7.x-1.11-beta4:
1. Run /update.php or 'drush updatedb' (VERY IMPORTANT)
2. Clear all caches (From performance page at /admin/config/development/performance or use 'drush cc all')
3. Revert the OpenChurch Event feature at /admin/structure/features/openchurch_events - this will update the event detail page to include
a new field for event dates that does not include past dates.

Upgrading to 7.x-1.11-alpha3:
1. Run /update.php or 'drush updatedb' (VERY IMPORTANT)
2. Clear all caches (From performance page at /admin/config/development/performance or use 'drush cc all')
3. IMPORTANT: If you want to use the classic header you will need to change the header style at
/admin/appearance/settings/openchurch_theme/. You will select the 'Classic Header Style' and save.
4. Mobile responsive is now enabled!

jrcallicott's avatar
jrcallicott committed
Upgrading to 7.x-1.11-alpha2:

1. Run /update.php or 'drush updatedb' (VERY IMPORTANT)
2. Clear all caches (From performance page at /admin/config/development/performance or use 'drush cc all')
3. Revert the OpenChurch Event feature at /admin/structure/features/openchurch_events - this will add the repeatable events
4. If you want to enabled OpenChurch SimpleNews go to /admin/apps to enable this new feature

Upgrading to 7.x-1.10-alpha1:

From OpenChurch 7.x-1.9-beta2:

1. Run /update.php or 'drush updatedb'
2. Clear all caches (From performance page at /admin/config/development/performance or use 'drush cc all')
3. Review features that have been overridden at /admin/structure/features
3a. All of the demo features are now in their own module (e.g. OpenChurch Blog Demo Content).
    Your content should still be there WITHOUT enabling the demo content module. New installations will have these modules
    enabled by default, but users upgrading will not need to enable these modules.
3b. If you have not modified any views, etc. then only the Staff module should display as overridden
    (it technically is not overridden, the Feature's module erroneously displays it as overridden). You will want to review
    overrides one by one and decide whether or not you want to keep the change you have made.
3c. There are 2 new features available to enable: Openchurch Social and Openchurch Video. You can enable them here, from the modules
    page, or from the apps page at /admin/apps. If you get a message about 'orphaned dependencies', choose 'Leave enabled'. The
    Openchurch Video feature also has a companion 'Openchurch Video Demo Content' feature that you will want to enable if you are
    testing this feature on a test environment.
4. If you enable Openchurch Video a new menu item will be added for you underneath the Media (if you have modified your menus you might
   need to add this link yoursel). The path is /multimedia/video.
5. If you enable Openchurch Social, you will see new social icons in the right sidebar which allow users to share pages from your site.

From versions earlier than 7.x-1.9-beta2:

1. Run /update.php or 'drush updatedb'
2. Clear all caches (From performance page at /admin/config/development/performance or use 'drush cc all')
3. Review features that have been overridden at /admin/structure/features

-----------------------------------