Skip to content

Releases: foundersandcoders/ILR_File_Creator

v1.1.2

14 Nov 16:20
bf410c6

Choose a tag to compare

What's Changed?

  • Fix: Apprentice Small Employer Field Incorrectly Triggering Bootcamp Rules by @JasonWarrenUK in #18

The Bug: Version 1.1.1 accidentally gave apprentices a bootcamp-only employment status code, triggering R134 rule violations for 23 learners. Turns out the government's validation service is quite particular about not calling apprentices bootcamp students.

The Fix: Removed the rogue OET=2 code from the apprentice "Small employer #2" field, whilst keeping it correctly in place for bootcamp learners with "Small employer #1".

Check v1.1.1...v1.1.2 if you want to see a 4-line deletion that saved 23 learners from XML purgatory.

2025 Schema Hotfix

30 Sep 15:49
407e54a

Choose a tag to compare

What's Changed?

Check the Full Changelog if you, for some bizarre masochistic reason, want to read what I did to an XML validation block that is over 900 lines long.

2025 Update

01 Sep 15:58
bdb9c8d

Choose a tag to compare

What's Changed

New Contributors