Skip to content

Latest commit

 

History

History
87 lines (46 loc) · 1.85 KB

File metadata and controls

87 lines (46 loc) · 1.85 KB

1.2.15: 2026-07-14

  • Verify the resolved field type in the AJAX query handler so a nonce and field key minted for another ACF field type cannot be replayed against it (reported by Miro Beloud), Ref: DEV-1164

1.2.14: 2026-04-08

  • Fix fatal error when editing posts with existing multiple network post select field values

1.2.13: 2024-12-17

  • Fix rendering function breaking if field was changed from multiple to single

1.2.12: 2024-12-16

  • Properly setup field data when rendering

1.2.11: 2024-12-13

  • Use field specific nonce to verfy ajax
  • Add support for multiple select

1.2.10: 2024-08-05

  • Re-remove Plugin Update Checker

1.2.9: 2024-08-05

  • Re-add Plugin Update Checker

1.2.8: 2024-08-05

  • Remove Plugin Update Checker

1.2.7: 2024-08-05

  • Add Plugin Update Checker

1.2.6: 2024-08-05

  • Compability with ACF 6.3.2 security updates

1.2.5: 2024-05-06

  • Change format of filler value to match the expected format

1.2.4: 2024-05-06

  • Use filler value instead of just removing the options variable

1.2.3: 2024-04-30

  • Additional isset check for array key, class-sippis-acf-field-network-post-select.php:362

1.2.2: 2024-04-30

  • Remove unnecessary fileheaders
  • Don't use options variable since it's not available
  • Add check for non existing key in class defaults

1.2.1: 2024-04-30

  • Cleanups, add phpcs
  • Lint files

1.2.0: 2022-02-15

  • Support for allowing multiple choices on one field

1.1.1: 2022-01-04

  • Fix loading the saved field value if sites are restricted, use the same filter everywhwre needed

1.1.0: 2021-08-26

  • Field behaviour when not using UI / AJAX

1.0.2: 2020-10-02

  • Fix field rendering when value is not set

1.0.1: 2020-10-02

  • Fix usage of value keys named wrongly, replaced with site_id and post_id everywhere

1.0.0: 2020-10-01

  • Initial release