Install
Works with Drupal: ^9.4 || ^10 || ^11Using Composer to manage Drupal site dependencies
Alternative installation files
Release notes
PhotoPrism Integration 1.0.1 Release Notes
Release Date: January 13, 2026
Release Type: Code quality improvement
Drupal Compatibility: ^9.4 || ^10 || ^11
Overview
This is a maintenance release that improves code quality by updating brace placement and formatting to follow Drupal
coding standards. This release focuses on code consistency and readability improvements.
What's Changed
Coding Standards Improvements
This release addresses coding standards compliance by updating brace placement throughout the codebase.
Technical Improvements:
- Brace Placement
- Updated all opening braces to be on the same line as class declarations
- Updated all opening braces to be on the same line as method declarations
- Applied consistent formatting across all PHP files
- Files Updated
PhotoPrismAlbumsController.php- Album and photo listing controllerPhotoPrismSettingsForm.php- Settings configuration form
- Documentation
- Added CHANGELOG.md for version tracking
Important Note
Dependency injection was already properly implemented in version 1.0.0. This module was built with
best practices from the start, following modern Drupal development patterns. This release focuses solely on coding
standards improvements.
Benefits
- ✅ Standards Compliance: Follows Drupal coding standards for brace placement
- ✅ Improved Readability: Consistent code formatting across all files
- ✅ Better Maintainability: Easier for developers to read and contribute to the code
Upgrade Path
This release is 100% backward compatible. No database updates or configuration changes are required.
Simply update the module using one of these methods:
Via Composer (Recommended)
composer update drupal/photoprism_integration drush cr
Via Drush
drush pm:update photoprism_integration drush cr
Manual Update
- Download the 1.0.1 release
- Replace the module files
- Clear cache:
drush cror via admin UI
Links
Support
If you encounter any issues with this release, please report them in the href="https://www.drupal.org/project/issues/photoprism_integration">issue queue.