Tags

Tags give the ability to mark specific points in history as being important
  • v2.0.0

    release: v2.0.0 - Laravel 13 + PHP 8.4 support
    
    BREAKING CHANGES:
    - Minimum PHP version raised to 8.4
    - Dropped Laravel 10/11 support
    - Now requires Laravel 12 or 13
    
    For Laravel 10/11/12 with PHP 8.2+, use v1.1.0 or the laravel-12 branch.
  • v1.1.0

    release: v1.1.0 - last version supporting Laravel 10/11/12 with PHP ^8.2
    
    Changes since v1.0.0:
    - feat: add SQLite local cache for wiki structure
    - fix: handle false returns from filesize() and PDO::query() for PHPStan level 8
    - fix: resolve PHPStan level 8 errors for command argument/option types
    - docs: fix BOOKSTACK_URL examples to include trailing slash
  • v1.0.0

    Release v1.0.0
    
    Features:
    - SQLite local cache for wiki structure
    - bookstack:sync command for API to cache sync
    - bookstack:db command for cache management
    - Content hash tracking with xxh3
    - Local path mapping for file-to-page relationships
    - 217 passing tests
  • v0.9.1

    Release v0.9.1 - PHPStan level 8, 92%+ coverage, badge fixes
  • v0.9.0

    v0.9.0 - Initial beta release
    
    Features:
    - BookStack API client with full CRUD operations
    - Bookmark conversion matching BookStack's exact algorithm (bkmrk- prefix)
    - Spanish character support (á, é, í, ó, ú, ñ, ç, ü)
    - Artisan commands: status, push, pull, export, search
    - Bidirectional sync with conflict resolution
    - 58 tests passing, PHPStan level 5