Releases: mpeshev/wp-crm-system
Releases · mpeshev/wp-crm-system
Introduce GDPR compliance assistance
- New: Introduced features to allow users to more easily comply with GDPR rules. Those features include a way for your contacts to view the data that is stored on them in WP-CRM System, the ability for your contacts to export that data, and the ability for contacts to request that their data be deleted. This plugin by itself does not guarantee GDPR compliance.
- Change: register taxonomies on the plugins_loaded action rather than init as was done previously. This allows taxonomies to be exported in reports since the export is done around the setup_theme hook, which takes place prior to init.
v2.2.6: New filters for create contact status and menu
* Update: Provided filter `wpcrm_system_create_contacts_email_key_status`, which can be used to change the `post_status` value when searching for existing contacts by email address. Default value is `publish` as this is the default `post_status` value, which was used previously. * Update: Provided filter `wpcrm_system_menu_name` to allow for whitelabeling of WP-CRM System's menu name. This filter allows for changing the name in the left menu. * Update: Provided filter `wpcrm_system_menu_icon` to allow for changing the dashicon used in the menu next to WP-CRM System. By default the dashicon is `dashicons-id`.
v2.2.5
Add new extension to Extension Details page
v2.2.4: 2.2.4
Update: Added extra conditions to be passed to the update or create new record method.
v2.2.3: 2.2.3
* Fix: Campaign list table was pulling the incorrect information in the projected reach column. * Fix: WPCRM_System_Create projects had an incorrect key for the project description field, causing project creation to not set the description correctly.
v2.2.2: Version bump
Version bump
v2.2.1: Version 2.2.1
* Fix: Included campaigns to WPCRM_System_Create class. * Fix: Corrected error in contact category filter on email page.
v2.2.0
- New: Added WPCRM_System_Create class to enable developers to create new records in WP-CRM System.
- New: Added filters to each record's field type to allow developers to modify the default fields that are shown.
- Fix: Minor CSS update.
v2.1.15: 2.1.15
* Fix: Sort function on record categories would return an error when no categories were assigned to a record. Moved the sorting into the check to see if record has categories. * Update: Compatible with WordPress 4.9
2.1.14
Version bump to 2.1.14