Releases: cranleighschool/cranleigh-people
Releases · cranleighschool/cranleigh-people
Fixes the person prefix name
This release address a bug where the staff_prefix
meta in WordPress was saving the entirety of the 'Title' object, rather than just the name, eg: Mrs,Miss,Mrs...
V3 - We prefer to push not pull
v3.0.1 v3.0.1
v2.0.19
Minor edit to the importer class so that the post_name
(slug) gets updated along with other updates. So that if the person's name changes, then the slug changes appropriately.
v2.0.18
Security Enhancements
- BREAKING CHANGE: The API endpoint this plugin uses is now further secured using a Bearer Token. The Settings page now includes a field to enter in an API Key. This can be provided by the developer of People Manager.
Environment Enhancements
- The settings page now included an option to disable the WP cron used on this plugin. Allowing you to debug issues, or simply not rely on overnight syncs, if you wish to do everything manually.
Bug Fixes
- The deactivate hook used a function which was not callable due to not being static. This is now fixed, so deactivating the plugin is error-free.
Full Changelog: v2.0.16...v2.0.18
v2.0.16
Full Changelog: v2.0.15...v2.0.16
v2.0.15 - With Prefix
Added a new Metabox to hold the Title Prefix of the person in (eg, Mr, Mrs, Miss, etc).
Full Changelog: v2.0.13...v2.0.15
Release
(Forgot to change the plugin version in wordpress)
Enhanced API output ready for external applications
Specifically with the Admissions portal in mind, we have added a couple of new endpoints which will allow us to get information directly from Wordpress API.
Renamed key plugin file
1.6.1 Renamed key plugin file
Fix updates issue
1.6.0 Update Composer dependancies and fix puc4 update class