From 0f56d42481ea0707501df6d5f47504a485cade1e Mon Sep 17 00:00:00 2001 From: DanielRosa74 <58576743+DanielRosa74@users.noreply.github.com> Date: Mon, 7 Jul 2025 10:51:12 -0300 Subject: [PATCH] feat(curriculum): set isUpcomingChange flag to false to block 24 of the B1 certification of the English Curriculum (#61243) --- .../_meta/learn-common-phrasal-verbs-and-idioms/meta.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/_meta/learn-common-phrasal-verbs-and-idioms/meta.json b/curriculum/challenges/_meta/learn-common-phrasal-verbs-and-idioms/meta.json index 76522063117..bde3623fed1 100644 --- a/curriculum/challenges/_meta/learn-common-phrasal-verbs-and-idioms/meta.json +++ b/curriculum/challenges/_meta/learn-common-phrasal-verbs-and-idioms/meta.json @@ -1,6 +1,6 @@ { "name": "Learn Common Phrasal Verbs and Idioms", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "learn-common-phrasal-verbs-and-idioms", "order": 23, "superBlock": "b1-english-for-developers",