Releases: foundersandcoders/ILR_File_Creator
Releases · foundersandcoders/ILR_File_Creator
v1.1.2
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
What's Changed?
- Fix/employment status monitoring field by @JasonWarrenUK in #17
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
What's Changed
- 2025 Update by @JasonWarrenUK in #15
- Create package to run on MacOS by @JasonWarrenUK in #16
New Contributors
- @JasonWarrenUK made their first contribution in #15