[NEW] Added a full EPV/unit/functional/smoke/integration test suite (#5)
[NEW] Added specialization_provider_interface (no-op: Lineage 2 classes are already terminal, no sub-spec layer to seed) (#6)
[FIX] Various CI/test fixture fixes surfaced while adding the new suite (missing logout + fixture missing its bb_ranks row, getStatusCode() not existing on this framework's Response, undefined $this->client + login-vs-disable_ext ordering, missing bb_portal_tabs seed row in the guild-view functional fixture)
[FIX] cleanup.sql: stale bbguild_lineage2 naming and a wrong column name
[FIX] depends_on() pointed at a bbguild core migration removed by core's migration squash
[FIX] Unit test broken by the language-service migration
[DOCS] Corrected the README to match the installer's complete Goddess-of-Destruction-era dataset: 6 races (Human, Elf, Dark Elf, Dwarf, Orc, Kamael) and the 110-class awakened progression. The README had wrongly claimed 7 races including Ertheia (2014), which the plugin does not seed; race-table IDs also corrected to match the installer. (#1)
[FIX] Migration dependency pointed at a since-removed bbguild core migration path (basics\schema, squashed into v200b3 in an earlier core release) — this plugin could not install at all against current core
[FIX] get_table_names() was missing bb_specializations_table, which would have silently blocked any future specialization seeding (issue #331 Phase 4)
[FIX] license.txt file mode corrected to 644
[FIX] Stripped ICC color profiles from 104 PNG icons and 1 JPG icon (EPV compliance)
[CHG] Version tracking moved out of phpbb_config into ext::BBGUILDLINEAGE2_VERSION
[CHG] Soft-requires avathar/bbguild >= 2.0.0-rc3
[CHG] Provider return types use FQCN; removed unused use statements
[CHG] CI: unit tests now check out bbguild core alongside so plugin classes resolve core interfaces
[DOCS] README: fixed wrong GitHub org (bbGuild Core / Issue Tracker links pointed at avandenberghe/bbguild instead of avatharbe/bbguildlineage2), stale PHP >= 7.4.0 requirement (actual has been 8.1.0)