• v5.0.13 b8307a12d5

    Llewellyn released this 2024-04-29 17:11:11 +00:00 | 5 commits to 5.x since this release

    • Add back to Bible button to Open AI page.
    • 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 wrong class naming.
    • Fix missing token variable in ajax call
    • Fix an Ajax input typo.
    • Add option to target MySQL 8+ with the search regex.
    • Fix the spl_autoload_register function to load all the needed namespace. That was remove in the last update (sorry).
    • Fix canDelete to correctly use published.
    • Add default 1 to version field to make sure the versioning feature works as expected.
    • Fix Daily Light Deprecated code.
    • Fix Daily Scripture Deprecated code.
    • First stable back-end and front-end release towards Joomla 4 and 5
    • Moved to Joomla 4 and 5
    Downloads
  • v4.0.13 8e9ee4b24a

    Llewellyn released this 2024-04-29 17:09:04 +00:00 | 5 commits to 5.x since this release

    • Add back to Bible button to Open AI page.
    • 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.
    • Restore router functions.
    • Fix missing token variable in ajax call
    • Fix an Ajax input typo.
    • Add option to target MySQL 8+ with the search regex.
    • Fix the spl_autoload_register function to load all the needed namespace. That was remove in the last update (sorry).
    • Fix canDelete to correctly use published.
    • Add default 1 to version field to make sure the versioning feature works as expected.
    • Fix Daily Light Deprecated code.
    • Fix Daily Scripture Deprecated code.
    • First stable back-end and front-end release towards Joomla 4
    • Moved to Joomla 4
    Downloads
  • v3.1.1 941e084e11

    Llewellyn 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