Skip to content

Commit 0f27d42

Browse files
refactor: update linkedin api version
1 parent 8a23be7 commit 0f27d42

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

includes/admin/services/class-rop-linkedin-service.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ class Rop_Linkedin_Service extends Rop_Services_Abstract {
2323
/**
2424
* The version of the Linkedin API.
2525
*
26-
* @see https://learn.microsoft.com/en-us/linkedin/marketing/versioning?view=li-lms-2024-05
26+
* @see https://learn.microsoft.com/en-us/linkedin/marketing/versioning?view=li-lms-2026-04
2727
*/
28-
public const LINKEDIN_VERSION = 202505;
28+
public const LINKEDIN_VERSION = 202604;
2929

3030
/**
3131
* An instance of authenticated LinkedIn user.

0 commit comments

Comments
 (0)