Skip to content

Commit

Permalink
Update ACF Pro download endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
nlemoine committed Mar 2, 2020
1 parent 84b74aa commit e203345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function createPackage($tag, $alias = null, $type = "wpackagist-plugin", $repoVe
"keywords" => "acf, advanced, custom, field, fields, form, repeater, content",
"dist" => (object)[
"type" => "zip",
"url" => "https://connect.advancedcustomfields.com/index.php?p=pro&a=download&t={$tag}"
"url" => "https://connect.advancedcustomfields.com/v2/plugins/download?p=pro&t={$tag}"
],
"require" => (object)$dependencies
];
Expand Down

0 comments on commit e203345

Please sign in to comment.