diff --git a/db/services.php b/db/services.php index 266c71e..500ba74 100755 --- a/db/services.php +++ b/db/services.php @@ -103,6 +103,7 @@ 'core_message_mark_all_messages_as_read', 'core_message_mark_all_notifications_as_read', 'core_message_mark_message_read', + 'core_message_mark_notification_read', 'core_message_message_processor_config_form', 'core_message_search_contacts', 'core_message_send_instant_messages', @@ -168,6 +169,8 @@ 'mod_chat_get_chats_by_courses', 'mod_chat_get_chat_latest_messages', 'mod_chat_get_chat_users', + 'mod_chat_get_sessions', + 'mod_chat_get_session_messages', 'mod_chat_login_user', 'mod_chat_send_chat_message', 'mod_chat_view_chat', @@ -327,6 +330,7 @@ 'tool_lp_data_for_user_evidence_page', 'tool_mobile_get_autologin_key', 'tool_mobile_get_config', + 'tool_mobile_get_content', 'tool_mobile_get_plugins_supporting_mobile', 'tool_mobile_get_public_config', 'core_get_component_strings', // Don't remove this, the app relies on this to check the min version. diff --git a/version.php b/version.php index e80fb0b..b7cb721 100755 --- a/version.php +++ b/version.php @@ -24,8 +24,8 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2017111300; // The current plugin version (Date: YYYYMMDDXX) -$plugin->requires = 2017111300; // Requires this Moodle version. +$plugin->version = 2018051700; // The current plugin version (Date: YYYYMMDDXX) +$plugin->requires = 2018051700; // Requires this Moodle version. $plugin->component = 'local_mobile'; // Full name of the plugin (used for diagnostics). $plugin->maturity = MATURITY_STABLE; -$plugin->release = '3.4.340'; +$plugin->release = '3.5.350';