Skip to content

Releases: angelochillemix/pmi-users-sync

Release v1.4.2

Choose a tag to compare

@angelochillemix angelochillemix released this 31 Oct 19:43

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

Choose a tag to compare

@angelochillemix angelochillemix released this 29 Aug 19:10

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

v1.2.0 Pre-release
Pre-release

Choose a tag to compare

@angelochillemix angelochillemix released this 07 Jan 19:08

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