1
0
mirror of https://github.com/Prowlarr/Indexers.git synced 2026-02-14 23:19:03 +00:00
Files
Indexers/VERSIONS
ServarrAdmin 03d43b4b70 Fixed: deprecate v10 schema version and migrate indexers to v11
- Migrated 485+ indexer definitions from v10 to v11 directory
- Preserved existing v11 indexers (skipped 15 duplicates to keep v11 versions)
- Updated VERSIONS file: MIN_VERSION changed from 10 to 11
- Updated documentation in README.md and CONTRIBUTING.md:
  * Marked v10 as deprecated (removed from active versions)
  * Updated v11 as single active version with 522+ indexers
  * Added deprecation warnings and migration notes
- Kept v10/schema.json for historical reference
- All validation passes with migrated indexers

Breaking change: v10 no longer contains active indexer definitions.
Prowlarr will continue to work as it falls back to available versions.
2025-08-24 07:38:43 -05:00

14 lines
388 B
Plaintext

# Prowlarr Cardigann Schema Versions
# This file defines the supported schema versions for indexer definitions
# Current active schema version (latest stable)
CURRENT_VERSION=11
# Maximum supported schema version
MAX_VERSION=11
# Minimum supported schema version (below this are deprecated/frozen)
MIN_VERSION=11
# Development/next schema version (if being worked on)
NEXT_VERSION=12