Skip to content

Commit

Permalink
Further tweaks to the history docs
Browse files Browse the repository at this point in the history
  • Loading branch information
eSilverStrike committed Feb 22, 2020
1 parent 972695b commit 86ffe80
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
9 changes: 6 additions & 3 deletions public_html/docs/history
Expand Up @@ -81,16 +81,19 @@ The following items are Libraries that have been updated that are not handled by
- [Update] CKEditor to version 4.12.1 [Mystralkk]
- [Update] Mobile_Detect class to version 2.8.34 [Tom]

The following items are all current Geeklog API, functions, and/or global variables that are planned to be depreciated by a current Geeklog version. Plugin and Theme developers please take note of these changes in case they affect you.
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.
- [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
- [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

Expand Down
7 changes: 4 additions & 3 deletions public_html/docs/japanese/history.html
Expand Up @@ -101,14 +101,15 @@ <h2>February 25 2020 (2.2.1)</h2>
<li>[Update] Mobile_Detect class to version 2.8.34 [Tom]</li>
</ul>

<p>The following items are all current Geeklog API, functions, and/or global variables that are planned to be depreciated by a current Geeklog version. Plugin and Theme developers please take note of these changes in case they affect you.</p>
<p>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.</p>

<p>Since Geeklog v2.2.1</p>

<ul>
<li>[Depreciated] [#872] By Geeklog 3.0.0 - Global $topic variable. Please use function TOPIC_getTopic or TOPIC_setTopic instead to determine Geeklog topic</li>
<li>[Depreciated] [#871] By Geeklog 3.0.0 - Theme variable $theme_config['supported_version_theme']. Please use 'theme_gl_version' instead</li>
<li>[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</li> thing.
<li>[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</li> thing</li>
<li>[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)</li>
</ul>

<p>Since Geeklog v2.2.0</p>
Expand All @@ -120,7 +121,7 @@ <h2>February 25 2020 (2.2.1)</h2>
<p>Since Geeklog v2.1.2</p>

<ul>
<li>[Depreciated] [NA] By Geeklog 3.0.0 - CTL_setTemplateRoot. PLugins must use COM_newTemplate and either CTL_core_templatePath or CTL_plugin_templatePath</li>
<li>[Depreciated] [NA] By Geeklog 3.0.0 - CTL_setTemplateRoot. Plugins must use COM_newTemplate and either CTL_core_templatePath or CTL_plugin_templatePath</li>
</ul>

<p>Since Geeklog v1.4.0</p>
Expand Down

0 comments on commit 86ffe80

Please sign in to comment.