- Fix rendering function breaking if field was changed from multiple to single
- Properly setup field data when rendering
- Use field specific nonce to verfy ajax
- Add support for multiple select
- Re-remove Plugin Update Checker
- Re-add Plugin Update Checker
- Remove Plugin Update Checker
- Add Plugin Update Checker
- Compability with ACF 6.3.2 security updates
- Change format of filler value to match the expected format
- Use filler value instead of just removing the options variable
- Additional isset check for array key, class-sippis-acf-field-network-post-select.php:362
- Remove unnecessary fileheaders
- Don't use options variable since it's not available
- Add check for non existing key in class defaults
- Cleanups, add phpcs
- Lint files
- Support for allowing multiple choices on one field
- Fix loading the saved field value if sites are restricted, use the same filter everywhwre needed
- Field behaviour when not using UI / AJAX
- Fix field rendering when value is not set
- Fix usage of value keys named wrongly, replaced with site_id and post_id everywhere
- Initial release