Skip to content

3.7.0

Latest
Compare
Choose a tag to compare
@rootpd rootpd released this 04 Feb 13:54
  • BREAKING: Added iterateTokens method to the Crm\ApplicationModule\Models\User\UserDataStorageInterface interface.
    • If you extend this interface, add empty or default implementation of iterateTokens. Method should iterate through all stored tokens in user data storage and call $callback for each record with token and its user data.
  • Added application:change_config_value command for scheduled changes of configs. remp/crm#3357