HEX
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/8.0.30
System: Linux multiplicar 3.10.0-1160.102.1.el7.x86_64 #1 SMP Tue Oct 17 15:42:21 UTC 2023 x86_64
User: root (0)
PHP: 8.0.30
Disabled: NONE
Upload Files
File: /var/www/html/elearningbasa.sumar.com.py/lib/xapi/upgrade.txt
This files describes API changes in core_xapi libraries and APIs,
information provided here is intended especially for developers.

=== 4.2 ===

* A new state store has been introduced. Now plugins can store state data
  by overriding the PLUGINNAME\xapi\handler::validate_state method.
* New core_xapi\state_store class to handle the state data storing. Plugins
  can provide alternative state store implementations by overriding the
  PLUGINNAME\xapi\handler::get_state_store method.
* New xAPI state webservices:
   - core_xapi_post_state: store a user state data
   - core_xapi_get_state: gets a user state data
   - core_xapi_get_states: get the list of user states
   - core_xapi_delete_state: delete a user state data