View RawView Code

[1.1.12] - 2025-09-14

⚠️ Breaking Changes

Fixed

Enhanced

Migration Guide

For existing installations:
  1. Create files directory:
mkdir files
  1. Move existing content:
# Move all content except indexer files
   mv !(index.php|.indexer_files) files/
   # Or manually move your content directories
  1. Update any bookmarks/links to point to the new file paths
  2. Verify functionality by accessing the indexer interface
Note: This change improves security by separating the indexer application from indexed content, but requires manual migration for existing installations.