Skip to content

v2.0.0

Choose a tag to compare

@caleb531 caleb531 released this 14 Nov 20:15
  • Updated permalinks for all small groups and campus pages

    • Campus pages now reside at small-groups/campus/my-campus
    • Indivdual small groups now reside at small-group/my-group
    • To avoid breaking existing links, add the following to the very top of your .htaccess file:
    # BEGIN InterVarsity
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^small-groups/(campus|category)/([\w\-]+)/?$ index.php [NC,L]
    RewriteRule ^small-groups/([\w\-]+)/([\w\-]+)/?$ small-group/$2 [NC,R=301,L]
    RewriteRule ^small-groups/([\w\-]+)/?$ small-groups/campus/$1 [NC,R=301,L]
    </IfModule>
    # END InterVarsity
    
  • Added the ability to create and assign categories to small groups

    • Category pages reside at small-groups/category/my-category