Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Geeklog-Core/geeklog
Browse files Browse the repository at this point in the history
  • Loading branch information
mystralkk committed Mar 17, 2020
2 parents 77be47d + c376733 commit 1279216
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions public_html/docs/history
Expand Up @@ -17,6 +17,22 @@ For more in-depth explanation of the issues below see: https://github.com/Geeklo
- [Bug] [#1045] Fixed tooltip links for Denim and Denim_three themes [Tom]
- [Bug] [#1044] Fixed searching just articles [Tom]

The following items are all current Geeklog API, functions, and/or global variables that are planned to be either required or depreciated by a current Geeklog version. Plugin and Theme developers please take note of these changes in case they affect you.

Since Geeklog v2.2.1

- [Depreciated] [#872] By Geeklog 3.0.0 - Global $topic variable. Please use function TOPIC_getTopic or TOPIC_setTopic instead to determine Geeklog topic
- [Depreciated] [#871] By Geeklog 3.0.0 - Theme variable $theme_config['supported_version_theme']. Please use theme_gl_version' instead
- [Depreciated] [#1022] By Geeklog 3.0.0 - Number of variables passed to PLG_getCommentUrlId function. It now requires an Id field passed to it which means the plugin functions it calls (plugin_getcommenturlid_foo) requires the same thing
- [Required] [#1023] By Geeklog 3.0.0 - The Comment Library API has had functions added or modified to address a number of issues. This includes: PLG_commentDelete (new $returnBoolean field added), PLG_getCommentUrlId (new $id field added), PLG_commentEnabled (New Function), PLG_approveCommentSubmission (New Function, only required if have submissions and need to do something after new comment approval)

Since Geeklog v2.2.0
- [Depreciated] [NA] By Geeklog 3.0.0 - Com_refresh. Use COM_redirect instead
Since Geeklog v2.1.2
- [Depreciated] [NA] By Geeklog 3.0.0 - CTL_setTemplateRoot. Plugins must use COM_newTemplate and either CTL_core_templatePath or CTL_plugin_templatePath
Since Geeklog v1.4.0
- [Depreciated] [NA] By Geeklog 3.0.0 - COM_userComments function. Use CMT_userComments instead

February 26 2020 (2.2.1)
------------

Expand Down

0 comments on commit 1279216

Please sign in to comment.