Skip to content

Latest commit

 

History

History
105 lines (73 loc) · 3.02 KB

CHANGELOG.md

File metadata and controls

105 lines (73 loc) · 3.02 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog


Added

  • Hooks for Push Notifications
    • create activity
    • edit activity
    • delete activity
    • create a case
    • ...
  • set check_permission false for ...
  • BAO/DAO for Push Notification entity
  • auto_install.sql and - auto_uninstall.sql
  • WordPress support

API

  • CiviMobileAllowedRelationshipTypes - Get get list of available relationship types based on the contact id
  • CiviMobileCaseRole - Get get list of available case roles for case based on case type
  • CiviMobilePermission - Return the list of different permissions
  • PushNotification - Save push tockens
  • PushNotificationEventReminder - This API get called when run schedule job "Notify all participants that event is going to start"

ApiWrapper

Changed

  • Upgrader - install (now sql)
  • Auth API now is working with WordPress

Removed


1.1 - 2018-08-10

Added

  • upgrade_0001 - delete Push Notification custom group

Changed

  • Upgrader - remove install, remove custom group on uninstall and remove enable/disable

Fixed

  • Remove custom group from Contact form

Removed

  • XML install file for Push Notification custom group.
  • PushNotification helper class.
  • PushNotification API

1.0 - 2018-07-25

Added

  • Custom group for push notification (using XML).
  • The pop-up window with notification that you can now using CiviMobile app.
  • New civimobile_secret_validation hook for custom app secret validation
  • set check_permission false for ...

API

  • PushNotification (create) - save push token for users.
  • MyEvent (get) - return an events list where user is registered.
  • CiviMobileSystem (get) - return system info (cms, cms_version, ext_version).
  • CiviMobileCalendar (get) - return an events, cases and activities for calendar.
  • Auth (create) - auth method to huck the CMS dependency.

ApiWrapper

  • Activity (getSingle)
    • details - replace the   to simple space from the text
    • short_description - first 200 symbols of details attribute
    • source_record_type
    • source_record_id
    • source_record_title
  • Address (get) - check_permission = false
  • Case (getSingle).
    • details - replace the   to simple space from the text
    • short_description - first 200 symbols of details attribute
    • image_URL - an avatar link for each contact
  • Contact (getSingle)
    • current_employer_id - contact_id of employer
  • Event (getSingle)
    • url - the website url of event