Recent Releases of https://github.com/caleb531/intervarsity-plugin
https://github.com/caleb531/intervarsity-plugin - v4.1.0
- Fixed bug where small group search was not working on server running MySQL 8
- Upgraded build pipeline to Gulp 5
- Switched from npm to pnpm for dependency management
- PHP
Published by caleb531 over 1 year ago
https://github.com/caleb531/intervarsity-plugin - v4.0.0
Development
- Switched from Grunt to Gulp for the build pipeline
- Upgraded vulnerable development dependencies
- PHP
Published by caleb531 over 6 years ago
https://github.com/caleb531/intervarsity-plugin - v3.0.0
- Upgrade license from GPLv2 to GPLv3
- Enable hex encoding for antispambot protection against email harvesting
- PHP
Published by caleb531 almost 9 years ago
https://github.com/caleb531/intervarsity-plugin - v2.6.1
- Replace references to Cyclone Slider 2 with its successor, Cyclone Slider
- The former plugin has been merged into the latter; see the author's blog post
- PHP
Published by caleb531 about 9 years ago
https://github.com/caleb531/intervarsity-plugin - v2.6.0
- Enabled Rest API support, exposed small group details to API
- To protect the privacy of small group leaders, contact details require a valid nonce to retrieve
- PHP
Published by caleb531 over 9 years ago
https://github.com/caleb531/intervarsity-plugin - v2.5.1
- Upgraded relevant plugin and README URLs to HTTPS
- PHP
Published by caleb531 over 9 years ago
https://github.com/caleb531/intervarsity-plugin - v2.5.0
- Added a new Start Date field for small groups
- This allows you to set the date the small group first meets for a given semester (this field will display on the InterVarsity theme if the date is in the future)
- PHP
Published by caleb531 almost 10 years ago
https://github.com/caleb531/intervarsity-plugin - v2.4.1
- Added "intervarsity" and "iv" to the list of ignored search terms
- Upgraded all developer dependencies
- PHP
Published by caleb531 almost 10 years ago
https://github.com/caleb531/intervarsity-plugin - v2.4.0
- Added [iv-email-link] shortcode for securely displaying email address links in page and post content
- See the README for example usage
- Revised small group search algorithm to ignore undescriptive or generic words such as "in", "of", "group", and "study"
- PHP
Published by caleb531 over 10 years ago
https://github.com/caleb531/intervarsity-plugin - v2.3.0
- Added contextual help menus to all plugin pages
- Upgraded WordPress version requirement to 4.4
- PHP
Published by caleb531 over 10 years ago
https://github.com/caleb531/intervarsity-plugin - v2.2.0
- Enabled small group archive pages
- Extended search capability to recognize assigned small group categories
- PHP
Published by caleb531 over 10 years ago
https://github.com/caleb531/intervarsity-plugin - v2.1.0
- Switched from using the OS X-only app CodeKit to using the JavaScript task manager Grunt for automating style/script compilation and source map generation
- Fixed a bug where the 'Edit Small Groups' link in the admin toolbar was missing for small group category pages
- PHP
Published by caleb531 over 10 years ago
https://github.com/caleb531/intervarsity-plugin - v2.0.0
- 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:
- Campus pages now reside at
# 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
- PHP
Published by caleb531 over 10 years ago
https://github.com/caleb531/intervarsity-plugin - v1.0.0
- Initial release
- PHP
Published by caleb531 over 10 years ago