Mercurial > pidgin.yaz
annotate plugins/ChangeLog.API @ 10937:ca3e0882d377
[gaim-migrate @ 12721]
sf patch #1202156, from Bleeter Yaluser
. Forward port privacy
. Tidy up whitespace
. Remove file TX send limit
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Tue, 24 May 2005 04:54:27 +0000 |
parents | 79f0562b8442 |
children | 98225b573c9d |
rev | line source |
---|---|
9052 | 1 Gaim: The Pimpin' Penguin IM Client that's good for the soul! |
2 | |
10074 | 3 version 2.0.0cvs: |
4 * Changed: All the status stuff. Yay! | |
10087 | 5 * Changed: gaim_prefs_connect_callback(), added handle parameter |
10812
d087e928ffd1
[gaim-migrate @ 12465]
Luke Schierer <lschiere@pidgin.im>
parents:
10808
diff
changeset
|
6 * Added: gaim_prefs_disconnect_by_handle() |
10074 | 7 * Removed: gaim_gtk_sound_{get,set}_mute() (replaced by the |
8 /gaim/gtk/sound/mute preference) | |
10100 | 9 * Changed: gtk_imhtml_toolbar now descends from GtkHBox making it |
10631 | 10 easier to add your own widgets to it |
10246 | 11 * Changed: gaim_find_conversation_with_account, added a "type" parameter |
10478 | 12 * Changed: gaim_gtk_prefs_labeled_spin_button, the "key" parameter is |
10631 | 13 now a const char* instead of just a char* |
10478 | 14 * Changed: gaim_gtk_prefs_labeled_entry, the "key" parameter is |
10631 | 15 now a const char* instead of just a char* |
16 * Changed: the add_buddy perl sub. The argument now takes the account | |
17 as the first argument, and buddy and group as the second and | |
18 third. It also adds the buddy to the server-side buddy | |
19 list of the given account. | |
10670
cfb1f4b08ab1
[gaim-migrate @ 12210]
Etan Reisner <pidgin@unreliablesource.net>
parents:
10631
diff
changeset
|
20 * Changed: gaim_blist_node_action_new, added a fourth argument, a GList |
cfb1f4b08ab1
[gaim-migrate @ 12210]
Etan Reisner <pidgin@unreliablesource.net>
parents:
10631
diff
changeset
|
21 of GaimBlistNodeActions to be created as a submenu of the item. |
10732
c4cb90065e1d
[gaim-migrate @ 12334]
Luke Schierer <lschiere@pidgin.im>
parents:
10670
diff
changeset
|
22 * Removed: gaim_escape_html(const char *html) (use |
c4cb90065e1d
[gaim-migrate @ 12334]
Luke Schierer <lschiere@pidgin.im>
parents:
10670
diff
changeset
|
23 g_markup_escape_text(html, -1) instead) |
10752 | 24 * Removed: gaim_accounts_sync, account changes are now scheduled to be saved |
25 automatically | |
26 * Removed: gaim_connection_connect | |
27 * Removed: gaim_connection_disconnect | |
28 * Removed: gaim_connection_register | |
29 * Removed: gaim_accounts_auto_login | |
10818 | 30 * Removed: gaim_find_conversation, use gaim_find_conversation_with_account instead |
10752 | 31 * Changed: gaim_connection_new, gaim_account_connect and gaim_account_register |
32 no longer return a GaimConnection | |
33 * Added: a password field to GaimConnection, which only persists for the | |
34 session (when "remember password" is false, account->password is NEVER set) | |
10812
d087e928ffd1
[gaim-migrate @ 12465]
Luke Schierer <lschiere@pidgin.im>
parents:
10808
diff
changeset
|
35 Use gaim_connection_get_password(GaimConnection *gc) |
10752 | 36 * Removed: serv_login |
37 * Removed: serv_close | |
38 * Removed: serv_finish_login | |
39 * Changed: keep_alive in GaimConnection is renamed to keepalive | |
10774 | 40 * Removed: gaim_chat_get_display_name |
10823 | 41 * Added: gaim_log_common_writer, gaim_log_common_lister, |
42 gaim_log_common_sizer, and gaim_log_get_log_dir | |
43 to allow log formats that use standard Gaim log directory | |
44 to use Gaim's built-in code for these purposes. | |
45 * Added: GaimLogCommonLoggerData struct for a basic logger_data | |
46 struct to be used with "common" logger functions. | |
10849 | 47 * Removed: gaim_conversation_set_history, gaim_conversation_get_history, |
48 and GaimConversation->history. Use gtk_imhtml_get_markup | |
49 instead. | |
10853
2409700be3dc
[gaim-migrate @ 12527]
Luke Schierer <lschiere@pidgin.im>
parents:
10849
diff
changeset
|
50 * Removed: serv_rename_group |
10872 | 51 * Renamed: set_gaim_user_dir to gaim_util_set_user_dir |
10884 | 52 * Renamed: create_prpl_icon to gaim_gtk_create_prpl_icon |
10926
79f0562b8442
[gaim-migrate @ 12699]
Gary Kramlich <grim@reaperworld.com>
parents:
10884
diff
changeset
|
53 * Changed: gaim_mkstemp, added a second argument, a boolean, of whether |
79f0562b8442
[gaim-migrate @ 12699]
Gary Kramlich <grim@reaperworld.com>
parents:
10884
diff
changeset
|
54 or not the file is binary |
10074 | 55 |
10104 | 56 Signals: |
57 * Changed: "received-im-msg and "received-chat-msg" to match, both | |
10631 | 58 now pass a conversation pointer and flags |
10104 | 59 * Changed: "receiving-im-msg" and "receving-chat-msg" to match, both |
10631 | 60 now pass a conversation pointer and a pointer to the flags. |
10477 | 61 * Changed: "drawing-tooltip," the second argument is now a GString* |
10631 | 62 instead of a char** |
10808
dcfb8d8784e6
[gaim-migrate @ 12459]
Luke Schierer <lschiere@pidgin.im>
parents:
10774
diff
changeset
|
63 * Changed: Signal propagation now stops after a handler returns a |
dcfb8d8784e6
[gaim-migrate @ 12459]
Luke Schierer <lschiere@pidgin.im>
parents:
10774
diff
changeset
|
64 non-NULL value. This value is now returned. Previously, |
dcfb8d8784e6
[gaim-migrate @ 12459]
Luke Schierer <lschiere@pidgin.im>
parents:
10774
diff
changeset
|
65 all registered handlers were called and the value from the |
dcfb8d8784e6
[gaim-migrate @ 12459]
Luke Schierer <lschiere@pidgin.im>
parents:
10774
diff
changeset
|
66 last handler was used. |
10824 | 67 * Changed: gaim_conv_window_remove_conversation()'s last argument to |
68 be a GaimConversation. | |
10104 | 69 |
10034 | 70 version 1.0.0 (09/17/2004): |
9917 | 71 * Added: get_chat_name to the GaimPluginProtocolInfo struct |
9929 | 72 * Changed: gaim_blist_update_buddy_presence(), presence changed to |
10631 | 73 type gboolean |
10034 | 74 * Changed: the versioning scheme, and all the plugin structs |
9917 | 75 |
76 version 0.82 (08/26/2004): | |
9719 | 77 Gaim API: |
9759 | 78 * Removed: gaim_gtk_get_dispstyle(), gaim_gtk_change_text() |
79 * Removed: multi.h | |
80 * Renamed: ui.h to gtkdialogs.h | |
9794 | 81 * Renamed: gtkinternal.h to gtkgaim.h |
9759 | 82 * Renamed: show_info_dialog to gaim_gtkdialogs_info |
83 * Renamed: show_log_dialog to gaim_gtkdialogs_log | |
84 * Renamed: show_warn_dialog to gaim_gtkdialogs_warn | |
85 * Renamed: show_im_dialog to gaim_gtkdialogs_im | |
86 * Renamed: gaim_gtkdialogs_new_im to gaim_gtkdialogs_im_with_user | |
87 * Renamed: destroy_all_dialogs to gaim_gtkdialogs_destroy_all | |
88 * Renamed: alias_dialog_bud to gaim_gtkdialogs_alias_buddy | |
89 * Renamed: alias_dialog_contact to gaim_gtkdialogs_alias_contact | |
90 * Renamed: alias_dialog_blist_chat to gaim_gtkdialogs_alias_chat | |
91 * Renamed: show_confirm_del to gaim_gtkdialogs_remove_buddy | |
92 * Renamed: show_confirm_del_group to gaim_gtkdialogs_remove_group | |
93 * Renamed: show_confirm_del_blist_chat to gaim_gtkdialogs_remove_chat | |
94 * Renamed: show_confirm_del_contact to gaim_gtkdialogs_remove_contact | |
9761 | 95 * Renamed: show_about to gaim_gtkdialogs_about |
9799 | 96 * Added: gaim_notify_userinfo() and the associated notify_userinfo() UI op |
97 (someone who knows just why we have this can edit here) | |
9794 | 98 |
99 Buddy List API: | |
9761 | 100 * Changed: gaim_blist_request_add_chat(), added name parameter |
9794 | 101 * Added: gaim_contact_on_account() |
102 * Added: flags parameter to the GaimBlistNode struct | |
103 | |
104 Conversation API: | |
105 * Added: gaim_gtkconv_button_new() | |
9761 | 106 |
107 Protocol Plugin API: v7 | |
108 * Added: chat_info_defaults to the GaimPluginProtocolInfo struct | |
9719 | 109 |
9734 | 110 Signals: |
111 * Added: conversation-updated for any update to the data associated | |
112 with the conversation (topic, icon, adding to buddy list, etc.) | |
113 | |
9846 | 114 Conversation API: |
115 * Changed: gaim_conv_chat_add_user() (added new_arrival parameter) | |
116 | |
9719 | 117 version 0.81 (08/05/2004): |
9597 | 118 Commands API: |
119 * Most functions now have a void *data argument. | |
9620 | 120 |
121 Blist API: | |
9759 | 122 * Added: gaim_buddy_get_contact_alias |
123 * Renamed: gaim_get_buddy_alias to gaim_buddy_get_alias | |
124 * Renamed: gaim_get_buddy_alias_only to gaim_buddy_get_alias_only | |
9719 | 125 |
9554 | 126 Conversation API: |
9759 | 127 * Changed: gaim_conv_chat_add_user(), added flags parameter |
128 * Changed: gaim_conv_chat_add_users(), added GList of flags parameter | |
129 * Changed: gaim_conv_chat_get_users(), now returns a GList of | |
130 GaimConvChatBuddy's | |
131 * Changed: gaim_conv_chat_set_users() now expects a GList of | |
132 GaimConvChatBuddy's | |
9554 | 133 * Added: gaim_conv_chat_set_user_flags() |
9734 | 134 * Added: gaim_conv_chat_get_user_flags() |
135 * Added: gaim_conv_chat_find_user() | |
136 * Added: gaim_conv_chat_cb_new() | |
137 * Added: gaim_conv_chat_cb_find() | |
138 * Added: gaim_conv_chat_cb_destroy() | |
139 * Added: gaim_conv_chat_cb_get_name() | |
9554 | 140 |
141 Conversation UI ops: | |
142 * Added: chat_update_user() | |
143 | |
144 Signals: | |
145 * Changed: chat-buddy-joining & chat-buddy-joined now include the user's flags | |
9590 | 146 * Changed: chat-buddy-joining & chat-buddy-leaving are now booleans, return |
9734 | 147 TRUE if you don't want the join/leave to be displayed in the UI. |
9554 | 148 * Added: chat-buddy-flags for when user's flags change |
9734 | 149 gaim_marshal_VOID__POINTER_POINTER_POINTER_UINT_UINT (required for the new |
150 chat-buddy-flags signal) | |
9609 | 151 * Added: account-modified for when account settings have been changed. |
9554 | 152 |
9538 | 153 version 0.80 (07/15/2004): |
9460 | 154 Gaim API: |
9473 | 155 * Removed: PRPL numbers : gaim_account_set_protocol(), |
156 gaim_account_get_protocol(), gaim_accounts_find_with_prpl_num, | |
157 gaim_prpl_num_to_id(), gaim_prpl_id_to_num(), GaimProtocol | |
158 | |
159 Protocol Plugin API: v6 | |
160 * Added: can_receive_file & send_file to the GaimPluginProtocolInfo struct | |
9460 | 161 |
9515
425000e11511
[gaim-migrate @ 10342]
Christian Hammond <chipx86@chipx86.com>
parents:
9514
diff
changeset
|
162 Signals: |
9554 | 163 * Changed "chat-invited" to also include the components hash table so |
9515
425000e11511
[gaim-migrate @ 10342]
Christian Hammond <chipx86@chipx86.com>
parents:
9514
diff
changeset
|
164 plugins can use serv_join_chat when the signal is emitted. |
9517 | 165 * Added "chat-topic-changed" signal plugins know when a topic is changed. |
9515
425000e11511
[gaim-migrate @ 10342]
Christian Hammond <chipx86@chipx86.com>
parents:
9514
diff
changeset
|
166 |
9384 | 167 version 0.79 (06/24/2004): |
9228
3de4cb53762b
[gaim-migrate @ 10024]
Christian Hammond <chipx86@chipx86.com>
parents:
9124
diff
changeset
|
168 Gaim API: |
3de4cb53762b
[gaim-migrate @ 10024]
Christian Hammond <chipx86@chipx86.com>
parents:
9124
diff
changeset
|
169 * gaim_url_parse() now takes two additional parameters, which are used |
3de4cb53762b
[gaim-migrate @ 10024]
Christian Hammond <chipx86@chipx86.com>
parents:
9124
diff
changeset
|
170 for returning the username and password from the URL, if they exist. |
9260
947876140943
[gaim-migrate @ 10059]
Christian Hammond <chipx86@chipx86.com>
parents:
9228
diff
changeset
|
171 * Added: has_focus UI op to GaimConversationUiOps and |
947876140943
[gaim-migrate @ 10059]
Christian Hammond <chipx86@chipx86.com>
parents:
9228
diff
changeset
|
172 GaimConvWindowUiOps. |
947876140943
[gaim-migrate @ 10059]
Christian Hammond <chipx86@chipx86.com>
parents:
9228
diff
changeset
|
173 * Added: gaim_conversation_has_focus() and gaim_conv_window_has_focus(). |
9303 | 174 * Removed: gaim_blist_save() |
9228
3de4cb53762b
[gaim-migrate @ 10024]
Christian Hammond <chipx86@chipx86.com>
parents:
9124
diff
changeset
|
175 |
9336 | 176 Protocol Plugin API: v5 |
9301 | 177 * Changed: add_buddy, add_buddies, remove_buddy, remove_buddies, |
178 rename_group and remove_group to take GaimBuddy's and | |
179 GaimGroup's consistently. | |
9336 | 180 * Removed: OPT_PROTO_BUDDY_ICON (replaced by icon_spec) |
181 * Added: icon_spec to the GaimPluginProtocolInfo struct | |
9301 | 182 |
9124 | 183 version 0.78 (05/30/2004): |
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
184 Plugin API: v4 |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
185 * Added: actions - for plugins to add to the new Plugin Actions menu |
9052 | 186 |
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
187 Loader Plugin API: v2 (no changes) |
9052 | 188 |
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
189 Protocol Plugin API: v4 |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
190 * Removed: set_dir, get_dir and dir_search (not used, AIM-centric) |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
191 * Removed: actions (replaced by generic plugin actions) |
9052 | 192 |
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
193 Perl Plugin API: v2 (no changes) |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
194 TCL Plugin API: (no changes) |
9052 | 195 |
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
196 Signals: |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
197 * Added: "blist-node-extended-menu" for extending Buddy, Chat and |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
198 Group right-click menus |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
199 * Added: "drawing-tooltip" for plugins to allow plugins to change text |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
200 appearing in tooltips |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
201 * Added: "gtkblist-created" |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
202 * Added: "receiving-im-msg" and "receiving-chat-msg" (these behave |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
203 exactly like received-*-msg used to) |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
204 * Added: "buddy-idle-updated" signal, for when the idle time changes. |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
205 * Changed: "received-im-msg" and "received-chat-msg" no longer pass |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
206 pointers to who, message and flags, and are now void. |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
207 * Removed: "drawing-menu" - it was UI sepecific and |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
208 "blist-node-extended-menu" is superior |
9052 | 209 |
210 version 0.77 (04/22/2004): | |
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
211 Loader & Protocol Plugins independantly versioned |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
212 Plugin loading now checks versioning on plugins (Standard, Loader & |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
213 Protocol) |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
214 new GAIM_{PLUGIN,PRPL,LOADER}_API_VERSION constants |
9052 | 215 |
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
216 Plugin API: v3 |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
217 * Added: prefs_info for UI independant plugin prefs |
9052 | 218 |
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
219 Loader Plugin API: v2 |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
220 * Added: api_version at top of GaimPluginLoaderInfo struct |
9052 | 221 |
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
222 Protocol Plugin API: v2 |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
223 * Added: api_version at top of GaimPluginProtocolInfo struct |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
224 * Added: chat_menu for protocol specific extensions to the chat menu |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
225 * Removed: get_away "Nada used it. Pink elephants on parade." |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
226 * Removed: protocol_prefs (replaced by generic plugin prefs_info) |
9052 | 227 |
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
228 Perl Plugin API: v2 (no changes) |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
229 TCL API: (no changes) |
9052 | 230 |
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
231 Signals: |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
232 * Added: "conversation-drag-ended" |
9052 | 233 |
234 version 0.76 (04/01/2004): | |
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
235 Plugin API: v2 |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
236 Perl Plugin API: v2 |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
237 Loader Plugin API: (not versioned) |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
238 Protocol Plugin API: (not versioned) |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
239 * Added: protocol_prefs for protocol specific preferences |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
240 * Added: reject_chat so protocols can act on chat invite rejection |
9052 | 241 |
9120
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
242 TCL Plugin API: (not versioned) |
b1cac9f6fee3
[gaim-migrate @ 9897]
Christian Hammond <chipx86@chipx86.com>
parents:
9109
diff
changeset
|
243 * Changes to plugin registration to show descriptions |
9052 | 244 |