-
getBible v3.1.1 for Joomla 3 Stable
released this
2024-04-29 17:05:56 +00:00 | 7 commits to 5.x since this release- Add back to Bible button to Open AI page.
- Fix missing Joomla__aeb8e463_291f_4445_9ac4_34b637c12dbd__Power.
- Add PHP check on installation.
- Add Database check on installation.
- Moved all library classes away from default Namespace and Folder path to avoid collusion on outdated classes.
- Update getBible loader to version 3.1.0
- Correct the url encoding to json_encode for none Latin languages.
- Fix type cast validation on search page.
- Fix missing token variable in ajax call
- Fix an Ajax input typo.
- Add option to target mysql 8+ with the search regex.
- More namespace updates.
- Fix missing use statement in app model.
- Move all JText to use the namespaced class Text directly.
- Move all JHtml to use the namespaced class Html directly.
- Move all JFactory to use the namespaced class Factory directly.
- Move all JRoute to use the namespaced class Route directly.
- Move all JFormHelper to use the namespaced class FormHelper directly.
- Move all JLayout to use the namespaced class FileLayout directly.
- Move all JLanguageMultilang to use the namespaced class Multilanguage directly.
- Move all JComponentHelper to use the namespaced class ComponentHelper directly.
- Move all JCategoryNode to use the namespaced class CategoryNode directly.
- Move all JComponentHelper to use the namespaced class ComponentHelper directly.
- Move all JToolbar to use the namespaced class Toolbar directly.
- Move all JToolbarHelper to use the namespaced class ToolbarHelper directly.
- Convert all addStyleSheet to make use of Html class instead.
- Convert all addScript to make use of Html class instead.
Downloads