Simple Golf Club v1.7.0 (2024-10-24)
There’s a lot of changes going into this update. Here are some of the highlights
The Shortcode Update!
The biggest change is the enhanced support for shortcodes.
There has been basic shortcode support in the past, but it was never really ready for general use. This update is a complete rethink and overhaul of the existing shortcode support. To learn more about what’s avaialable: install Simple Golf Club and navigate to the “Shortcodes” tab in the Simple Golf Club settings menu.
Moving away from custom themes
In the past we’ve required that you use custom themes to either call the PHP functions or use the API. These are still available and you can continue to use them if you like. However, if you don’t want to invest the time into making a custom theme (or child theme), you can now build out your site using the shortcodes mentioned above.
NOTE: Since API work will now be more focused on supporting shortcodes, there are changes in this release which will break existing functionality for custom themes (API and PHP calls). If you have an exiting theme that works with SGC you will want to test it with the latest version before you commit to updating.
Download
Change Log
For a complete list of changes see the commits page:
- Added Shortcodes for SGC Posts
- Removed requirement for custom theme
- Remove Redundant code
- Refactored public code