Releases: angelochillemix/pmi-users-sync
Releases · angelochillemix/pmi-users-sync
Release list
Release v1.4.2
Release 1.4.2 with a bug fix due to wrong use of PHP 8.1 feature when checking ACF field exists by returning either WP_Post or null in the function
public static function get_acf_field( $field_name ) : WP_Post | null {
}
not supported by PHP 7.4.
Release v1.3.0
Improved scheduler to update the Wordpress users with the PMI users regularly from the selected source
Full Changelog: 1.2.0...1.3.0
v1.2.0
Pmi Users Sync Plugin v. 1.2.0
- Improvements and refactoring
- Resolved unmanaged exception thrown when username or password for DEP web service are not set
- Finalized the implementation of cron scheduled synchonization (on a monthly basis by default)
Full Changelog: v1.1.0...1.2.0