joomla-component/CHANGELOG.md

172 lines
4.1 KiB
Markdown
Raw Normal View History

# v2.1.0
- 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.
# v2.0.32
- Fixed other search related issues.
# v2.0.31
- Fixed #10 so that exact search results now work correctly.
- Update scripture loader to version 3.0.3
# v2.0.30
- Update scripture loader to version 3.0.2
# v2.0.29
- Update scripture loader to version 3.0.1
# v2.0.28
- Small xml fix
# v2.0.27
- Improved the load scripture plugin.
# v2.0.26
- Adds few try catch blocks in the API.
- Adds local link to daily scripture module.
# v2.0.25
- Adds getBible Loader Plugin
2023-09-07 05:51:44 +00:00
# v2.0.23
2023-09-07 05:51:44 +00:00
- Refactored all core helper functions to make use of New classes
- Adds open ai meta data to page
- Other JCB fixes
2023-09-07 05:51:44 +00:00
# v2.0.22
2023-09-07 05:51:44 +00:00
- Fixed search redirect bug
2023-09-07 05:51:44 +00:00
# v2.0.21
2023-09-07 05:51:44 +00:00
- Adds Tags meta data to tag pages
- Adds option to share a tag
- Improve the URL creation, and return URL feature for search and tag pages
2023-09-07 05:51:44 +00:00
# v2.0.20
2023-09-07 05:51:44 +00:00
- First step to resolve getBible/support#8 so that the selection works on mobile browsers.
- Fixed the scrolling for mobiles.
2023-09-07 05:51:44 +00:00
# v2.0.19
2023-09-07 05:51:44 +00:00
- Adds metadata to each Bible page to resolve getBible/support#6
- Adds option to force chapter hash checking.
2023-09-07 05:51:44 +00:00
# v2.0.18
2023-09-07 05:51:44 +00:00
- Adds bottom module position on tag, search, ai and app pages.
- Fixed JavaScript Database Manager some more.
2023-09-07 05:51:44 +00:00
# v2.0.17
2023-09-07 05:51:44 +00:00
- Adds brut-force protection
2023-09-07 05:51:44 +00:00
# v2.0.16
2023-09-07 05:51:44 +00:00
- Fixed JavaScript Database Manager
2023-09-07 05:51:44 +00:00
# v2.0.15
2023-09-07 05:51:44 +00:00
- Adds new session option
- Adds make public switches to back-end
2023-09-07 05:51:44 +00:00
# v2.0.14
2023-09-07 05:51:44 +00:00
- Adds install mysql commands for faster queries on large systems.
- Fixes mobile layout on settings active session tab.
- Making correction to tag descriptions.
# v2.0.13
- Fix tag issues
- Adds Footable to back-end
- Fix chapter issue of app page
- Moves translations tab
2023-09-07 05:51:44 +00:00
# v2.0.12
2023-09-07 05:51:44 +00:00
- Fixes Links to Translations (to use their own book names)
2023-09-07 05:51:44 +00:00
# v2.0.11
2023-09-07 05:51:44 +00:00
- Adds better translation selection by Language
2023-09-07 05:51:44 +00:00
# v2.0.9
2023-09-07 05:51:44 +00:00
- Adds create tags on front-end.
- Adds update tags on front-end.
- Adds delete of tags on front-end.
- Improves verse view in note, and tag modal.
- Other bug fixes.
2023-09-07 05:51:44 +00:00
# v2.0.8
2023-09-07 05:51:44 +00:00
- Adds easy option to update book names in the back-end.
- Adds easy option to sync translations details in the back-end.
2023-09-07 05:51:44 +00:00
# v2.0.7
2023-09-07 05:51:44 +00:00
- Adds force update option
- Improves the book name display on Bible page
2023-09-07 05:51:44 +00:00
# v2.0.6
2023-09-07 05:51:44 +00:00
- Adds updating watchers for book names, and translation details.
- Adds edit option to owned tags
- Better session management that allows sharing sessions.
- Few bug fixes
2023-09-07 05:51:44 +00:00
# v2.0.5
2023-09-07 05:51:44 +00:00
- Adds list of default system tags
- Adds linker session manager
- Adds option to share sessions
2023-09-07 05:51:44 +00:00
# v2.0.4
2023-09-07 05:51:44 +00:00
- Added the option to set the default Translation.
- Fixed sharing of a verse, so its auto selected when verse number is clicked.
2023-09-07 05:51:44 +00:00
# v2.0.3
2023-09-07 05:51:44 +00:00
- Fixed getBible/support#2 so that the view value does not result into Undefined.
- Fixed getBible/support#3 so that empty translations and translations without the selected books better manage the mismatching query.
# v2.0.2
- Adds missing Marked JS file
# v2.0.1
- New System Architecture as to how Scripture is added
- New Application Page (Bible Page)
- New Linker (anonymous users) system
- SEO for each chapter of the Bible
- New Easy Sharing System
- New Tagging system
- New Notes system
- New Search system
- Integration with OpenAI