BibleSuperSearch 6.0.0 has been released. This version introduces significant updates and improvements. The language expansion project, which began last year, has been successfully completed. This resulted in language support being added for several languages, including Bibles in these languages, Bible book lists, and user interface translations. Also, many third party software libraries have been updated.
As we are now using semantic versioning, this release introduces some breaking changes.
However, nothing major, manly changes to the the requirements to run the software.
Breaking changes
- API
- PHP version requirement: 8.2+ (formerly 8.0+)
- SQLite extension now required
- MySQL: v 8.0+ recommended
- Client
- All CSS class names have been prefixed with “bss_”
- Exception, classes beginning with “biblesupersearch_” or “bss_” already.
- This eliminates conflicts between our CSS classes and classes of third party software, such as WordPress plugins and themes.
- If you have overridden any Bible SuperSearch styles, please update the CSS class names accordingly.
- WordPress Plugin
- PHP version requirement: 7.3+ (formerly 5.6+)
- WordPress version requirement: 5.0+ (formerly 4.0+)
- All CSS class names have been prefixed with “bss_”
- Exception, any classes beginning with “biblesupersearch_” or “bss_” already.
- This eliminates conflicts between our CSS classes and classes of third party software, such as WordPress plugins and themes.
- If you have overridden any Bible SuperSearch styles, please update the CSS class names accordingly.